Regional profile tolerances transfer without amplification
Provedmme_released_recursive_profile_error_transferexact-profilematrix-multiplicationmore-asymmetry
For an interior parent of owner , let be the six normalized region weights, the child-product mixture in region , and the normalized global parent weight. If empirical regional frequencies obey for all six regions and , then
This is a lossless transfer to the literal published global profile. The theorem checks from the seed that and . It supplies the error estimate once the recursive block counts have been recombined; no existence of that block refinement is assumed as a conclusion.
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_error_transfer (o : Fin 6) (i : Fin 3) (c : Shape) (w : Word)
(f : Fin 6 → ℝ) (eps : ℝ) (heps : 0 ≤ eps)
(hinterior : (term o (shapeEquiv.symm c)).boundary = [])
(hclose : ∀ r, |f r - regionProfile (term o (shapeEquiv.symm c)) r (roles o i) w| ≤ eps) :
|((alpha o (shapeEquiv.symm c) : ℝ) / D) *
(∑ r : Fin 6, ((regionWeight (term o (shapeEquiv.symm c)) r : ℝ) / D) * f r) -
(profile o).2 i ⟨0,c⟩ w| ≤ eps := 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.