Complete symmetric rank-nine profile enumeration
ProvedSP4RankProfiles.rank_nine_raw_profilesfinite-combinatoricsgraded-algebrasp4-backlog-formalization
Let be finitely supported with total mass nine. Assume for every integer , , every off-central value is even, and at least one off-central value is nonzero. Then its nonzero ranks are exactly one of
with in the three-level alternatives and in the five-level alternative. In each case every unlisted value is zero. The conclusion asserts exhaustion by these existential alternatives; uniqueness of the parameters is not a separate conclusion.
The support shape is derived, not assumed. This is the full raw numerical enumeration, not knot classification. Excluding the four-one-four profile or forcing adjacent five-level heights requires separate graded-pairing arguments. The central-five height-one case remains possible under these hypotheses.
Preamble
import Definitions.Def_SP4RankProfiles set_option autoImplicit false open SP4RankProfiles
Formal statement
theorem SP4RankProfiles.rank_nine_raw_profiles (r : ℤ →₀ ℕ)
(htotal : mass r = 9) (hsym : ∀ a, r (-a) = r a)
(hcenter : 0 < r 0) (heven : ∀ a, a ≠ 0 → Even (r a))
(hnontrivial : ∃ a, a ≠ 0 ∧ 0 < r a) :
(∃ g : ℤ, 0 < g ∧ r = three g 2 5) ∨
(∃ g : ℤ, 0 < g ∧ r = three g 4 1) ∨
(∃ g h : ℤ, 0 < h ∧ h < g ∧ r = five g h) := by sorrySource
Ryan Shin, corrected unpublished gt_e12_rank18_cube_attack.md, Section 2, equation (2.1) and Section 2.1; SHA-256 ac06bc38602b5eb920f798ed749c06e06f56430eb0151d213ca2650834ccb883. Only the indicated finite rank-profile and pairing arguments are formalized; no HFK construction or external genus-one classification theorem is supplied.