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:
- builds
sicPOVM : POVM 2 (Fin 4)(ascaledRankOneEffect (1/2)helper + completeness); - proves the equiangular SIC property
|⟨ψⱼ,ψₖ⟩|² = 1/3; - gives the closed-form Born weights
pₖ(ψ) = (1/2)‖⟨ψ, ψₖ⟩‖²; - runs the POVM through the tranche:
canonicalNaimark sicPOVMis the dilation, andsic_born_frequency_volumelands the four SIC outcome frequencies as Fubini–Study volumes on the dilatedΣ' = ℂℙ⁷— carving-free, Gleason-free.
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 #
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
- CSD.Empirical.CSDBridge.SICVolume.sicAmp 0 0 = 1
- CSD.Empirical.CSDBridge.SICVolume.sicAmp 0 1 = 0
- CSD.Empirical.CSDBridge.SICVolume.sicAmp 1 0 = ↑(√3 / 3)
- CSD.Empirical.CSDBridge.SICVolume.sicAmp 1 1 = ↑(√6 / 3)
- CSD.Empirical.CSDBridge.SICVolume.sicAmp 2 0 = ↑(√3 / 3)
- CSD.Empirical.CSDBridge.SICVolume.sicAmp 2 1 = ↑(-√6 / 6) + ↑(√2 / 2) * Complex.I
- CSD.Empirical.CSDBridge.SICVolume.sicAmp 3 0 = ↑(√3 / 3)
- CSD.Empirical.CSDBridge.SICVolume.sicAmp 3 1 = ↑(-√6 / 6) - ↑(√2 / 2) * Complex.I
Instances For
The four SIC states as unit vectors in ℂ².
Equations
Instances For
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
The d=2 SIC-POVM {Eₖ = (1/2)|ψₖ⟩⟨ψₖ|}ₖ — the tetrahedral symmetric
informationally-complete (non-projective) qubit measurement.
Equations
Instances For
The equiangular SIC property #
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 #
The canonical Naimark dilation of the SIC POVM (it exists, like every POVM's).
Equations
Instances For
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.