Ququint Certificate Geometry Bridge
Abstract
The numerical certificate data are the actual ququint tangent forms.
Definition 1.1 (The complex tangent basis).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateBridge.complexBasis (✓ std3).
Source. Repository-derived.
Commentary.
complexBasis has type Matrix (Fin 5) (Fin 4) C. The two real halves of basisMatrix become the real and imaginary components before phase multiplication.
Definition 1.2 (The real pullback matrix).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateBridge.pullback (✓ std3).
Source. Repository-derived.
Commentary.
The pullback has type Matrix (Fin 4) (Fin 4) R. This expression defines each entry.
Definition 1.3 (The pulled-back phase-point form).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateBridge.phaseForm (✓ std3).
Source. Repository-derived.
Commentary.
Each phaseForm is a four-by-four real matrix obtained by the displayed pullback definition.
Definition 1.4 (The coordinate Gram matrix).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateBridge.gram (✓ std3).
Source. Repository-derived.
Commentary.
The matrix is displayed as a vector of rows, with radical from QuquintCertificateData. The public identity gram_eq below identifies this table with the real matrix product.
Definition 1.5 (The complete Wigner sign table).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateBridge.signs (✓ std3).
Source. Repository-derived.
Commentary.
Rows are indexed by q and columns by p. signs_eq proves agreement with SignType.sign.
Definition 1.6 (The ordered zero-point enumeration).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroIndex (✓ std3).
Source. Repository-derived.
Commentary.
The order is the same as the five entries of QuquintCertificateData.zeroQ.
Definition 1.7 (The real and imaginary blocks).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateBridge.realification (✓ std3).
Source. Repository-derived.
Commentary.
The resulting Matrix (Fin 10) (Fin 10) R has blocks [Re, -Im; Im, Re]. Fin.addCases fixes the real-first, imaginary-second order on each axis.
Theorem 1.8 (Zero form at the first point).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_0_eq (✓ std3). ∎
Source. Repository-derived.
Commentary.
Exact entrywise arithmetic verifies the first numerical zero form.
Theorem 1.9 (Zero form at the second point).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_1_eq (✓ std3). ∎
Source. Repository-derived.
Commentary.
Exact entrywise arithmetic verifies the second numerical zero form.
Theorem 1.10 (Zero form at the third point).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_2_eq (✓ std3). ∎
Source. Repository-derived.
Commentary.
Exact entrywise arithmetic verifies the third numerical zero form.
Theorem 1.11 (Zero form at the fourth point).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_3_eq (✓ std3). ∎
Source. Repository-derived.
Commentary.
Exact entrywise arithmetic verifies the fourth numerical zero form.
Theorem 1.12 (Zero form at the fifth point).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_4_eq (✓ std3). ∎
Source. Repository-derived.
Commentary.
Exact entrywise arithmetic verifies the fifth numerical zero form.
complexBasis applies the component phases to the real and imaginary halves of basisMatrix. pullback is the real part of the resulting complex matrix contraction divided by five; phaseForm applies it to phasePoint. realification uses the real blocks Re, -Im, Im, Re in that order. All imported declarations in the formulas retain their full Lean namespaces.
Theorem 1.13 (The same tangent coordinates).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.complexBasis_tangentEquiv (✓ std3). ∎
Source. Repository-derived.
Commentary.
The columns give exactly the public real linear equivalence onto tangent.
Theorem 1.14 (Literal phase-point realification).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.phaseForm_realification (✓ std3). ∎
Source. Repository-derived.
Commentary.
Diagonal conjugation and the realification blocks give the stated identity for every phase point.
Theorem 1.15 (The numerical Gram matrix).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.gram_eq (✓ std3). ∎
Source. Repository-derived.
Commentary.
Every entry of the explicit numerical gram matrix is checked against this product.
Theorem 1.16 (The numerical sign table).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.signs_eq (✓ std3). ∎
Source. Repository-derived.
Commentary.
The literal twenty-five-entry sign table agrees with the signs of the Wigner values, including all zeros.
Theorem 1.17 (Exactly the vanishing points).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroIndex_image (✓ std3). ∎
Source. Repository-derived.
Commentary.
zeroIndex enumerates (0,3), (1,3), (2,4), (3,1), (4,4) in the order of the numerical data.
Theorem 1.18 (All five numerical zero forms).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_eq (✓ std3). ∎
Source. Repository-derived.
Commentary.
The five named entrywise computations zeroQ_0_eq through zeroQ_4_eq establish this enumeration identity.
Theorem 1.19 (The numerical base matrix).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.base_eq_gradient (✓ std3). ∎
Source. Repository-derived.
Commentary.
Exact quartic-field arithmetic identifies all sixteen entries, including the subtracted norm term.
Theorem 1.20 (The actual nonzero sign contribution).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.base_eq (✓ std3). ∎
Source. Repository-derived.
Commentary.
The base is the signed sum over exactly the nonzero points, minus lOne of psi times gram.
Theorem 1.21 (Evaluation through tangentEquiv).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.phaseForm_eval (✓ std3). ∎
Source. Repository-derived.
Commentary.
Contracting the real matrix computes the Wigner quadratic form of the actual tangent vector.
Theorem 1.22 (Evaluation of the squared norm).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateBridge.gram_eval (✓ std3). ∎
Source. Repository-derived.
Commentary.
Each component phase has norm one, so the real Gram contraction is the squared norm in State.
This module proves only the identification of the certificate data with the ququint geometry. QuquintFiniteMaximum uses the bridge for the finite sign maximum and negativity equivalence. The normalized perturbation identity and strict mana decrease are proved in QuquintStrictDecrease.exact_change and QuquintStrictDecrease.directional_decrease for the constrained tangent family. It makes no claim about general mana extremisation, other dimensions or critical points, author-verbatim Claim C, or global novelty.
References
- Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.base_eq - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.base_eq_gradient - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.complexBasis - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.complexBasis_tangentEquiv - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.gram - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.gram_eq - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.gram_eval - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.phaseForm - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.phaseForm_eval - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.phaseForm_realification - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.pullback - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.realification - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.signs - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.signs_eq - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroIndex - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroIndex_image - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_0_eq - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_1_eq - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_2_eq - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_3_eq - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_4_eq - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateBridge.zeroQ_eq - Dependency: D5/S3/Quantum/Magic/QuquintCertificateData
- Dependency: D5/S3/Quantum/Magic/QuquintWignerCriticalGeometry