Quark
The six standard model quark flavors are enumerated as an inductive type with decidable equality and finite cardinality six. Recognition Science modelers cite this enumeration to link the particle content to the six faces of a three-dimensional cube. The declaration is a direct inductive definition with six constructors that automatically derives the finite type instance.
claimThe set of quark flavors is the finite set $Q = {u, d, s, c, b, t}$ equipped with decidable equality and cardinality six.
background
The CubeFaceUniversality module establishes that the number 6 equals the face count of the 3-cube via the Euler characteristic $V - E + F = 8 - 12 + 6 = 2$. The HasCubeFaceCount predicate asserts that a type has cardinality exactly 6, and the Quark inductive type supplies one instance of this count. The module collects parallel 6-fold structures across domains, all attributed to spatial dimension $D = 3$.
proof idea
This is an inductive definition with six constructors. The deriving clauses for DecidableEq, Repr, BEq, and Fintype generate the required instances automatically, so that downstream theorems obtain the cardinality by unfolding HasCubeFaceCount and deciding the equality.
why it matters in Recognition Science
This definition supplies the quark enumeration required by CubeFaceUniversalityCert and the theorems quark_has_6 and quark_lepton_sum. It realizes the T8 step of the forcing chain by fixing $D = 3$, which forces the face count to 6. The structure appears in fermion counts and mass ladder derivations downstream in BaselineDerivation and QuarkVerification modules.
scope and limits
- Does not derive the quark masses or charges from the Recognition functional equation.
- Does not address color confinement or QCD dynamics.
- Does not prove that exactly six quark flavors exist in nature.
- Does not connect to the phi-ladder mass formula.
- Does not include antiparticles in the enumeration.
formal statement (Lean)
31inductive Quark where
32 | up | down | strange | charm | bottom | top
33 deriving DecidableEq, Repr, BEq, Fintype
34
used by (33)
-
CubeFaceUniversalityCert -
fermion_antifermion_total -
quark_has_6 -
quark_lepton_sum -
lepton_baseline_matches_anchor -
lepton_rungs -
downquark_sector_params -
compute_rung -
down_generation_ordering -
lepton_total_span -
tauon_rung_minus_electron_rung -
phi_ladder_verified -
acceptable_leptons -
lepton_hierarchy -
no_fourth_generation -
reactor_weight -
SMDerivation -
pionDecayConstant_MeV -
H_charm_mass_match -
residues_match_steps -
res_up -
lepton_gauge -
up_quark_gauge -
leptonDoublet -
experimentalStatus -
HadronMass -
mass_without_mass -
bottom_mass_match -
predicted_mass -
cert_tau