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

mainTermCount

show as:
view Lean formalization →

The declaration defines the number of principal terms in the Standard Model Lagrangian as four. Physicists reconstructing the SM from Recognition Science forcing chains cite this count to anchor the 2^(D-1) relation for D=3. It is introduced by direct numerical assignment, which then feeds reflexivity and decision-tactic proofs in the surrounding statements.

claimThe number of principal terms in the Standard Model Lagrangian is defined to be $4$.

background

The module decomposes the Standard Model Lagrangian into four sectors: gauge kinetic terms for SU(3)×SU(2)×U(1), fermion kinetic terms for the Weyl fermions, Yukawa couplings, and the Higgs potential. Module documentation states these four terms equal 2^2, with one additional topological θ-term bringing the total to five sectors matching configuration dimension D. This decomposition supplies the base count used by downstream equalities relating the term number to powers of two.

proof idea

The declaration is a direct definition that assigns the constant 4 to mainTermCount. No lemmas or tactics are invoked inside the definition itself; it functions as the base value for one-line reflexivity and decide proofs in the dependent statements.

why it matters in Recognition Science

This definition supplies the numerical anchor for the Standard Model Lagrangian certification. It is used directly by mainTerms_eq_4 (via rfl), mainTerms_2sq (2^2), mainTerms_2pow_Dm1 (2^(3-1)), total_terms (mainTermCount + 1), and the SMLagrangianCert structure. It realizes the T8 forcing step that sets D=3 spatial dimensions through the eight-tick octave, closing the link between the observed gauge structure and the Recognition Science dimensional count without extra hypotheses.

scope and limits

Lean usage

theorem mainTerms_eq_4 : mainTermCount = 4 := rfl

formal statement (Lean)

  32def mainTermCount : ℕ := 4

used by (5)

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