A -factor of the remainder extends across the deleted path
ProvedCubicP3Partition.kelmans_p3_factor_extendcombinatoricscubic-graphsgraph-theoryp3-factor
Let be a finite simple graph and a specified three-vertex path in . If the graph obtained by deleting the three vertices of has a -factor, then itself has a -factor: adjoin the deleted path as one further block to the factor of the remainder. The two edges of the adjoined block are exactly the two edges of , and the remaining blocks keep their edges since the remainder is an induced subgraph. It is the extension 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_p3_factor_extend : ∀ (W : Type) [Fintype W], ∀ G : SimpleGraph W, ∀ L : P3Path G, Nonempty (P3Factor (eraseP3 G L)) → Nonempty (P3Factor 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).