Kelmans Theorem 3.1:
ProvedCubicP3Partition.kelmans_z1_iff_z8For finite simple cubic 3-connected graphs whose order is divisible by six, the following two universal claims are equivalent:
- every such graph has a -factor;
- after deleting the vertices of any specified three-vertex path from any such graph, the remaining induced graph has a -factor.
This is the – equivalence contained in Kelmans's larger list of equivalent claims.
Formalization Note Both sides quantify over ordinary small finite vertex types and use the mission's explicit noninduced path-factor and vertex-deletion models.
import Definitions.Def_cubic_p3_partition_models
namespace CubicP3Partition /-- The equivalence between claims (z1) and (z8) from Kelmans's Theorem 3.1. -/ theorem kelmans_z1_iff_z8 : ClaimZ1 ↔ ClaimZ8 := by sorry end CubicP3Partition
Read-back
What the Lean code literally says, in plain math · gpt-5.6-luna
令 表示以下完整前提: 是 Type 中的一个小类型并带有 Fintype W 实例, 是定义在 上的简单图,每个 的 邻居数恰为 ,,对每个有限子集 若 则从满足 的 subtype 上诱导出的 图连通,并且 除以 的自然数余数为 ;令 表示存在自然数 和双射 ,且对每个 ,位置 — 和位置 — 的两条边都在 中;令 表示对一个指定的三元路径 (三个顶点两两不同,且 left—center、center—right 两条边在 中),存在自然数 和双射 ,并且这些位置的两类相邻对在 的该剩余顶点诱导图中相邻。定理声明以下两个全称命题等价:对每个这样的 、其有限性实例和每个 , 蕴含 ;当且仅当对每个这样的 、其有限性实例和每个 , 蕴含对每个指定的 都有 。右侧的内层全称在不存在指定三元路径时为空真;两个外层命题的量化范围都包括所有符合条件的小类型、有限性实例和简单图。
Confirmed by the mission captain (proposal self-audit).