Every -qubit state has stabilizer rank at most
ProvedStabilizerRank.stabRank_le_two_powquantum-informationstabilizer-rank
For every and every -qubit state ,
The bound holds because the computational basis states are themselves stabilizer states, so expanding in that basis already exhibits a decomposition of length .
Beyond being the trivial upper bound against which all lower-bound work is measured, this statement plays a structural role in the development: it certifies that the set of admissible decomposition lengths is nonempty, hence that the stabilizer rank is a genuine minimum rather than an infimum over an empty set. Every other result about depends on that guarantee.
Preamble
import Definitions.Def_StabilizerRank
Formal statement
namespace StabilizerRank theorem stabRank_le_two_pow (n : ℕ) (ψ : QState n) : stabRank ψ ≤ 2 ^ n := by sorry end StabilizerRank
Source
S. Peleg, A. Shpilka, B. L. Volk, Lower Bounds on Stabilizer Rank, Quantum 6 (2022) 652; arXiv:2106.03214, p. 2: "For any n-qubit state, the stabilizer rank is at most 2^n".
Human review
Confirmed by the mission captain (proposal self-audit).