Zauner's conjecture for dimensions d >= 3
OpenWeylHeisenbergSIC.fiducial_d_ge_3conjecturefinite-groupslinear-algebraquantum-information
For every dimension (qutrits and higher-dimensional qudits), Zauner's conjecture posits the existence of a normalized vector such that all nonidentity phase-shift displacements have squared overlap:
Zauner additionally conjectured that in every dimension , the fiducial vector can be chosen to be an eigenvector of an order-3 canonical unitary operator (the Zauner unitary ).
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_3 (d : ℕ) [NeZero d] (hd : 3 ≤ 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); Appleby, SIC-POVMs and the Extended Clifford Group, J. Math. Phys. 46, 052107 (2005).