Documentation

FormalConjectures.OpenQuantumProblems.«23»

Open Quantum Problem 23: SIC-POVMs #

Mathematical problem #

The OQP page presents three increasingly strong formulations of this problem. In this file we formalize the first one, closest to the physics terminology: existence of a symmetric informationally complete POVM in every finite dimension.

A SIC-POVM in dimension $d$ can be represented by a family of $d^2$ normalized vectors in $\mathbb{C}^d$ whose pairwise squared overlaps are all equal to $(d + 1)^{-1}$. We encode such a family as a map Fin (d ^ 2) → StateVector d.

Background #

SIC-POVMs are a basic structure in finite-dimensional quantum information. They are closely related to equiangular lines, tight frames, quantum state reconstruction, and finite-dimensional measurement theory. The open problem asks whether such families exist in every dimension.

What this file formalizes #

This file formalizes the existence problem for symmetric informationally complete POVMs through the predicate HasSICPOVM d.

More precisely, it contains the following layers.

Core API #

The main definitions formalized in this file are:

In addition, the file includes explicit witness families and convenient constructors used in the low-dimensional benchmark cases:

Complete open conjecture #

The main open theorem is:

Special cases #

The file also isolates several special cases:

Test lemmas #

The file includes the following test lemmas and benchmark-support statements:

At present, these @[category test, AMS 15 47 81] results are included with placeholder proofs by sorry; they are intended to be proved in the next PR.

References #

Primary source list entry:

Foundational references #

@[reducible, inline]

A state vector in the $d$-dimensional complex Hilbert space $\mathbb{C}^d$.

Equations
Instances For
    @[reducible, inline]

    Build a state vector from its coordinates in the computational basis.

    Equations
    Instances For

      Coercion from a state vector to its coordinate function.

      Equations

      A state vector is normalized if it has $L^2$ norm $1$.

      Equations
      Instances For

        The squared magnitude of the overlap between two state vectors.

        Equations
        Instances For

          A family has constant pairwise squared overlap $c$ if every two distinct members have squared overlap $c$.

          Equations
          Instances For

            The squared overlap value of a SIC family in dimension $d$.

            Equations
            Instances For

              A SIC family in dimension $d$ consists of $d^2$ normalized vectors in $\mathbb{C}^d$ with pairwise squared overlap $(d + 1)^{-1}$.

              Equations
              Instances For

                There exists a SIC-POVM in dimension $d$.

                Equations
                Instances For

                  Any singleton family has constant pairwise squared overlap, vacuously.

                  The SIC overlap value in dimension $1$ is $1/2$.

                  The SIC overlap value is positive in every dimension.

                  In dimension $1$, a singleton family is SIC exactly when its vector is normalized.

                  The empty family witnesses the degenerate dimension-$0$ case.

                  Any normalized state in dimension $1$ yields a SIC family.

                  Dimension $1$ admits a SIC-POVM.

                  The standard algebraic primitive cube root of unity.

                  Equations
                  Instances For

                    The first real amplitude used in the tetrahedral qubit SIC.

                    Equations
                    Instances For

                      The second real amplitude used in the tetrahedral qubit SIC.

                      Equations
                      Instances For

                        The common scale used in the Hesse qutrit SIC.

                        Equations
                        Instances For

                          A convenient constructor for qubit state vectors.

                          Equations
                          Instances For
                            def OpenQuantumProblem23.vec3 (z₀ z₁ z₂ : ) :

                            A convenient constructor for qutrit state vectors.

                            Equations
                            Instances For

                              The SIC overlap value in dimension $2$ is $1/3$.

                              The SIC overlap value in dimension $3$ is $1/4$.

                              Every vector in the tetrahedral qubit SIC family is normalized.

                              The tetrahedral qubit SIC family has the correct constant pairwise overlap.

                              Dimension $2$ admits a SIC-POVM, witnessed by the tetrahedral qubit SIC.

                              Every vector in the Hesse qutrit SIC family is normalized.

                              The Hesse qutrit SIC family has the correct constant pairwise overlap.

                              Dimension $3$ admits a SIC-POVM, witnessed by the Hesse qutrit SIC.

                              Every vector in the BB84 family is normalized.

                              The BB84 family has the right cardinality for a qubit SIC but fails the constant-overlap condition.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $56$.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $58$.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $59$.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $60$.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $64$.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $68$.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $69$.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $70$.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $71$.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $72$.

                              Benchmark open subproblem: existence of a SIC-POVM in dimension $75$.

                              theorem OpenQuantumProblem23.sicPOVMs :
                              True ∀ (d : ), 1 dHasSICPOVM d

                              Do SIC-POVMs exist in every finite dimension?