Encyclopedia Physics Physics Hierarchy
ARTICLE 3 claims 2 theorems 1 model
Physics Hierarchy
A discrete ladder of 11 and 6 rungs separates the three generations of matter, a structure that emerges from a single 8-tick recognition cycle.
The generation ladder
The physics hierarchy in Recognition Science is a discrete ladder of recognition events, a record of how many times a system must be recognized before it shifts from one generation of matter to the next. The framework models three generations of fermions, the particles that make up ordinary matter, as positions on this ladder. The first gap, from generation one to generation two, spans 11 rungs. The second gap, from generation two to generation three, spans 6 rungs. These numbers are not fitted; they are derived from the topology of a cubic voxel, a three-dimensional grid cell with 11 edges and 6 faces.
The framework establishes a coherence result: both the lepton and quark hierarchies are substructures of the same 8-tick recognition cycle. Leptons, such as the electron and muon, follow the integer steps of 11 and 6. Quarks, such as top and bottom, follow a quarter-ladder mapping that yields 7.75 for the first gap. The result proves that the lepton gap equals 11 and the quark gap equals 7.75, showing that both sectors share the same underlying 8-tick cycle despite their different step sizes.
The quark portion of this framework is explicitly marked as a hypothesis lane. The quarter-ladder step sizes come from a separate mixing geometry file, and the framework treats the integer versus quarter-ladder distinction as an open gap. The lepton hierarchy, with its clean integer gaps, belongs to the parameter-free core spectra model. The quark hierarchy, with its fractional steps, does not yet share that status.
What this means in plain language: the framework claims that the three generations of matter are not arbitrary. They sit at fixed positions on a recognition ladder, and those positions follow from the geometry of a cube. The lepton positions are proved; the quark positions are proposed. The distinction matters because it separates what the framework has derived from what it still seeks to derive.
THEOREM hierarchy_coherence · IndisputableMonolith/Physics/Hierarchy.lean
/-- **THEOREM: Hierarchy Coherence**
The lepton and quark hierarchies are both sub-structures of the same
8-tick recognition cycle. -/
theorem hierarchy_coherence :
lepton_hierarchy.delta1 = 11 ∧
quark_hierarchy.delta1 = 7.75 := by
constructor
· rfl
· unfold quark_hierarchy step_top_bottom; norm_num
MODEL lepton_hierarchy · IndisputableMonolith/Physics/Hierarchy.lean
/-- Lepton Hierarchy: Δ₁ = 11, Δ₂ = 6. -/
def lepton_hierarchy : GenerationStructure := {
delta1 := 11
delta2 := 6
}
THEOREM hierarchy_coherence · IndisputableMonolith/Physics/Hierarchy.lean
/-- **THEOREM: Hierarchy Coherence**
The lepton and quark hierarchies are both sub-structures of the same
8-tick recognition cycle. -/
theorem hierarchy_coherence :
lepton_hierarchy.delta1 = 11 ∧
quark_hierarchy.delta1 = 7.75 := by
constructor
· rfl
· unfold quark_hierarchy step_top_bottom; norm_num
What this page does not claim
The quark hierarchy is not part of the parameter-free integer-rung core spectra model. The framework does not derive the absolute masses of the fermions from these ladder positions. No claim is made that the 11 and 6 rung gaps correspond to any measured mass ratios in conventional physics.
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/Physics/Hierarchy.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:
- What physical measurement would confirm or falsify the quarter-ladder quark coordinates?
- How does the 8-tick recognition cycle relate to the observed mass ratios between generations?
- What distinguishes the integer-rung core spectra model from the quark hypothesis lane in terms of predictive power?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM hierarchy_coherence · IndisputableMonolith/Physics/Hierarchy.lean
/-- **THEOREM: Hierarchy Coherence** The lepton and quark hierarchies are both sub-structures of the same 8-tick recognition cycle. -/ theorem hierarchy_coherence : lepton_hierarchy.delta1 = 11 ∧ quark_hierarchy.delta1 = 7.75 := by constructor · rfl · unfold quark_hierarchy step_top_bottom; norm_numThe first gap, from generation one to generation two, spans 11 rungs. hierarchy_coherence · IndisputableMonolith/Physics/Hierarchy.leanMODEL lepton_hierarchy · IndisputableMonolith/Physics/Hierarchy.lean
/-- Lepton Hierarchy: Δ₁ = 11, Δ₂ = 6. -/ def lepton_hierarchy : GenerationStructure := { delta1 := 11 delta2 := 6 }The second gap, from generation two to generation three, spans 6 rungs. lepton_hierarchy · IndisputableMonolith/Physics/Hierarchy.leanTHEOREM hierarchy_coherence · IndisputableMonolith/Physics/Hierarchy.lean
/-- **THEOREM: Hierarchy Coherence** The lepton and quark hierarchies are both sub-structures of the same 8-tick recognition cycle. -/ theorem hierarchy_coherence : lepton_hierarchy.delta1 = 11 ∧ quark_hierarchy.delta1 = 7.75 := by constructor · rfl · unfold quark_hierarchy step_top_bottom; norm_numThe theorem proves that the lepton gap equals 11 and the quark gap equals 7.75, showing that both sectors share the same underlying 8-tick cycle despite their different step sizes. hierarchy_coherence · IndisputableMonolith/Physics/Hierarchy.lean