Documentation

CsdLean4.Empirical.CSD.SICVolume

Empirical/CSD: the d=2 SIC-POVM and its Born weights as Kähler volumes #

Category: 3-Local (CSD-ontic layer; the third non-projective (POVM) entry in the volume-frequency series, after the trine and USD).

The SIC-POVM (symmetric informationally-complete POVM) in dimension 2 is the tetrahedral qubit measurement: four fiducial states |ψₖ⟩ whose Bloch vectors form a regular tetrahedron, with effects Eₖ = (1/2)|ψₖ⟩⟨ψₖ|. It is symmetric in the strong sense that the pairwise overlaps are all equal, |⟨ψⱼ,ψₖ⟩|² = 1/3 for j ≠ k (sic_inner_normSq below) — the defining SIC property — and informationally complete (four outcomes span the operator space of a qubit). It is a genuine POVM: ∑ₖ Eₖ = I holds because ∑ₖ |ψₖ⟩⟨ψₖ| = 2 I (the tetrahedral tight-frame relation).

The explicit fiducial set used here: ψ₀ = |0⟩, ψₖ = (1/√3)|0⟩ + √(2/3)·ω^{k-1}|1⟩ (k = 1,2,3), ω = e^{2πi/3}, i.e. the second components are √6/3, −√6/6 ± i√2/2.

This file:

The capstone 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).

Square-root facts #

The SIC fiducial states #

noncomputable def CSD.Empirical.CSDBridge.SICVolume.sicAmp :
Fin 4Fin 2

The complex amplitudes of the four tetrahedral SIC states on the computational basis. ω = e^{2πi/3} enters as ω = −1/2 + i√3/2, so √(2/3)·ω = −√6/6 + i√2/2 and √(2/3)·ω² = −√6/6 − i√2/2.

Equations
Instances For

    ‖z‖² = z.re·z.re + z.im·z.im, the bridge to real coordinates.

    The tetrahedral tight-frame relation and the POVM #

    ∑ₖ |ψₖ⟩⟨ψₖ| = 2 I — the tetrahedral tight-frame relation that makes the SIC a valid POVM.

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

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

      Completeness: ∑ₖ Eₖ = (1/2)·(2 I) = I. The SIC is a genuine POVM.

      The d=2 SIC-POVM {Eₖ = (1/2)|ψₖ⟩⟨ψₖ|}ₖ — the tetrahedral symmetric informationally-complete (non-projective) qubit measurement.

      Equations
      Instances For

        The equiangular SIC property #

        ⟨x, y⟩ = star(x₀)·y₀ + star(x₁)·y₁ on ℂ².

        The defining SIC symmetry: all pairwise overlaps are equal, |⟨ψⱼ, ψₖ⟩|² = 1/3 for j ≠ k. The four states are equiangular — a regular tetrahedron in the Bloch ball.

        The SIC Born weights as Kähler volumes #

        Closed-form SIC Born weights: for a unit preparation ψ, pₖ(ψ) = (1/2)‖⟨ψ, ψₖ⟩‖².

        The canonical Naimark dilation of the SIC POVM (it exists, like every POVM's).

        Equations
        Instances For
          theorem CSD.Empirical.CSDBridge.SICVolume.sic_born_frequency_volume (ψ : EuclideanSpace (Fin 2)) (e : Fin 2 × Fin 4 Fin 8) (ψ' : EuclideanSpace (Fin 8)) (hψ'eq : ψ' = (LinearIsometryEquiv.piLpCongrLeft 2 e) ((Matrix.toEuclideanLin sicNaimark.V) ψ)) (hψ'0 : ψ' 0) (hnorm : ψ' = 1) (p₀ : LF4.CPN 8) {Ω : Type u_1} [MeasurableSpace Ω] {Pr : MeasureTheory.Measure Ω} [MeasureTheory.IsProbabilityMeasure Pr] (X : ΩLF4.CPN 8) (hX : ∀ (n : ), Measurable (X n)) (hlaw : ∀ (n : ), MeasureTheory.Measure.map (X n) Pr = Matrix.UnitaryGroup.fubiniStudyMeasure p₀) (hindep : ∀ (j : Fin 8), 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 4), 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 (sicPOVM.weight ψ k))

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