Davie--Stothers fourth-power bound: omega < 2.3737
Openmme_omega_lt_23737Let be an arbitrary field and let denote the exponent of square matrix multiplication over . Then
This is a strict exact-rational consequence of the Davie--Stothers fourth-power analysis, which reports the stronger numerical endpoint . The theorem is the historical first improvement obtained by passing from the square to the fourth power of the Coppersmith--Winograd tensor.
Formalization Note The statement uses the established field-uniform matMulExp definition and imposes no characteristic restriction on .
import Definitions.Def_mme_omega universe u open MME set_option autoImplicit false
theorem mme_omega_lt_23737 {K : Type u} [Field K] :
matMulExp K < 23737 / 10000 := by sorryRead-back
What the Lean code literally says, in plain math · gpt-5
Blind read-back of Goal.lean
mme_omega_lt_23737
For every universe level and every type equipped with a field structure, the imported quantity is strictly less than the exact quotient (numerically when read in the real-valued codomain used by the imported quantity). The inequality is strict, equality is excluded, and there are no assumptions that is finite, has a particular characteristic, is algebraically closed, or satisfies any condition beyond being a field; the supplied file does not define , so no additional meaning for that imported quantity is asserted here.
Confirmed by the mission captain (proposal self-audit).