Documentation

CsdLean4.Empirical.CSD.TrineVolume

Empirical/CSD: the qubit trine POVM and its Born weights as Kähler volumes #

Category: 3-Local (CSD-ontic layer; the first non-projective (POVM) entry in the volume-frequency series — SG, Malus, Bell, GHZ, Hardy were all projective).

The trine is the canonical minimal symmetric qubit POVM: three states |ψₖ⟩ whose Bloch vectors sit at 120° in a great circle, with effects Eₖ = (2/3)|ψₖ⟩⟨ψₖ|. It is a genuine POVM — ∑ₖ Eₖ = I holds only because the three projectors sum to (3/2)I — and cannot be realised projectively (three outcomes on a 2-dimensional space).

This file:

The trine has no structural zeros (for generic ψ all three weights are nonzero). The capstone is unconditional: it routes through the hpos-free engine (povm_born_frequency_volume_uncond, LF4/BornRegionUncond.lean), so no genericity hypothesis on the dilated state is carried (2026-06-11 migration); vanishing dilated amplitudes give FS-null cells.

The trine states and POVM #

The (real) amplitudes of the three trine states on the computational basis: Bloch vectors at 120° in the x–z great circle. ψ₀ = |0⟩, ψ₁ = (1/2)|0⟩ + (√3/2)|1⟩, ψ₂ = (1/2)|0⟩ − (√3/2)|1⟩.

Equations
Instances For

    The three trine states as unit vectors in ℂ².

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      ∑ₖ |ψₖ⟩⟨ψₖ| = (3/2) I — the Gram relation that makes the trine a valid POVM.

      The trine POVM #

      The k-th trine effect Eₖ = (2/3)|ψₖ⟩⟨ψₖ|.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Completeness: ∑ₖ Eₖ = (2/3)(3/2) I = I. The trine is a genuine POVM.

        The qubit trine POVM {Eₖ = (2/3)|ψₖ⟩⟨ψₖ|}ₖ — the canonical minimal symmetric (non-projective) qubit measurement.

        Equations
        Instances For

          The trine Born weights as Kähler volumes #

          Closed-form trine Born weights: for a unit preparation ψ, pₖ(ψ) = (2/3)‖⟨ψ, ψₖ⟩‖² — the symmetric 120°-measurement outcome probabilities.

          theorem CSD.Empirical.CSDBridge.TrineVolume.trine_born_frequency_volume (ψ : EuclideanSpace (Fin 2)) (e : Fin 2 × Fin 3 Fin 6) (ψ' : EuclideanSpace (Fin 6)) (hψ'eq : ψ' = (LinearIsometryEquiv.piLpCongrLeft 2 e) ((Matrix.toEuclideanLin trineNaimark.V) ψ)) (hψ'0 : ψ' 0) (hnorm : ψ' = 1) (p₀ : LF4.CPN 6) {Ω : Type u_1} [MeasurableSpace Ω] {Pr : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure Pr] (X : ΩLF4.CPN 6) (hX : ∀ (n : ), Measurable (X n)) (hlaw : ∀ (n : ), MeasureTheory.Measure.map (X n) Pr = Matrix.UnitaryGroup.fubiniStudyMeasure p₀) (hindep : ∀ (j : Fin 6), Pairwise (Function.onFun (fun (f g : Ω) => ProbabilityTheory.IndepFun f g Pr) fun (n : ) => (X n ⁻¹' LF4.bornRegion ψ' hψ'0 j).indicator fun (x : Ω) => 1)) :
          ∀ᵐ (ω : Ω) Pr, ∀ (k : Fin 3), Filter.Tendsto (fun (m : ) => n : Fin 2, (∑ lFinset.range m, (X l ⁻¹' LF4.bornRegion ψ' hψ'0 (e (n, k))).indicator (fun (x : Ω) => 1) ω) / m) Filter.atTop (nhds (trinePOVM.weight ψ k))

          The trine POVM Born weights as Kähler volumes (the capstone). Instantiating povm_born_frequency_volume_uncond at the trine: i.i.d. Fubini–Study trials on the dilated ontic Σ' = ℂℙ⁵ have the k-th trine outcome's empirical frequency converge, on a single almost-sure event, to the trine Born weight pₖ(ψ) = ⟨ψ, Eₖ ψ⟩ (the symmetric 120°-measurement outcome probability (2/3)‖⟨ψₖ,ψ⟩‖²) — realised as a sum of Fubini–Study volumes of the dilated barycentric cells. The first non-projective (POVM) entry in the volume-frequency series; carving-free, Gleason-free, and (since the 2026-06-11 hpos migration) with no genericity hypothesis on the dilated state.