Explicit fiducial vector on ZMod 2
ProvedWeylHeisenbergSIC.fiducial_d2_explicitlinear-algebraquantum-informationqubitsic-povm
An explicit qubit fiducial vector for the Weyl--Heisenberg group is given by setting the amplitude ratios to match the vertices of a regular tetrahedron inscribed in the Bloch sphere:
where . Its norm is and its overlaps with all nonidentity displacements satisfy .
Preamble
import Mathlib.Analysis.SpecialFunctions.Complex.CircleAddChar import Mathlib.Analysis.InnerProductSpace.PiL2 set_option autoImplicit false noncomputable section open scoped BigOperators
Formal statement
theorem WeylHeisenbergSIC.fiducial_d2_explicit :
∃ ψ : ZMod 2 → ℂ,
(∑ x : ZMod 2, Complex.normSq (ψ x)) = 1 ∧
∀ a b : ZMod 2, (a,b) ≠ (0,0) →
Complex.normSq (∑ x : ZMod 2, star (ψ x) *
(ZMod.stdAddChar (b*x) * ψ (x+a))) = (2+1 : ℝ)⁻¹ := by sorrySource
Renes, Blume-Kohout, Scott and Caves, Symmetric Informationally Complete Quantum Measurements, J. Math. Phys. 45, 2171 (2004), Section III.A.