C02: the route-obstruction family
ProvedCubicP3Partition.c02_obstruction_familyFor every natural number , including , the explicitly defined graph on vertices is cubic and 3-vertex-connected, has a noninduced -factor, and has no perfect matching whose complementary 2-factor has all component orders divisible by three:
The family therefore separates the main conclusion from the stronger matching route. It does not refute OPG-46613. The cited repository currently classifies the family as candidate-only; this theorem is the outstanding full formalization target.
import Definitions.Def_cubic_p3_partition_models
namespace CubicP3Partition
/-- The full C02 candidate family separates P3-factors from the strengthened matching route. -/
theorem c02_obstruction_family :
∀ q : Nat, Cubic (H q) ∧ ThreeVertexConnected (H q) ∧
Nonempty (P3Factor (H q)) ∧ ¬ HasDivisibleComplement (H q) := by sorry
end CubicP3PartitionRead-back
What the Lean code literally says, in plain math · gpt-5.6-luna
对每个自然数 (包括 ),令 ,并令 为 H q:对 , 当且仅当 且 ,其中对自然数 , 当且仅当 属于 之一,或 ,或 ,或 ,或 。对每个这样的 ,定理声明以下四个命题的合取:每个 有恰好 个 邻居; 且对每个有限子集 ,只要 , 在满足 的 subtype 上的诱导图就连通;存在自然数 和双射 ,且对每个 , 与 相邻、 与 相邻;并且不存在简单图 使 的每条边都是 的边、每个顶点有恰好一个 邻居,且令 为 中不属于 的边所成的图后,、每个顶点有恰好两个 邻居、每个 中的可达分支大小都被 整除。这里全称量化的是所有 ,而不是某个固定的正数 ;有限子集量化仍包括空集。
Confirmed by the mission captain (proposal self-audit).