More Asymmetry: unbundled cofinal boundary and interior witness
Openmme_more_asymmetry_cofinal_explicit_child_witnessFix D_nA_{n,j}V>2401e_n\to0$. The source powers tend to infinity, and eventually the same family satisfies raw-source compatibility, all stage and repair budgets, and
For every child cell of every factor , specify matrix dimensions whose nested products equal the three global dimensions. Each child satisfies one of the two cases in Section 6: either its grades and full integer profiles identify a boundary tensor with the prescribed factorial/power-of-five dimension, or all three grades are positive and the corresponding matrix-multiplication tensor restricts to the literal child tensor.
This unbundled certificate isolates the substantive finite construction before those data are packaged into recursive child plans.
Formalization Note Boundary children require only scalar grade, profile, and dimension equalities; actual extraction maps are required only for interior children.
import Definitions.Def_mme_more_asymmetry_raw_source_compatibility import Definitions.Def_mme_recursive_yz_boundary_child_plan import Mathlib.Topology.Instances.Real.Lemmas open BigOperators MME MME.TensorObj MME.HashExtraction MME.RecursiveYZ.Certificate Filter set_option autoImplicit false universe u
theorem mme_more_asymmetry_cofinal_explicit_child_witness {K : Type u} [Field K] :
∃ (D : ℕ → Data) (A : ∀ n j, Stage ((D n).hash j))
(V : ℝ) (error : ℕ → ℝ),
(2401 : ℝ) < V ∧
Tendsto (fun n ↦ (D n).power) atTop atTop ∧
Tendsto error atTop (nhds 0) ∧
∀ᶠ n : ℕ in atTop,
∃ hraw : MoreAsymmetryRawSourceCompatibility (D n) (A n) K,
∃ (a b c : ∀ j, Fin (A n j).childCells → ℕ),
(∏ j, ∏ k, a j k) = (D n).a ∧
(∏ j, ∏ k, b j k) = (D n).b ∧
(∏ j, ∏ k, c j k) = (D n).c ∧
(∀ j k,
(A n j).BoundaryChild k (a j k) (b j k) (c j k) ∨
((∀ i, 0 < (((A n j).childCell k).2.val i).val) ∧
TensorObj.Restrict
(MMObj K (a j k) (b j k) (c j k))
((A n j).childTensor K k))) ∧
(∀ j, ((8 ^ (A n j).repairExponent : ℕ) : ℝ) ≤ ((D n).hash j).lower) ∧
(∏ j, 2 * 8 ^ (A n j).repairExponent) ≤ (D n).repairCopies ∧
(∀ j, (A n j).Budget) ∧
(V ^ (6 : ℕ)) ^ (D n).power * (1 - error n) ≤
(D n).rate ((3952233 : ℝ) / 5000000) := by sorry