Quantitative assembly of global Parts and a joint continuation
Provedmme_released_global_joint_start_ledgermatrix-multiplicationmore-asymmetrytensor-restriction
Let , , and let six physical Parts satisfy the certified regional bounds and . Let be a logarithmic joint recipe on their entire interface, with and
The explicit combined Start has the same three matrix dimensions as and satisfies
The global contribution is the average of six separately certified rates, with the explicit reserve already deducted. The logarithms account for all global and recursive input copies.
Preamble
import Definitions.Def_mme_released_global_joint_interface open BigOperators MME MME.TensorObj MME.ProfiledCW MME.GlobalCW MME.RegionRealization MME.ReleasedGlobal set_option autoImplicit false universe u
Formal statement
theorem mme_released_global_joint_start_ledger (k : ℕ) (hk : 0 < k)
(a : ∀ o : Fin 6, Reference o k) (eps : Fin 6 → ℝ)
(S : ∀ o, Part (4 * blocks k) 3 (physicalWindow o k hk (a o) (eps o)))
(hS : ∀ o, 1 ≤ (S o).inputs ∧ (S o).inputs ≤ (blocks k+1)^10935 ∧
usableRate o * (blocks k : ℝ) + Real.log ((S o).inputs : ℝ) ≤ (S o).rate)
(R : LogJointRecipe (4 * (6 * blocks k)) 3 (jointWindow k hk a eps))
(hR : 1 ≤ R.inputs) (rho : ℝ)
(hrate : (6 * blocks k : ℕ) * rho + Real.log (R.inputs : ℝ) ≤ R.logOutputs) :
let D := jointStart k hk a eps S R
1 ≤ D.inputs ∧ D.inputs ≤ (blocks k+1)^65610 * R.inputs ∧
D.a = R.a ∧ D.b = R.b ∧ D.c = R.c ∧
(6 * blocks k : ℕ) * ((2235998128 : ℝ)/1500000000 + rho) +
Real.log (D.inputs : ℝ) ≤ D.logOutputs := by sorry
Source
Auxiliary formalization for Alman et al., More Asymmetry Yields Faster Matrix Multiplication, https://arxiv.org/html/2404.16349v2, Theorem 5.3, Section 5.1, Theorem 6.4 and Algorithm 1. Specialization to the published exact ReleasedGlobal seed; the numerical recursive continuation remains an explicit separate obligation.