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

t_entry

show as:
view Lean formalization →

The top-quark data record supplies observed mass 172.76 GeV with uncertainty 0.30 for PDG fits in the Recognition framework. Model builders cite it when constructing the list of quark species for mass verification. It is a direct record construction with no computation steps.

claimLet the top-quark entry be the structure with name ``t'', observed mass $172.76$, uncertainty $0.30$, and predicted mass $172.76$.

background

SpeciesEntry is a record type that holds the name, observed mass, experimental uncertainty, and model-predicted mass for each particle species. In this module the entries are assembled into witness lists to confirm that the Recognition Science mass predictions fall inside the experimental bands. The sigma field here denotes the standard deviation of the mass measurement, distinct from the sigma-charge in decision theory or the divisor-sum function in number theory.

proof idea

One-line definition that constructs the SpeciesEntry record with the supplied numerical values for the top quark.

why it matters in Recognition Science

This entry is referenced by the quarksWitness list and supports the acceptable_quarks lemma together with the zero-deviation result for the top quark. It supplies the empirical anchor for the top-quark rung on the phi-ladder, consistent with the J-uniqueness and self-similar fixed-point steps of the forcing chain. The exact match between observed and predicted mass closes one data point in the D=3 spatial dimension spectrum.

scope and limits

formal statement (Lean)

  65@[simp] def t_entry : SpeciesEntry := { name := "t", mass_obs := 172.76, sigma := 0.30,   mass_pred := 172.76 }

proof body

Definition body.

  66

used by (3)

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.