Documentation

CsdLean4.LF4.QubitCrossTerm

LF4/QubitCrossTerm: the cross-term vanishes (context-fixed qubit, A7) #

Category: 2-LF4 (Kähler / moment-map layer — qubit context-fixed measurement).

The cross-term T = ∫ rsign(2·blochProj n − 1)·|2·blochProj ψ − 1| dμ_FS = 0 — the vanishing of the monopole–hemisphere correlation. The antipode symmetry: pushing the Haar integral by right-multiplication U ↦ U·W (where W sends [e₀] to the orthogonal [e₁]) flips both coordinates u ↦ 1−u, s ↦ 1−s via the orthonormal-complement Parseval flip (inner_unitary_flip), so the integrand negates and T = −T.

Foundational-triple, no sorry.

References #

LF4/QubitDipole.lean (rsign, blochProj_le_one); Empirical/CSD/UncertaintyVolume.lean (context_vol_sum_two); Mathlib/.../FubiniStudyUnique.lean (Haar right-invariance, fubiniStudyMeasure_unique); specs/record-layer-plan.md §2 (the qubit context-fixed crux).

The image of the standard basis of ℂ² under a unitary, packaged as an OrthonormalBasis (orthonormal since U is an isometry; spans since cardinality = dimension).

Equations
Instances For

    Orthonormal-complement flip. For a unit axis a and a unitary U, the Born weights along the two image-basis directions sum to one: |⟨a, U e₀⟩|² + |⟨a, U e₁⟩|² = 1. Parseval over the orthonormal basis unitaryONB U.

    theorem CSD.LF4.rsign_neg (x : ) :

    rsign is odd: rsign (−x) = − rsign x.

    The Fubini–Study measure is independent of the base point (uniqueness of the invariant law).

    noncomputable def CSD.LF4.swapMat :
    Matrix (Fin 2) (Fin 2)

    The e₀ ↔ e₁ swap matrix (Pauli-X).

    Equations
    Instances For
      noncomputable def CSD.LF4.swapU :

      The swap unitary as a group element.

      Equations
      Instances For

        The Bloch projection at U • [eᵢ] is |⟨a, U eᵢ⟩|².

        theorem CSD.LF4.crossTerm (n ψ : EuclideanSpace (Fin 2)) (hn : n = 1) ( : ψ = 1) (p₀ : CPN 2) :

        The cross-term vanishes. T = ∫ rsign(2·blochProj n − 1)·|2·blochProj ψ − 1| dμ_FS = 0, for unit n, ψ. The antipode symmetry: Haar right-multiplication by the swap flips both Born coordinates (inner_unitary_flip), negating the integrand, so T = −T.