Table 2: exact q=6 fixed-tau surplus at 2.3737
Openmme_stothers_fourth_fixed_tau_value_23737Let be an arbitrary field. At
the tensor has tau-value at least
This is an exact-rational fixed-tau certificate extracted from the Davie--Stothers fourth-power calculation and Table 2. The fourth-power value has been square-rooted back to the square tensor so that the result interfaces directly with the established asymptotic-rank bound .
import Definitions.Def_mme_stothers_fourth_data open MME universe u set_option autoImplicit false
theorem mme_stothers_fourth_fixed_tau_value_23737
{K : Type u} [Field K] :
HasTauValueAtLeast
(TensorObj.kron (CWObj K 6) (CWObj K 6))
(23737 / 30000) (640000001 / 10000000) := by
sorryRead-back
What the Lean code literally says, in plain math · gpt-5
Blind read-back of Milestone5.lean
mme_stothers_fourth_fixed_tau_value_23737
For every universe level and every type equipped with a field structure, the theorem asserts the imported predicate for the twofold Kronecker tensor object , at the exact real parameter , with the exact lower value . The tensor is exactly one Kronecker product of two copies of , not the fourfold object defined in Definition.lean; there is no interval hypothesis on , no auxiliary vector, positivity, normalization, or polynomial hypothesis, and no restriction on beyond being a field. The conclusion is an “at least” predicate rather than equality, and the imported notions , Kronecker product, and are not further defined in the audited code.
Confirmed by the mission captain (proposal self-audit).