Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Simultaneous physical global windows on a common square scale

Proved
mme_released_global_joint_window_family

by raresbuhai · Sep 22, 2026 · Mathlib 777aaa6 (Lean v4.29.0-rc3)

matrix-multiplicationmore-asymmetrytensor-restriction

Write D=1012D=10^{12}D=1012 and B(t)=D5tB(t)=D^5tB(t)=D5t. For each owner ooo, set ρo=fo−10−8\rho_o=f_o-10^{-8}ρo​=fo​−10−8, where fof_ofo​ is its previously proved rational rate floor. Given any six positive tolerance caps ηo\eta_oηo​, there are fixed positive tolerances εo≤ηo\varepsilon_o\leq\eta_oεo​≤ηo​ and a common threshold k0k_0k0​ such that every integer k≥k0k\geq k_0k≥k0​ admits references and physical global Parts SoS_oSo​ on 4B(k2)4B(k^2)4B(k2) positions satisfying

1≤Uo≤(B(k2)+1)10935,ρoB(k2)+log⁡Uo≤rate⁡(So),1\leq U_o\leq(B(k^2)+1)^{10935},\qquad \rho_o B(k^2)+\log U_o\leq\operatorname{rate}(S_o),1≤Uo​≤(B(k2)+1)10935,ρo​B(k2)+logUo​≤rate(So​),

where UoU_oUo​ is the input count of SoS_oSo​. 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.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me