Theorem 5.3: kernel-corrected fourth-power value inequality
Openmme_stothers_theorem53_global_valueLet be an arbitrary field, let , and let have strictly positive coordinates. Assume , , and lies in the displayed two-dimensional kernel of . Write , let be the Table 1 multiplicities, and let be its ten cubed constituent-value bounds at and .
Let
For every fixed real which is nonnegative and strictly smaller than , the literal fourth power has tau-value at least .
This is the interior, field-uniform and source-faithful exponential-rate form of Davie--Stothers Theorem 5.3 and Equation (5.3). The strict lower base accounts for subexponential losses in the finite extraction while retaining the full limiting rate needed for the numerical endpoint.
import Definitions.Def_mme_stothers_fourth_data open MME universe u set_option autoImplicit false
theorem mme_stothers_theorem53_global_value
{K : Type u} [Field K]
(tau : Real) (htauLower : 2 ≤ 3 * tau) (htauUpper : 3 * tau ≤ 3)
(a b : Fin 10 → Real)
(ha : MME.StothersFourth.InZ a)
(hb : MME.StothersFourth.InN b)
(haPos : ∀ i : Fin 10, 0 < a i)
(hbPos : ∀ i : Fin 10, 0 < b i)
(hsame : MME.StothersFourth.InY (fun i => a i - b i)) :
∀ V : Real, 0 ≤ V →
V < MME.StothersFourth.globalRate 6 tau a b →
HasTauValueAtLeast
(MME.StothersFourth.cwFourthObj K 6) tau V := by
sorryRead-back
What the Lean code literally says, in plain math · gpt-5.6-sol
For every field (in an arbitrary universe and with no characteristic restriction), every real number , and every two real -tuples and , assume ; assume every and every is both nonnegative and strictly positive; and, with
assume both and , together with
Also assume that there exist real numbers such that, for every ,
Define to be the total real power with real base and real exponent used in the declaration, set
and define the -tuple by
Let and , where
and set
Let be the order-three tensor over , with each mode equal to the coordinate space , given for its standard coordinate vectors by
and let
where is the modewise Kronecker product: corresponding mode spaces are tensor-product spaces and the two tensor elements are sent to their interchanged modewise tensor product. Then, for every real satisfying , has the following property (which itself again includes ): for every real with no upper bound on , and every cutoff , there exist with , an otherwise unrestricted natural number , and functions , such that the finite modewise direct sum
is a restriction of , and
Here is the matrix-multiplication tensor with mode spaces , , and , and tensor ; “is a restriction” means that there are three -linear maps from the respective mode spaces of to those of this direct sum whose induced tensor-product map sends the tensor of exactly to the direct-sum tensor. The Kronecker power is defined by equal to the unit tensor object (each mode , tensor ) and ; the scalar power is the natural-number power, so . The witnesses allow , in which case the target is the zero tensor object and the displayed sum is empty, and they allow any of to be ; the only requirement on the occurring powers is cofinality expressed by the arbitrary cutoff , rather than the property holding for every sufficiently large .
Confirmed by the mission captain (proposal self-audit).