Zauner's conjecture for dimensions d >= 2
OpenWeylHeisenbergSIC.fiducial_d_ge_2conjecturefinite-groupslinear-algebraquantum-information
For every dimension , Zauner's conjecture posits the existence of a normalized fiducial vector such that for all nonidentity displacements , the squared overlap between and its Weyl--Heisenberg displacement operator equals:
This constitutes the non-vacuous core of Zauner's conjecture for all quantum systems of dimension two or higher.
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_d_ge_2 (d : ℕ) [NeZero d] (hd : 2 ≤ 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
G. Zauner, Quantendesigns: Grundzüge einer nichtkommutativen Designtheorie, PhD thesis, Univ. Wien (1999); Renes et al., J. Math. Phys. 45, 2171 (2004).