Documentation

CsdLean4.RecordLayer.RelocationObstruction

SigmaLayer/RelocationObstruction: the collapse stroke is not generated #

Category: dynamical measurement — the negative half of the Hamiltonian-origin question.

PointerGeneration.lean closed the record-creating half: rampedU_schrodinger exhibits the smooth witness's stroke as the flow of an explicit Hermitian generator, so record creation is dynamics rather than a map wearing a dynamical label. The collapse half was left as pointerRelocate, a case split on the readout, proved measure-preserving by a partition argument. This module shows that gap cannot be closed as posed: the bank-swap relocation is not the time-one map of any flow, and neither is the obvious non-permutation alternative.

The two horns #

What this does and does not say #

It says the swap architecture's collapse stroke cannot become dynamics, and that the naive repair fails for an independent reason. Together with swap_not_blockLuders (DegenerateLuders.lean), which shows the same architecture cannot do degenerate Lüders for any fixed calibration, the swap route is a witness that cannot be generated. It does not say collapse is undynamical in general: a generated relocation must be a bijection that is not a factor exchange, which points at the join and phase-slot routes (JoinLuders.lean, PhaseSlot.lean), where state-dependence is produced by the dynamics rather than by permuting coordinates.

It also constrains record proliferation: carrier maps that relocate a record by permuting factors inherit the first horn, and imprint-style copies inherit the second.

References #

SigmaLayer/PointerLuders.lean (pointerBankSwap, pointerRelocate); SigmaLayer/PointerGeneration.lean (rampedU_schrodinger, the positive half); SigmaLayer/PiecewiseHamiltonian.lean (the flux obstruction this is not); SigmaLayer/DegenerateLuders.lean (swap_not_blockLuders); Mathlib/Topology/Homotopy/FactorExchangeObstruction.lean; Mathlib/Topology/Homotopy/CircleFundamentalGroup.lean; specs/BACKLOG.md.

The exchange is continuous #

The bank swap is continuous: it permutes coordinates.

The bank swap as a bundled continuous map.

Equations
Instances For

    The section a factor exchange collapses #

    noncomputable def CSD.RecordLayer.torusSection {N : } (p₀ : LF4.CPN N) (q₀ : Pointer N) :

    Embed a circle in the system's first torus angle, holding every other coordinate fixed. In particular every bank slot is held at a constant point.

    Equations
    Instances For

      Read the system's first torus angle.

      Equations
      Instances For

        After the exchange the readout reports slot j, which the section held constant. This is the collapse the obstruction consumes.

        Horn one: the exchange is not homotopic to the identity #

        ★★ The bank swap is not homotopic to the identity. It collapses the circle section of torusSection onto a point, and the circle is not contractible.

        theorem CSD.RecordLayer.pointerBankSwap_not_flow_time_one {N : } (j : Fin N) (p₀ : LF4.CPN N) (q₀ : Pointer N) :

        ★★ The bank-swap relocation is not the time-one map of any flow.

        So the collapse stroke of the swap architecture cannot be generated, in the sense that the record-creating stroke is generated (rampedU_schrodinger). Any jointly continuous family joining the identity to the relocation would be a homotopy, and there is none.

        Horn two: the non-permutation alternative is not injective #

        The imprint: copy the system into bank slot j without removing it. This is the natural way to broadcast a record without permuting factors.

        Equations
        Instances For

          The imprint is not injective, hence not a homeomorphism, hence not the time-one map of any flow. Two arena points differing only in slot j are identified, because the imprint overwrites that slot.

          theorem CSD.RecordLayer.pointerImprint_not_homeomorph {N : } (j : Fin N) (q₀ : Pointer N) {a b : LF4.KSigma N} (hab : a b) :

          No flow realises the imprint at time one, since a flow map is a homeomorphism and the imprint is not injective.