SigmaLayer/PointerLanding: the landing theorem (brick 3) #
Category: dynamical measurement — the smooth-Hamiltonian witness route
(specs/pointer-witness-plan.md brick 3).
The geometry brick: it discharges the two distance hypotheses that pointerEvolve_pure
(brick 2b) left open, and lands the ready pointer in the record region.
- Midpoint separation (
cellMid_dist_ge): distinct CDF-cell midpoints on the circle are at least(rⱼ + r_k)/2apart. The circle distance is bounded below throughUnitAddCircle.norm_eq(‖↑x‖ = |x − round x|) and an elementary case analysis onround(abs_sub_round_ge); the two real-line gap bounds are theloSuminterval inequalities that already order the corpus's CDF cells. By the triangle inequality, a point of theε-shrunk cell ofjis then at distance≥ r_k/2from every other midpoint (shrunk_dist_other) — so on the shrunk cell the weight vector is pure, and no per-cell inclusion geometry is ever needed. - Record transport is exact in the moment map (
momentMap_pointerRot_smul):m_{j+1}(Uⱼ(π/2) • q) = m₀(q)— the quarter rotation carries the ready weight to the record weight pointwise on the whole pointer, so the open ready region maps into the open record region with margin to spare (pointerRot_smul_mem_recordRegion,δ ≤ 1/2). - ★ The landing theorem (
pointer_landing): sector in the shrunk cell ofj+ pointer ready ⇒ the propagator lands the point inarenaRecord j— a record is created by a continuous, Liouville-preserving propagator, with the ontic sector selecting the outcome. The sector coordinate is conserved (pointerEvolve_fst), and the outcome is exclusive (recordRegion_pairwiseDisjoint, brick 0). - The Born seed (
volume_shrunkCell_slice): at every base point the shrunk cell's fibre slice carries selector volume exactlyrⱼ − 2ε(AddCircle.volume_closedBall) — theε-Born accounting input for brick 4. WithΣⱼ rⱼ = 1and the record regions pairwise disjoint, the sector sandwichrⱼ − 2ε ≤ sector ≤ rⱼ + 2(N−1)εwill follow without any upper-bound cell geometry.
⚠️ Honest scope. Landing is stated for the shrunk-ball event, whose slice volume is
rⱼ − 2ε, not the full circleCell of volume rⱼ — the deficit is the transition
corridor forced by no_everywhere_correlation, priced explicitly by the witness parameter
ε, never hidden. No protocol packaging, sector accounting, or LLN here — that is brick 4.
Corridor points (slice measure ≤ 2Nε) receive partial rotations: legitimate pointer
states outside every record region; nothing is claimed about them beyond measure
preservation.
References #
specs/pointer-witness-plan.md (bricks 3, 4); specs/BACKLOG.md (the ★ L row);
specs/future-work.md. Reused corpus API: pointerEvolve_pure/pointerWeights
(SigmaLayer/PointerWeights.lean), loSum_add_le_loSum/loSum_add_self_le_one
(SigmaLayer/BornFibrePartition.lean), circleFibre_volume_univ
(SigmaLayer/TorusFibre.lean), Projectivization.inner_toEuclideanLin_unitary
(transition-probability staging), UnitAddCircle.norm_eq + AddCircle.volume_closedBall
(Mathlib).
The circle-distance lower bound #
If s is below both integer-gap witnesses of c ∈ [−1, 0] — the gap to 0 and the
gap to −1 — then s ≤ |c − round c|: whatever integer round picks is one of those two
or lies at distance ≥ 1.
Midpoint separation: distinct CDF-cell midpoints are at least the mean of the two
cell widths apart on the circle — both the direct gap (the loSum ordering) and the
wrap-around gap (total mass 1) are that large.
Points of the shrunk cell of j are far from every other midpoint — triangle
inequality from the midpoint separation; the strict ε-shrinking is exactly what pays for
it.
Record transport in the moment map #
The quarter turn carries the ready weight to the record weight, exactly:
m_{j+1}(Uⱼ(π/2) • q) = m₀(q) for every pointer state q.
The open ready region lands inside the open record region with margin: for
δ ≤ 1/2, m₀(q) > 1 − δ gives m_{j+1}(Uⱼ(π/2) • q) > 1 − δ ≥ 1/2.
The landing theorem #
The ε-shrunk cell of outcome j, as a sector event: base + selector points whose
first fibre coordinate lies within rⱼ/2 − ε of the j-th cell midpoint, rates read at
the ontic base point. This is exactly the region where the weight field is pure.
Equations
- CSD.RecordLayer.shrunkCell c ε j = {x : CSD.LF4.KSigma N | dist x.2.1 (CSD.RecordLayer.cellMid (c.rate x.1) j) ≤ c.rate x.1 j / 2 - ε}
Instances For
★ The landing theorem: sector in the shrunk cell of outcome j, pointer ready
(margin δ ≤ 1/2) — the continuous, Liouville-preserving propagator lands the point in the
record cylinder of j. The ontic sector selects the outcome; the pointer records it.
The Born seed: the shrunk slice volume #
The selector volume of the shrunk cell's fibre slice is exactly rⱼ − 2ε, at every
base point (when rⱼ < 2ε both sides are 0) — the lower Born bound brick 4 integrates. The 2ε deficit is
the transition corridor, priced and visible.