Physical position census
Provedmme_position_card_eqmatrix-multiplicationmore-asymmetryregional-entropy
Physical positions are one pair per parent occurrence.
The type consists of triples with a region, an occurrence, and a half, so its cardinality is twice the total occurrences .
Formalization Note Direct cardinality computation; used to pin the skeleton.
Preamble
import Definitions.Def_mme_recursive_yz_physical_words open scoped BigOperators set_option autoImplicit false
Formal statement
theorem mme_position_card_eq : forall (R : Nat) (n : Fin R → Nat), Fintype.card (MME.RecursiveYZ.Position n) = 2 * ∑ r, n r := by sorry
Source
Cardinality of MME.RecursiveYZ.Position; skeleton lemma for the N=2 regional analysis.