N=2 steps have length two
Provedmme_N2_step_L_eq_twomatrix-multiplicationmore-asymmetryregional-entropy
Every integer step with two elementary positions has length parameter .
At levels and (the only ones possible at ) the length equation reads . This pins the position skeleton both open leaves must build on.
Formalization Note Uses the level case split plus the length field.
Preamble
import Definitions.Def_mme_integer_regional_CW_recipe set_option autoImplicit false
Formal statement
theorem mme_N2_step_L_eq_two : forall (lower : Nat) (S : MME.RegionRealization.IntegerStep lower 2 (fun _ _ => True)), S.L = 2 := by sorry
Source
Corollary of mme_N2_lower_zero_or_one and the IntegerStep length field.