Central-rank-five finite cancellation channels
ProvedSP4RankProfiles.central_five_pairing_channelsLet be an integer and give eight atoms the filtration levels and arbitrary integer degree labels . Suppose they carry a complete graded cancellation pairing: an involutive bijection , a Boolean source label , opposite source labels on partners, and strictly lower filtration and degree exactly one lower at the partner of every source. Then
Because the partner map is an involutive bijection, these are exactly two top-to-center and two center-to-bottom pairs. No direct top-to-bottom pairing remains.
This is a theorem about actual finite pairing data. The permanent ninth atom is not encoded, and existence of a compatible cancellation pairing for a given differential or HFK group is not established. No height bound beyond follows; a height-one pairing exists in this model.
import Definitions.Def_SP4RankProfiles import Definitions.Def_SP4RankNine set_option autoImplicit false open SP4RankProfiles
theorem SP4RankProfiles.central_five_pairing_channels (g : ℤ) (hg : 0 < g) (M : Fin 8 → ℤ)
(P : SP4RankNine.CancellationPairing (centralFiveLevel g) M) :
(∀ i : Fin 8, i.val < 2 →
P.source i = true ∧ 2 ≤ (P.mate i).val ∧ (P.mate i).val < 6) ∧
(∀ i : Fin 8, 6 ≤ i.val →
P.source i = false ∧ 2 ≤ (P.mate i).val ∧ (P.mate i).val < 6) := by sorry