Ququint Numerical Certificate Data
Abstract
Exact numerical branch data in a real quartic field.
Definition 1.1 (The real radical).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateData.radical (✓ std3).
Source. Repository-derived.
Commentary.
The positive real square root fixes the radical used in every numerical entry.
Theorem 1.2 (Square identity).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateData.radical_sq (✓ std3). ∎
Source. Repository-derived.
Commentary.
Real.sq_sqrt gives the shared square identity used by the quartic relation and bounds.
Theorem 1.3 (Quartic identity).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateData.radical_quartic (✓ std3). ∎
Source. Repository-derived.
Commentary.
Squaring the defining radical and using Real.sq_sqrt gives the exact quartic relation.
Theorem 1.4 (Bounds for the squared radical).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintCertificateData.radical_bounds (✓ std3). ∎
Source. Repository-derived.
Commentary.
The squared radical lies strictly between fourteen and fifteen; these bounds certify the pivots.
Definition 1.5 (The numerical base matrix).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateData.base (✓ std3).
Source. Repository-derived.
Commentary.
Matrices are vectors of rows. QuquintCertificateBridge.base_eq identifies base with the signed nonzero phase-point contribution minus the norm contribution.
Definition 1.6 (The five numerical matrices).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateData.zeroQ (✓ std3).
Source. Repository-derived.
Commentary.
These five matrices use the same row convention and index order as QuquintCertificateBridge.zeroIndex. QuquintCertificateBridge.zeroQ_eq identifies them with the five vanishing phase-point forms.
Definition 1.7 (The thirty-two branches).
Formalization. D5/S3/Quantum/Magic/QuquintCertificateData.branch (✓ std3).
Source. Repository-derived.
Commentary.
Nat.div denotes natural-number quotient and Nat.mod denotes remainder; they extract the five bits of the branch index, with the highest bit first. A zero bit contributes minus one and a one bit contributes plus one.
References
- Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateData.base - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateData.branch - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateData.radical - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateData.radical_bounds - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateData.radical_quartic - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateData.radical_sq - Truth anchor:
D5/S3/Quantum/Magic/QuquintCertificateData.zeroQ