Ququint Finite Sign Maximum
Abstract
The constrained second variation is exactly the maximum of the thirty-two branch forms.
Definition 1.1 (The five bits of a branch).
Formalization. D5/S3/Quantum/Magic/QuquintFiniteMaximum.signPattern (✓ std3).
Source. Repository-derived.
Commentary.
signPattern returns Bool. Nat.div is natural-number quotient and Nat.mod is remainder; the exponent uses natural subtraction. Index zero selects the highest of the five bits.
Definition 1.2 (The real sign coefficient).
Formalization. D5/S3/Quantum/Magic/QuquintFiniteMaximum.signValue (✓ std3).
Source. Repository-derived.
Commentary.
The real coefficient is one when the Boolean signPattern is true and minus one otherwise.
Definition 1.3 (The complete integer witness table).
Formalization. D5/S3/Quantum/Magic/QuquintFiniteMaximum.integerWitness (✓ std3).
Source. Repository-derived.
Commentary.
The outer vector is indexed by s in Fin 32, starting at zero, and each row by Fin 4. These are all thirty-two integer cases in the Lean definition; its default case is the last row, because the input lies in Fin 32.
Definition 1.4 (The second variation expression).
Formalization. D5/S3/Quantum/Magic/QuquintFiniteMaximum.secondVariation (✓ std3).
Source. Repository-derived.
Commentary.
This definition includes the signed nonzero contribution, the five absolute values, and the subtracted squared norm term.
Definition 1.5 (The finite maximum).
Formalization. D5/S3/Quantum/Magic/QuquintFiniteMaximum.branchMaximum (✓ std3).
Source. Repository-derived.
Commentary.
The maximum is Finset.univ.sup’ over the nonempty finite type Fin 32.
Theorem 1.6 (Evaluation of each branch).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintFiniteMaximum.branch_eval (✓ std3). ∎
Source. Repository-derived.
Commentary.
The coefficient signValue is one for a set bit and minus one for an unset bit, using the same most-significant-bit-first order as branch.
Theorem 1.7 (The absolute values in tangent coordinates).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintFiniteMaximum.secondVariation_coordinates (✓ std3). ∎
Source. Repository-derived.
Commentary.
The bridge evaluates base, zeroQ and gram on the actual tangent vector.
Theorem 1.8 (Exact sign maximum in coordinates).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintFiniteMaximum.finite_sign_maximum (✓ std3). ∎
Source. Repository-derived.
Commentary.
For each real coordinate vector, choose the five signs of its zero-point values. The resulting branch equals the sum of absolute values; every other branch is at most it.
Theorem 1.9 (Exact sign maximum on the tangent subspace).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintFiniteMaximum.finite_sign_maximum_tangent (✓ std3). ∎
Source. Repository-derived.
Commentary.
The inverse of tangentEquiv supplies the coordinates of every tangent vector.
Theorem 1.10 (Both directions of negative definiteness).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintFiniteMaximum.negativity_iff (✓ std3). ∎
Source. Repository-derived.
Commentary.
Necessity bounds each branch by the strictly negative maximum. Sufficiency uses the finite-maximum strict inequality criterion. Symmetry is proved independently of the LDL certificates. The integer attainability clause is also checked below; it is not needed to infer either direction from the exact maximum identity.
Theorem 1.11 (Strict negativity for this ququint state).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintFiniteMaximum.second_variation_negative (✓ std3). ∎
Source. Repository-derived.
Commentary.
The implication from the criterion consumes all_branches_negative, so all thirty-two LDL conclusions are on the live proof path to strict negativity.
Theorem 1.12 (The explicit integer witnesses have all required signs).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintFiniteMaximum.integerWitness_signs (✓ std3). ∎
Source. Repository-derived.
Commentary.
integerWitness is the explicit thirty-two-case integer table in Lean. All 160 strict sign inequalities follow from rational bounds for the positive radical and its square and cube; no floating-point result is trusted.
Theorem 1.13 (Every sign pattern is attained with integer coordinates).
Proof. Machine-checked in Lean as D5/S3/Quantum/Magic/QuquintFiniteMaximum.sign_patterns_attained (✓ std3). ∎
Source. Repository-derived.
Commentary.
The same witnesses are nonzero and lie in the actual tangent subspace through tangentEquiv. Positive signValue times Wigner value certifies the requested strict sign.
QuquintStrictDecrease consumes the negative second variation to prove the normalized exact change and strict decrease of lOne and log lOne. This result concerns only the specified ququint state and constrained tangent family; it makes no claim about other dimensions, other critical points, general mana extremisation, author-verbatim Claim C, or global novelty.
References
- Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.branchMaximum - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.branch_eval - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.finite_sign_maximum - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.finite_sign_maximum_tangent - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.integerWitness - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.integerWitness_signs - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.negativity_iff - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.secondVariation - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.secondVariation_coordinates - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.second_variation_negative - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.signPattern - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.signValue - Truth anchor:
D5/S3/Quantum/Magic/QuquintFiniteMaximum.sign_patterns_attained - Dependency: D5/S3/Quantum/Magic/QuquintCertificateAssembly
- Dependency: D5/S3/Quantum/Magic/QuquintCertificateBridge