Encyclopedia Masses Masses Mass Genesis T10 Universal Coupling Charge Status Refinement Not A Matchi

ARTICLE 2 claims 2 theorems

Masses Mass Genesis T10 Universal Coupling Charge Status Refinement Not A Matchi

A machine-checked theorem shows that in the framework's classification of fermions, the pattern of which particles carry electric charge is a consequence of their generation and colour status, not a separate matching.

The charge status refinement

In the standard model of particle physics, the twelve fundamental fermions are arranged in three generations, each with two quarks and two leptons. A basic fact about them is that the up-type quarks (up, charm, top) carry a positive electric charge of +2/3, while the down-type quarks (down, strange, bottom) carry a negative charge of -1/3. The charged leptons (electron, muon, tau) carry a charge of -1, and the neutrinos carry no charge at all.

Within the Recognition Science framework, these charge assignments are not assumed as separate data. Instead, the framework defines a fermion's charge status (whether it couples to the electromagnetic field) from two more basic properties: its generation (which of the three families it belongs to) and its colour status (whether it is a quark, which feels the strong force, or a lepton, which does not). The theorem charge_status_refinement_not_a_matching proves a precise counting statement about this derived classification.

The theorem states two things. First, among the fermions in the same generation as the up quark (which are the up quark, the down quark, and the positron, its antiparticle), exactly three have the derived charge status of coupling to electromagnetism. Second, among the fermions in the same generation as the first neutrino (the electron neutrino, the electron, and their antiparticles), exactly one does not couple to electromagnetism. This is a refinement: it shows that the charge status is not an arbitrary assignment but is determined by the underlying generation and colour structure, and it counts the resulting pattern.

What this theorem does not claim is important. It does not say that the framework derives the numerical values of the electric charges (+2/3, -1/3, -1, 0). The theorem only concerns the binary status of whether a fermion couples to electromagnetism, not the magnitude of that coupling. It also does not claim that this counting is a physical prediction about the real world; it is a statement about the framework's internal classification of its twelve fermion species, proved by checking each case. The framework's library of machine-checked theorems establishes this as a logical consequence of its definitions, but the connection between those definitions and the measured charges of actual particles is a separate empirical question.

THEOREM charge_status_refinement_not_a_matching · IndisputableMonolith/Masses/MassGenesis/T10UniversalCoupling.lean
charge_status_refinement_not_a_matching · IndisputableMonolith/Masses/MassGenesis/T10UniversalCoupling.lean:169
/-- **THEOREM (colour status is the forced matching predicate).** Refining
the generations by the OTHER banked channel predicate does not pair off:
generation 0 has three charge-active species and one charge-neutral
species. The colour predicate is the unique banked channel predicate whose
generation refinement is a perfect matching. -/
theorem charge_status_refinement_not_a_matching :
    (allFermions.filter fun f =>
        decide (genOf f = genOf Fermion.u) && couplesToCharge f).length = 3
    ∧ (allFermions.filter fun f =>
        decide (genOf f = genOf Fermion.nu1) && !couplesToCharge f).length = 1 := by
  refine ⟨?_, ?_⟩ <;> decide
THEOREM charge_status_refinement_not_a_matching · IndisputableMonolith/Masses/MassGenesis/T10UniversalCoupling.lean
charge_status_refinement_not_a_matching · IndisputableMonolith/Masses/MassGenesis/T10UniversalCoupling.lean:169
/-- **THEOREM (colour status is the forced matching predicate).** Refining
the generations by the OTHER banked channel predicate does not pair off:
generation 0 has three charge-active species and one charge-neutral
species. The colour predicate is the unique banked channel predicate whose
generation refinement is a perfect matching. -/
theorem charge_status_refinement_not_a_matching :
    (allFermions.filter fun f =>
        decide (genOf f = genOf Fermion.u) && couplesToCharge f).length = 3
    ∧ (allFermions.filter fun f =>
        decide (genOf f = genOf Fermion.nu1) && !couplesToCharge f).length = 1 := by
  refine ⟨?_, ?_⟩ <;> decide

What this page does not claim

The theorem does not derive the numerical values of electric charges. The theorem does not make a physical prediction about real particles; it is a statement about the framework's internal classification. The theorem does not establish that the framework's definitions correspond to the measured properties of actual fermions.

Verify this page

Every tagged claim above names its theorem. To check one yourself rather than trust this page, elaborate the source module with Lean 4 and audit its axiom basis:

$ lake env lean IndisputableMonolith/Masses/MassGenesis/T10UniversalCoupling.lean
expected axiom basis: [propext, Classical.choice, Quot.sound] (the Lean kernel's standard three; no RS-specific axioms)

A page whose claims cannot be reproduced this way does not ship. In production, every anchor links to the exact declaration in the public source release, and this block carries the build receipt for the page itself.

Derived articles

This page is generated by a question-recursion engine: the questions its answers raise become the next pages. The current agenda, with open targets marked red:

MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND