Empirical/CSD: the unsharp qutrit POVM and its Born weights as Kähler volumes #
Category: 3-Local (CSD-ontic layer; the first non-qubit (N = 3) entry in the
volume-frequency series, and the first genuinely non-projective qutrit POVM).
The unsharp (white-noise) measurement is the textbook model of a noisy detector and
the canonical reason POVMs are needed beyond the projective formalism: a sharp basis
measurement {|k⟩⟨k|} degraded by depolarising noise of strength ε,
Eₖ = (1 − ε)|k⟩⟨k| + (ε/3) I₃ (k ∈ Fin 3, 0 ≤ ε ≤ 1).
For ε ∈ (0, 1) each Eₖ is a genuine (rank-3, non-projector) effect, so this is a real
POVM requiring a Naimark dilation rather than a projective measurement. Completeness is
immediate: ∑ₖ Eₖ = (1 − ε) ∑ₖ|k⟩⟨k| + ε I₃ = (1 − ε) I₃ + ε I₃ = I₃.
This file:
- builds
noisyPOVM ε : POVM 3 (Fin 3)(a directEffectconstruction + completeness); - gives the closed-form Born weights
pₖ(ψ) = (1 − ε)‖⟨k, ψ⟩‖² + ε/3; - runs it through the POVM tranche:
canonicalNaimark (noisyPOVM ε)is the dilation, andnoisy_born_frequency_volumelands the three outcome frequencies as Fubini–Study volumes on the dilated onticΣ' = ℂℙ⁸— carving-free, Gleason-free.
This is the first entry exercising the general-N Naimark→volume machinery past the
qubit: the dilation lives on ℂℙ^{N·|ι|−1} = ℂℙ⁸ for N = 3, |ι| = 3. 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).
Source #
Unsharp / POVM measurements: Busch, Lahti, Mittelstaedt, The Quantum Theory of Measurement (1996); depolarising noise is the standard detector-noise model.
The computational basis of ℂ³ #
The k-th computational basis vector |k⟩ of ℂ³.
Instances For
∑ₖ |k⟩⟨k| = I₃ — completeness of the computational basis.
The unsharp effects and POVM #
The unsharp effect Eₖ = (1 − ε)|k⟩⟨k| + (ε/3) I₃. A genuine (rank-3) effect for
ε ∈ (0, 1); ε = 0 is the sharp projector, ε = 1 the trivial I₃/3.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Completeness: ∑ₖ Eₖ = (1 − ε) I₃ + ε I₃ = I₃.
The unsharp qutrit POVM {Eₖ = (1−ε)|k⟩⟨k| + (ε/3)I₃}ₖ — a genuine
non-projective qutrit measurement.
Equations
- CSD.Empirical.CSDBridge.QutritPOVMVolume.noisyPOVM ε hε0 hε1 = { E := CSD.Empirical.CSDBridge.QutritPOVMVolume.noisyEffect ε hε0 hε1, complete := ⋯ }
Instances For
The Born weights as Kähler volumes #
Closed-form unsharp Born weights: for a unit preparation ψ,
pₖ(ψ) = (1 − ε)‖⟨k, ψ⟩‖² + ε/3. The signal term (1−ε)‖⟨k,ψ⟩‖² plus the uniform
noise floor ε/3.
The canonical Naimark dilation of the unsharp qutrit POVM.
Equations
Instances For
The unsharp qutrit POVM Born weights as Kähler volumes (the capstone).
Instantiating povm_born_frequency_volume_uncond at the unsharp qutrit measurement:
i.i.d. Fubini–Study trials on the dilated ontic Σ' = ℂℙ⁸ have the k-th outcome's
empirical frequency converge, on a single almost-sure event, to the Born weight
pₖ(ψ) = ⟨ψ, Eₖ ψ⟩ = (1 − ε)‖⟨k,ψ⟩‖² + ε/3 — realised as a sum of Fubini–Study volumes
of the dilated barycentric cells. The first non-qubit (N = 3) entry in the
volume-frequency series, and the first non-projective qutrit POVM; carving-free,
Gleason-free, and (since the 2026-06-11 hpos migration) with no genericity hypothesis
on the dilated state — the sharp limit ε = 0 at a basis state is covered.