Zauner's conjecture on Weyl-Heisenberg fiducial vector existence
OpenWeylHeisenbergSIC.fiducial_exists_conjecture_c5eafinite-groupslinear-algebraquantum-information
Zauner's conjecture states that for every positive dimension , there exists a normalized fiducial vector such that for all nonidentity Weyl--Heisenberg displacement pairs , the squared inner product between and its displaced copy satisfies:
where is the standard additive character on .
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_exists_conjecture_c5ea (d : ℕ) [NeZero d] :
∃ ψ : ZMod d → ℂ,
(∑ x : ZMod d, Complex.normSq (ψ x)) = 1 ∧
∀ a b : ZMod d, (a,b) ≠ (0,0) →
Complex.normSq (∑ x : ZMod d, star (ψ x) *
(ZMod.stdAddChar (b*x) * ψ (x+a))) = (d+1 : ℝ)⁻¹ := by sorrySource
Renes, Blume-Kohout, Scott and Caves, Symmetric Informationally Complete Quantum Measurements, J. Math. Phys. 45, 2171 (2004), https://arxiv.org/abs/quant-ph/0310075