Explicit entropy recipe with one input, five outputs and dimensions 25
Disprovedmme_entropy_regional_witnessmatrix-multiplicationmore-asymmetryregional-entropy
Fix in the More Asymmetry regional setting. There is a finite entropy recipe at some level with one charged input type, five guaranteed output copies, and matrix dimensions with product . In particular
This child isolates the combinatorial witness. The five dimensions come from a single boundary profile on the word (); the five copies come from one descend level. No real-exponent surplus is claimed here.
Formalization Note Lean states the witness with fixed and existential level, predicate and recipe.
Preamble
import Definitions.Def_mme_entropy_regional_CW_recipe open MME MME.ProfiledCW MME.RegionRealization set_option autoImplicit false
Formal statement
theorem mme_entropy_regional_witness : ∃ (ell : ℕ) (P : Predicate 2) (D : EntropyRecipe 2 ell P), D.inputs = 1 ∧ D.outputs = 5 ∧ D.a * D.b * D.c = 25 ∧ 1 ≤ D.a * D.b * D.c := by sorry
Source
Uniform entropy-based integer regional construction for the More Asymmetry matrix multiplication campaign, https://arxiv.org/html/2404.16349v2#S6 . This child isolates the combinatorial entropy-recipe witness; the real-exponent surplus is a separate child.