pith. machine review for the scientific record. sign in
structure definition def or abbrev high

EightFoldWayCert

show as:
view Lean formalization →

The EightFoldWayCert structure packages the three numerical identities that recover Gell-Mann's octet and decuplet counts from the Recognition Science lattice at D=3. A physicist modeling hadron spectroscopy would cite it to tie the 8-tick period directly to the observed multiplet sizes. The definition records the equalities mesonOctetCount=8, baryonDecupletCount=10, and five hadron families by direct field assignment.

claimLet $M$ be the meson octet count, $B$ the baryon decuplet count, and $H$ the inductive type of hadron families. The certificate asserts $M=2^3$, $B=2×5$, and $|H|=5$.

background

In the Eight-Fold Way from RS module the constants are fixed by definition: mesonOctetCount equals 8 and baryonDecupletCount equals 10. HadronFamily is the inductive type whose five constructors are pion, kaon, eta, rho, and omega, so its Fintype cardinality is 5. The module places these counts against the eight-tick octave at three spatial dimensions, where 8 equals 2 to the power D and 10 equals twice the configuration dimension.

proof idea

The structure is introduced by direct field assignment of the three equalities. No tactics are used; the supporting counts are supplied by the sibling definitions mesonOctetCount and baryonDecupletCount together with the derived Fintype instance on HadronFamily.

why it matters in Recognition Science

This certificate supplies the concrete numerical anchors consumed by the downstream eightFoldWayCert construction. It thereby embeds the eight-fold way inside the T7 eight-tick octave and T8 three-dimensional lattice of the unified forcing chain. The module states that the counts are obtained by decide with zero sorry or axiom.

scope and limits

formal statement (Lean)

  39structure EightFoldWayCert where
  40  octet_2cubeD : mesonOctetCount = 2 ^ 3
  41  decuplet_2times5 : baryonDecupletCount = 2 * 5
  42  five_families : Fintype.card HadronFamily = 5
  43

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (3)

Lean names referenced from this declaration's body.