More Asymmetry: cofinal six-symmetric finite extraction at real tau
Openmme_more_asymmetry_fixed_tau_cofinal_six_extraction_real_tauFor every field (K), the complete-split, recursive, and hole-repair construction for the released (CW_5^{otimes4}) witness supplies an explicit asymptotic extraction for the six-symmetrized tensor. More precisely, there is a real (V>2401), a cofinal sequence of powers (s(n) oinfty), and errors (e_n o0) such that, for all sufficiently large (n), the power
restricts to a finite direct sum of genuine matrix-multiplication tensors whose ( au)-weighted volume is at least
This is the explicit finite-extraction form of the source's value-surplus step. The child retains the actual tensor restrictions, the cofinal power sequence, and the vanishing relative error; it does not assume an optimizer certificate or a scalar surrogate. Once proved, the standard cofinal-extraction theorem turns this witness into HasSixSymmetricTauValueAtLeast for the mission's frontier theorem.
import Mathlib.Analysis.SpecificLimits.Basic import Mathlib.Order.Filter.AtTopBot.Basic import Definitions.Def_mme_stothers_fourth_data import Definitions.Def_mme_six_symmetrized_tau_value open MME BigOperators Filter universe u set_option autoImplicit false
theorem mme_more_asymmetry_fixed_tau_cofinal_six_extraction_real_tau
{K : Type u} [Field K] :
∃ V : ℝ, (2401 : ℝ) < V ∧
∃ (s : ℕ → ℕ) (error : ℕ → ℝ),
Tendsto s atTop atTop ∧
Tendsto error atTop (nhds 0) ∧
∀ᶠ n : ℕ in atTop,
∃ (k : ℕ) (a b c : Fin k → ℕ),
TensorObj.Restrict
(TensorObj.bigAdd (fun i => MMObj K (a i) (b i) (c i)))
((sixSymmetrization
(MME.StothersFourth.cwFourthObj K 5)).kronPow (s n)) ∧
(V ^ (6 : ℕ)) ^ (s n) * (1 - error n) ≤
∑ i, (((a i * b i * c i : ℕ) : ℝ) ^
((3952233 : ℝ) / 5000000)) := by sorry