Admissible cubic graphs contain a three-vertex path
ProvedCubicP3Partition.kelmans_admissible_has_p3pathcombinatoricscubic-graphsgraph-theoryp3-factor
Every finite simple cubic 3-connected graph whose order is divisible by six contains a three-vertex path: there are three pairwise distinct vertices with edges - and -. This follows directly from cubicity, since any vertex has three distinct neighbours, any two of which form such a path through it. It is the existence step used to derive claim from claim in Kelmans's Theorem 3.1.
Preamble
import Definitions.Def_cubic_p3_partition_models
Formal statement
namespace CubicP3Partition theorem kelmans_admissible_has_p3path : ∀ (W : Type) [Fintype W], ∀ G : SimpleGraph W, Cubic G → ThreeVertexConnected G → Fintype.card W % 6 = 0 → Nonempty (P3Path G) := by sorry end CubicP3Partition
Source
A. Kelmans, Packing 3-vertex Paths In Cubic 3-connected Graphs, https://arxiv.org/abs/0910.2766v2, pp. 7-8, Theorem 3.1, derivation of (z1) from (z8).