Simultaneous physical global windows on a common square scale
Provedmme_released_global_joint_window_familymatrix-multiplicationmore-asymmetrytensor-restriction
Write and . For each owner , set , where is its previously proved rational rate floor. Given any six positive tolerance caps , there are fixed positive tolerances and a common threshold such that every integer admits references and physical global Parts on positions satisfying
where is the input count of . All six Parts occur at the same square scale; their tolerances are chosen before that scale.
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_window_family (eta : Fin 6 → ℝ) (heta : ∀ o, 0 < eta o) :
∃ eps : Fin 6 → ℝ, (∀ o, 0 < eps o) ∧ (∀ o, eps o ≤ eta o) ∧
∃ k0 : ℕ, ∀ k : ℕ, k0 ≤ k → ∃ hk : 0 < k^2,
∃ a : ∀ o : Fin 6, Reference o (k^2),
∃ S : ∀ o, Part (4 * blocks (k^2)) 3 (physicalWindow o (k^2) hk (a o) (eps o)),
∀ o, 1 ≤ (S o).inputs ∧ (S o).inputs ≤ (blocks (k^2)+1)^10935 ∧
usableRate o * (blocks (k^2) : ℝ) + Real.log ((S o).inputs : ℝ) ≤
(S o).rate := 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.