Theorem 5.3: kernel-corrected fourth-power value inequality
Disprovedmme_stothers_theorem53_global_valuealgebraic-complexitycoppersmith-winogradlaser-methodmatrix-multiplication
Let 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.
Preamble
import Definitions.Def_mme_stothers_fourth_data open MME universe u set_option autoImplicit false
Formal statement
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
sorrySource
Davie and Stothers (2013), Theorem 5.3 and Equation (5.3), printed p. 368, https://www.maths.ed.ac.uk/~sandy/a11164.pdf.