Kelmans Theorem 3.1 via 3.11:
ProvedCubicP3Partition.kelmans_z4_implies_t2combinatoricscubic-graphsgraph-theoryp3-factor
If every vertex of every cubic 3-connected graph of order divisible by six centers a deletable 3-vertex path, then deleting the endpoints of any edge of a cubic 3-connected graph of order leaves a graph with a -factor. This is the step of Kelmans Theorem 3.1, proved in Section 3.11 (p2) with the -gadget of Figure 2.
Preamble
import Definitions.Def_cubic_p3_partition_models import Definitions.Def_kelmans_aux_claims
Formal statement
namespace CubicP3Partition theorem kelmans_z4_implies_t2 : ClaimZ4 -> ClaimT2 := by sorry end CubicP3Partition
Source
A. Kelmans, Packing 3-vertex Paths In Cubic 3-connected Graphs, https://arxiv.org/abs/0910.2766v2, Theorem 3.1 and 3.11, claims (z4) and (t2).