Documentation

CsdLean4.RecordLayer.TorusRecord

SigmaLayer/TorusRecord: the record layer on the even-dimensional fibre #

Category: 7-SigmaLayer (the record layer, A1 compactness and parity).

CircleFibre/CircleRecord moved the Born partition and then the record layer onto a compact fibre, which fixed the non-compactness of the original fibre. It did not fix parity: a single circle is one-dimensional, so ℂℙ^{N-1} × S¹ has odd real dimension and cannot carry a symplectic or Kähler structure at all. TorusFibre responded by putting the Born cells on T² = S¹ × S¹, constraining the first angle and leaving the second free, so that the total space KSigma = ℂℙ^{N-1} × T² is compact, even-dimensional, and a product of Kähler manifolds.

This file moves the rest of the record layer across, so that the active fibre and the A1-admissible arena are finally the same object:

Scope #

What this delivers is an active record fibre on a compact, even-dimensional arena: the outcome is read off the fibre coordinate rather than pulled back from the base, and the arena's dimension no longer forbids the structure Paper C A1 asks for. It does not construct a Kähler form on that arena, and does not prove the fibre measure is a Liouville volume for one: Mathlib has no manifold differential-forms API, which is the standing KG-1 block. Parity is a necessary condition that was previously violated and now is not; it is not sufficiency, and no A1 discharge is claimed here.

References #

SigmaLayer/TorusFibre.lean (the cells and the parity argument); SigmaLayer/CircleRecord.lean (the compact-fibre record layer this ports); SigmaLayer/Measurement.lean (P5/P6, bornContext); specs/BACKLOG.md (the A1 sector row); MATHLIB-GAPS.md (KG-1).

The P5 record semantics on the even-dimensional fibre #

The torus record semantics (P5). The ontic event of "context c recorded outcome i" is the Born cell torusCell c.rate i: measurable, and within one context at one time distinct outcomes are mutually exclusive.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[simp]
    theorem CSD.RecordLayer.torusRecordSemantics_event {n : } (c : FibreContext n) (i : Fin n) (t : SigmaLayer.OnticTime) :
    (torusRecordSemantics n).event { context := c, outcome := i, time := t } = torusCell c.rate i

    Isolation is conditioning (P6). The ontic states compatible with the single record "context c recorded i at t" are exactly that record's cell.

    The ontic selection is the record #

    noncomputable def CSD.RecordLayer.torusOutcome {n : } (r : Fin n) (x : LF4.KTorus) :

    The outcome the unknown microstate selects: the cell it occupies.

    Equations
    Instances For
      theorem CSD.RecordLayer.torusOutcome_eq_some_iff {n : } (r : Fin n) (hr : ∀ (i : Fin n), 0 r i) (x : LF4.KTorus) (i : Fin n) :

      Reading the outcome and testing the record event agree. For non-negative rates the cells are disjoint, so "the microstate occupies cell i" and "the record says i" are the same statement.

      theorem CSD.RecordLayer.torusOutcome_eq_record {n : } (c : FibreContext n) (i : Fin n) (t : SigmaLayer.OnticTime) (x : LF4.KTorus) :
      torusOutcome c.rate x = some i x (torusRecordSemantics n).event { context := c, outcome := i, time := t }

      The ontic selection is the record, at the record-layer level.

      Measurement on the even-dimensional fibre #

      A measurement: a context awaiting an unknown microstate.

      • context : FibreContext n

        The measurement context, which fixes the cells and the weights.

      • The ontic time at which the record is established.

      Instances For

        The basin of outcome i: the cell the context assigns to it.

        Equations
        Instances For
          noncomputable def CSD.RecordLayer.TorusMeasurement.prob {n : } (m : TorusMeasurement n) (i : Fin n) :

          The probability of outcome i: the Haar measure of its basin.

          Equations
          Instances For

            The Born measurement on the even-dimensional fibre.

            Equations
            Instances For

              The Born rule on the even-dimensional fibre. The outcome-i probability is ‖ψ i‖², the same weight the and fibres gave: fixing the parity defect costs no probability.

              A.e. every microstate yields a record. The cells cover up to a null set, so there is no positive-measure "no outcome" region.