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

colorCount

show as:
view Lean formalization →

colorCount defines the number of quark colors as the natural number three in the RS derivation of QCD. Researchers mapping the Standard Model to Recognition Science cite it when equating colors to the three spatial dimensions. The definition is a direct constant assignment with no further computation.

claimThe number of color charges in quantum chromodynamics is defined to be the natural number $3$.

background

The module Quantum Chromodynamics from RS derives QCD properties from Recognition Science, stating that three colors equal D the spatial dimension, eight gluons equal three squared minus one, and five canonical phases equal the configuration dimension D. colorCount supplies the base integer used by gluonCount, which is defined as colorCount squared minus one, and by the QCDCert structure that records color_3, gluon_8, product_24, and five_phases. This setting aligns with the forcing chain landmark T8 that fixes D equal to three spatial dimensions.

proof idea

This is a direct definition that assigns the constant natural number 3 to colorCount.

why it matters in Recognition Science

colorCount supplies the base value for the downstream theorems colorCount_eq_D, color_times_gluon, color_gluon_is_b3half, gluonCount, and the QCDCert structure. It realizes the Recognition Science identification of color count with spatial dimension D from the unified forcing chain. The definition supports the module's claim that 3 times 8 equals 24 and that the five QCD phases match configDim D.

scope and limits

Lean usage

theorem colorCount_eq_D : colorCount = 3 := rfl

formal statement (Lean)

  25def colorCount : ℕ := 3

used by (5)

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