The published global profile is the exact recursive seed mixture
Provedmme_released_recursive_profile_identityexact-profilematrix-multiplicationmore-asymmetry
For each owner , parent shape , hash mode , and four-letter word , let be the index of and let be its published primitive seed term. The global integer count and its normalized frequency satisfy
The parent profile on the right is explicitly the six-region mixture of split-weighted child products, with explicit boundary terminal profiles. This identifies the centers of the certified global windows with the data needed for the first recursive descent; it adds no rounding error.
Preamble
import Definitions.Def_mme_released_recursive_profile_mixture open BigOperators MME MME.ReleasedGlobal MME.ReleasedMixture set_option autoImplicit false
Formal statement
theorem mme_released_recursive_profile_identity (o : Fin 6) (i : Fin 3) (c : Shape) (w : Word) :
wordCounts o i c w = alpha o (shapeEquiv.symm c) *
parentCount (term o (shapeEquiv.symm c)) (roles o i) w ∧
(profile o).2 i ⟨0,c⟩ w =
((alpha o (shapeEquiv.symm c) : ℝ) / D) *
parentProfile (term o (shapeEquiv.symm c)) (roles o i) w := by sorry
Source
Exact-seed profile bridge for the six-region global interface in More Asymmetry Yields Faster Matrix Multiplication, https://arxiv.org/html/2404.16349v2. Uses the already published primitive rational seed and literal supported joint counts; the recursive numerical continuation remains a separate obligation.