Normalize the exact recursive parent mixture
Provedmme_released_recursive_profile_normalizationexact-profilematrix-multiplicationmore-asymmetry
Let . For every primitive seed term , physical mode , and four-letter word , its integer parent marginal satisfies
For an interior term, is the sum over six recursive regions of the region weight times the split-weighted product of the left and right child square-word marginals. For a boundary term, is its explicit terminal marginal. This identity relates integer counts to normalized frequencies without approximation.
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_normalization (t : SeedTerm) (i : Fin 3) (w : Word) :
(parentCount t i w : ℝ) / (D : ℝ)^4 = parentProfile t 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.