Finite graded cancellation: profile obstruction and adjacent-level rigidity
ProvedSP4RankNine.finite_graded_cancellation_rigidityFor complete finite graded cancellation pairings, the following two conclusions hold:
in the five-level profile, with both displayed channels pairing all two atoms on each side.
More precisely, all parameters below are integers, with no bounds on the integer degree labels.
Four-top/four-bottom obstruction. Let . Put four atoms at filtration , with degrees , and four at filtration , with the corresponding degrees lowered by . No involutive bijective pairing can have opposite source markers on partners, strictly decrease filtration from source to target, and decrease degree by exactly one.
Five-level rigidity. Assume
Index the eight atoms in the following order:
| Indices | Filtration values | Integer degrees |
|---|---|---|
For every complete graded cancellation pairing on this data, the intermediate level satisfies , and the source indices are exactly
The mate of each of belongs to ; the mate of each of belongs to . Since the mate map is a bijection, these are complete two-atom pairings, not merely possible destinations.
This is one grouped finite graded cancellation theorem extracted from the rank-nine argument. It does not assert that an arbitrary knot supplies the pairing data, enumerate every rank-nine knot-Floer profile, establish the remaining central-rank-five case, or prove a knot/link realization or any smooth four-dimensional classification.
import Definitions.Def_SP4RankNine set_option autoImplicit false open SP4RankNine
theorem SP4RankNine.finite_graded_cancellation_rigidity :
(∀ g a b c d : ℤ, 0 < g →
¬ Nonempty (CancellationPairing (fourFourLevel g) (fourFourMaslov g a b c d))) ∧
(∀ g h a b c d : ℤ, 0 < h → h < g → c % 2 ≠ d % 2 →
∀ P : CancellationPairing (fiveLevel g h) (fiveMaslov g h a b c d),
h = g - 1 ∧
P.source = ![true, true, false, false, true, true, false, false] ∧
(∀ i : Fin 8, i.val < 2 →
2 ≤ (P.mate i).val ∧ (P.mate i).val < 4) ∧
(∀ i : Fin 8, 4 ≤ i.val → i.val < 6 → 6 ≤ (P.mate i).val)) := by sorry