Problem 16 Goal — Complete MUB dimension six
OpenRybinAI2026.P16.complete_MUB_dimension_sixThere are no parameters or hypotheses: this is a closed existence assertion over the standard complex and real numbers. It asserts that there exists a function , giving seven matrices , such that, for every , , where is the conjugate transpose. Entrywise, for every , this means , with when and otherwise; thus the six columns have exactly the identity matrix as their Gram matrix. In addition, for every ordered pair with , and for every , it requires , where ; the equality is exact and includes both and . The distinct-index condition makes this latter requirement vacuous when , although the Gram-matrix condition still applies separately to every . The witness is not asserted to be unique. Because the dimensions are fixed at six and seven, no zero-dimensional or empty-index case occurs, and the denominator is the nonzero real number . “Complete” contributes no additional maximality clause: beyond the existence of these seven indexed matrices with the stated properties, the declaration does not separately assert that no eighth such basis exists, classify all such collections, or identify collections up to permutation, phase, or another equivalence.
import Definitions.Def_rybin2026_p16_mutually_unbiased_bases
namespace RybinAI2026.P16
/-- There exists a complete set of seven mutually unbiased bases in complex dimension six. -/
theorem complete_MUB_dimension_six :
∃ B : Fin 7 → Matrix (Fin 6) (Fin 6) ℂ, IsCompleteMUB6 B := by
sorry
end RybinAI2026.P16Read-back
What the Lean code literally says, in plain math · gpt-5.6-sol
There are no parameters or hypotheses: this is a closed existence assertion over the standard complex and real numbers. It asserts that there exists a function , giving seven matrices , such that, for every , , where is the conjugate transpose. Entrywise, for every , this means , with when and otherwise; thus the six columns have exactly the identity matrix as their Gram matrix. In addition, for every ordered pair with , and for every , it requires , where ; the equality is exact and includes both and . The distinct-index condition makes this latter requirement vacuous when , although the Gram-matrix condition still applies separately to every . The witness is not asserted to be unique. Because the dimensions are fixed at six and seven, no zero-dimensional or empty-index case occurs, and the denominator is the nonzero real number . “Complete” contributes no additional maximality clause: beyond the existence of these seven indexed matrices with the stated properties, the declaration does not separately assert that no eighth such basis exists, classify all such collections, or identify collections up to permutation, phase, or another equivalence.
Confirmed by the mission captain (proposal self-audit).