Raw geometric exceptional-word closures #
This file connects the local algebraic kernels to finite polygon geometry. Realization records contain only labelled vertices, distance classes, strict quadrilateral and half-plane facts, and pointwise arc partitions. All degree and cardinality bounds are conclusions of the theorems below.
The three distinguished squared-distance classes survive normalization.
Raw row-1 terminal B:3→2 geometry from draft Section 6.4.
- pointsInjective : Function.Injective P
- classes : HasTopThreeDistanceClasses P d₁ d₂ d₃
- x : Fin n
First diameter center.
- vertex : Fin n
Vertex whose top-three degree is bounded.
- t : Fin n
Second diameter center.
- w : Fin n
Penultimate rung point.
- s : Fin n
Shared terminal tip.
Boundary vertices on the first-center side.
Boundary vertices on the second-center side.
- centralLeftQuad : StrictConvexQuad (P self.vertex) (P self.w) (P self.s) (P self.x)
- centralRightQuad : StrictConvexQuad (P self.t) (P self.w) (P self.s) (P self.vertex)
- terminalQuad : StrictConvexQuad (P self.t) (P self.w) (P self.s) (P self.x)
Instances For
The row-1 terminal B:3→2 word forces its displayed lower vertex to
have degree at most six, derived only from its raw geometry.
Raw shared-tip geometry with one surviving penultimate rung.
- pointsInjective : Function.Injective P
- classes : HasTopThreeDistanceClasses P d₁ d₂ d₃
- e : Fin n
First diameter center.
- vertex : Fin n
Vertex whose top-three degree is bounded.
- t : Fin n
Second diameter center.
- p : Fin n
Surviving penultimate rung point.
- s : Fin n
Shared tip.
Boundary vertices on the first-center side.
Boundary vertices on the second-center side.
- rungQuad : StrictConvexQuad (P self.t) (P self.p) (P self.s) (P self.vertex)
Instances For
Every raw one-penultimate realization has displayed degree at most five.
One raw boundary branch in the four-edge cage. The disjunction records the two cyclic orientations that yield the same edge--diagonal inequality.
Boundary arc assigned to this cage branch.
- halfPlane : (∀ j ∈ self.arc, InLeftOpenHalfPlane (P center) (P vertex) (P j)) ∨ ∀ j ∈ self.arc, InLeftOpenHalfPlane (P vertex) (P center) (P j)
One consistent side of the unoriented line through the two centers.
- quad (j : Fin n) : j ∈ self.arc → StrictConvexQuad (P vertex) (P j) (P central) (P center) ∨ StrictConvexQuad (P center) (P central) (P j) (P vertex)
Instances For
Raw data for the two sides counted at one central cage endpoint.
- vertex : Fin n
Central cage endpoint whose degree is counted.
- left : FourEdgeBranchGeometry P d₁ self.vertex x w
First-center boundary branch.
- right : FourEdgeBranchGeometry P d₁ self.vertex t s
Second-center boundary branch.
Instances For
Raw row-4 DD four-edge cage.
- pointsInjective : Function.Injective P
- classes : HasTopThreeDistanceClasses P d₁ d₂ d₃
- x : Fin n
First diameter center.
- t : Fin n
Second diameter center.
- w : Fin n
First central rung endpoint.
- s : Fin n
Second central rung endpoint.
- first : FourEdgeEndpointGeometry P d₁ d₂ d₃ self.x self.t self.w self.s
First central cage endpoint.
- second : FourEdgeEndpointGeometry P d₁ d₂ d₃ self.x self.t self.w self.s
Second central cage endpoint.
- xSide : InLeftOpenHalfPlane (P self.w) (P self.s) (P self.x)
- tSide : InLeftOpenHalfPlane (P self.w) (P self.s) (P self.t)
- firstSide : InLeftOpenHalfPlane (P self.w) (P self.s) (P self.first.vertex)
- secondSide : InLeftOpenHalfPlane (P self.w) (P self.s) (P self.second.vertex)
Instances For
The row-4 DD cage closes by the exact long/short package split.
Raw row-4 DD geometry supplies an actual vertex of degree at most six.
Raw full-two-rung shared-tip geometry. The four arc pieces are the two open half-planes for each of the two diameter-center circle systems.
- pointsInjective : Function.Injective P
- classes : HasTopThreeDistanceClasses P d₁ d₂ d₃
- e : Fin n
First diameter center.
- t : Fin n
Second diameter center.
- s : Fin n
Shared upper tip.
- w : Fin n
Penultimate point on the first rung.
- r : Fin n
Penultimate point on the second rung.
- vertex : Fin n
Lower vertex whose degree is bounded.
- endpoint : Fin n
Remaining explicitly separated boundary endpoint.
- antiSaturationQuad : StrictConvexQuad (P self.t) (P self.w) (P self.s) (P self.vertex)
First-center arc in the positive half-plane.
First-center arc in the opposite half-plane.
Second-center arc in the positive half-plane.
Second-center arc in the opposite half-plane.
- arcPartition (j : Fin n) : j ≠ self.vertex → j ∈ self.ePositiveArc ∨ j ∈ self.eNegativeArc ∨ j ∈ self.tPositiveArc ∨ j ∈ self.tNegativeArc ∨ j = self.s ∨ j = self.endpoint
- ePositive_ne_tip (j : Fin n) : j ∈ self.ePositiveArc → j ≠ self.s
- eNegative_ne_tip (j : Fin n) : j ∈ self.eNegativeArc → j ≠ self.s
- tPositive_ne_tip (j : Fin n) : j ∈ self.tPositiveArc → j ≠ self.s
- tNegative_ne_tip (j : Fin n) : j ∈ self.tNegativeArc → j ≠ self.s
- ePositive_center_ne (j : Fin n) : j ∈ self.ePositiveArc → self.e ≠ j
- eNegative_center_ne (j : Fin n) : j ∈ self.eNegativeArc → self.e ≠ j
- tPositive_center_ne (j : Fin n) : j ∈ self.tPositiveArc → self.t ≠ j
- tNegative_center_ne (j : Fin n) : j ∈ self.tNegativeArc → self.t ≠ j
- ePositiveHalfPlane (j : Fin n) : j ∈ self.ePositiveArc → InLeftOpenHalfPlane (P self.e) (P self.vertex) (P j)
- eNegativeHalfPlane (j : Fin n) : j ∈ self.eNegativeArc → InLeftOpenHalfPlane (P self.vertex) (P self.e) (P j)
- tPositiveHalfPlane (j : Fin n) : j ∈ self.tPositiveArc → InLeftOpenHalfPlane (P self.t) (P self.vertex) (P j)
- tNegativeHalfPlane (j : Fin n) : j ∈ self.tNegativeArc → InLeftOpenHalfPlane (P self.vertex) (P self.t) (P j)
- ePositiveQuad (j : Fin n) : j ∈ self.ePositiveArc → StrictConvexQuad (P self.vertex) (P j) (P self.s) (P self.e)
- eNegativeQuad (j : Fin n) : j ∈ self.eNegativeArc → StrictConvexQuad (P self.vertex) (P j) (P self.s) (P self.e)
- tPositiveQuad (j : Fin n) : j ∈ self.tPositiveArc → StrictConvexQuad (P self.t) (P self.s) (P j) (P self.vertex)
- tNegativeQuad (j : Fin n) : j ∈ self.tNegativeArc → StrictConvexQuad (P self.t) (P self.s) (P j) (P self.vertex)
Instances For
The full two-rung insertion theorem derived from raw polygon geometry.