Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Phi_116 outer four-edge hashing from exact-address cyclic values

Proved
mme_stothers_phi116_outer_hashing_from_address_cyclic_values

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

algebraic-complexityasymmetric-hashingcoppersmith-winograddavie-stotherslaser-methodmatrix-multiplicationtau-value

Fix a legal profile frequency 0<a<10<a<10<a<1. Assume every exact supported φ116\varphi_{116}φ116​ address of profile (α,β)(\alpha,\beta)(α,β) has its expected cyclic tau-value for arbitrary strict recursive targets below LLL and rectangular targets below E2E^2E2, with only the explicit constant factor 1/161/161/16. Then every nonnegative value below the two-type rate

4(2La)a(E21−a)1−a4\left(\frac{2L}{a}\right)^a\left(\frac{E^2}{1-a}\right)^{1-a}4(a2L​)a(1−aE2​)1−a

is attained by the cyclically symmetrized literal constituent. This theorem isolates the outer asymmetric four-edge hash, balanced type count, loss absorption, and cofinal limit from all inner address-factor algebra.

Preamble
import Definitions.Def_mme_induced_word_zeroing
import Definitions.Def_mme_stothers_phi116_exact_address_factorization_data
import Definitions.Def_mme_stothers_fourth_data
import Definitions.Def_mme_tau_value

open MME BigOperators

universe u

set_option autoImplicit false
Formal statement
theorem mme_stothers_phi116_outer_hashing_from_address_cyclic_values
    {K : Type u} [Field K] (tau a : Real)
    (htauLower : 2 ≤ 3 * tau) (htauUpper : 3 * tau ≤ 3)
    (haPos : 0 < a) (haLt : a < 1)
    (haddress :
      ∀ {N alpha beta : ℕ}, alpha + beta = N →
        ∀ address : CWQ6ExactCoupledAddress N alpha beta,
          ∀ W : Fin 4 → ℝ,
            (∀ r, 0 < W r) →
            (W 0 < MME.StothersFourth.L 6 tau ∧
              W 1 < MME.StothersFourth.L 6 tau) →
            (W 2 < MME.StothersFourth.E 6 tau ^ (2 : ℕ) ∧
              W 3 < MME.StothersFourth.E 6 tau ^ (2 : ℕ)) →
            HasTauValueAtLeast
              (cyclicSymmetrization
                (gradedAddressBlock
                  (MME.StothersFourth.Phi116.cwPhi116ThreeGrading K)
                  address.1)) tau
              (∏ r : Fin 4,
                (W r ^
                  MME.StothersFourth.Phi116.phi116ComponentMultiplicity
                    alpha beta r) / 2)) :
    ∀ V : Real, 0 ≤ V →
      V < 4 *
        (((2 * MME.StothersFourth.L 6 tau) / a) ^ a *
          ((MME.StothersFourth.E 6 tau ^ (2 : ℕ)) / (1 - a)) ^
            (1 - a)) →
      HasTauValueAtLeast
        (cyclicSymmetrization
          (MME.StothersFourth.cwFourthConstituent K 6 1 1 6)) tau V := by
  sorry
Source
A. J. Stothers, On the Complexity of Matrix Multiplication (2010), Chapter 4.3, Lemma 21; A. M. Davie and A. J. Stothers (2013), Lemma 5.1(i).

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.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me