N=2 boundary ends live below level 3
Provedmme_entropy_regional_boundary_N2_level_boundmatrix-multiplicationmore-asymmetryregional-entropy
At , every boundary end lives below level . The length field is unsatisfiable for , so only levels , and (with , and ) can occur. This is the boundary-data counterpart of the step level bound. Formalization Note Lean states the bound over arbitrary boundary data and predicate.
Preamble
import Definitions.Def_mme_recursive_profiled_CW_data set_option autoImplicit false
Formal statement
theorem mme_entropy_regional_boundary_N2_level_bound :
forall (lower : Nat) (P : MME.ProfiledCW.Predicate 2)
(B : MME.ProfiledCW.BoundaryEnd lower 2 P),
lower < 3 := by sorrySource
Alman et al., More Asymmetry Yields Faster Matrix Multiplication, https://arxiv.org/html/2404.16349v2#S6, level-two regional setting; formalization observation on the IntegerStep/BoundaryEnd length fields forcing lower < 3 at N = 2