Encyclopedia Masses Masses Mass Genesis T10 Unit Free Anchor Wall Settled Anchor Same Amplitude Forc

ARTICLE 5 claims 5 theorems

Masses Mass Genesis T10 Unit Free Anchor Wall Settled Anchor Same Amplitude Forc

A machine-checked theorem shows that in Recognition Science's ledger, a single posting amplitude cannot serve two different particle masses, no matter what unit you measure them in.

The unit-free anchor wall

In Recognition Science, the framework models particle masses as entries in a discrete ledger of recognition events, where each particle species is associated with a posting amplitude at its anchor. The theorem settledAnchor_same_amplitude_forces_same_mass states a simple identity: if two load-normalized patterns post at the same amplitude, then their predicted masses are equal. This is a proved result in the framework's machine-checked library of formal theorems, with no unproved assumptions.

The statement is a ratio law. For two species with posting amplitudes a and b, the theorem settledAnchor_mass_amplitude_ratio derives the equation m * b² = m' * a², where m and m' are the predicted masses. This equation is dimensionless: dividing through by a² shows that the ratio of masses equals the inverse square of the ratio of amplitudes, a statement untouched by any choice of mass unit. The contrapositive is the wall: two species with different predicted masses cannot both post at the same amplitude, and in particular cannot both post at the ledger's unit amplitude of 1.

The force of this result is that it survives a change of mass unit. The framework's own ceiling argument, which caps predicted mass at 64, is unit-dependent: a theorem exists_unit_rescaling_below_ceiling shows that any pattern's predicted mass can be rescaled below 64 by choosing a sufficiently small unit. But the ratio law is not so escapable. A theorem distinct_masses_stable_under_unit_rescaling proves that a positive rescaling of the mass unit cannot make two different predicted masses equal. The obstruction is structural, not numerical.

The framework runs this on its own species table. The electron and the muon sit in the same sector at the same charge index, differing only in rung, and a theorem electron_muon_predict_mass_ne proves their predicted masses differ. Therefore, the framework shows, no pattern carrying the electron's mass and no pattern carrying the muon's mass can both have the ledger's unit posting at their anchors, and no choice of mass unit repairs that. The same logic extends to rationality: a theorem electron_muon_no_unit_rescaling_makes_both_rational shows that no unit rescaling makes both leptons' required anchor loads rational compositions of the unit posting, because their ratio is an irrational power of phi.

What this does not claim is any numerical prediction about the electron or muon mass in kilograms or electronvolts. The theorem is about the relationship between posting amplitude and predicted mass, not about the absolute scale of any mass. It does not claim that the electron and muon cannot both exist, only that they cannot both share the same posting amplitude. It does not claim that the ceiling argument is wrong, only that it is unit-dependent and therefore not a fundamental obstruction. The wall that survives is the ratio wall, and it is this wall that the framework presents as the unit-free content of the settled-anchor equation.

THEOREM settledAnchor_same_amplitude_forces_same_mass · IndisputableMonolith/Masses/MassGenesis/T10UnitFreeAnchorWall.lean
settledAnchor_same_amplitude_forces_same_mass · IndisputableMonolith/Masses/MassGenesis/T10UnitFreeAnchorWall.lean:74
/-- **One amplitude, one mass.** Two load-normalized patterns posting at the same
amplitude carry the same predicted mass. -/
theorem settledAnchor_same_amplitude_forces_same_mass
    {a : ℝ} {ψ χ : LightPattern (Fin 8)}
    (hψ : LoadNormalizedToTopology ψ) (hwψ : SettledAnchorWindow a ψ)
    (hχ : LoadNormalizedToTopology χ) (hwχ : SettledAnchorWindow a χ) :
    predictedMass ψ = predictedMass χ := by
  rw [loadNormalized_settledAnchor_predictedMass_eq hψ hwψ,
    loadNormalized_settledAnchor_predictedMass_eq hχ hwχ]
THEOREM settledAnchor_mass_amplitude_ratio · IndisputableMonolith/Masses/MassGenesis/T10UnitFreeAnchorWall.lean
/-- **The ratio law.** Two load-normalized patterns with settled anchors relate
their predicted masses and their posting amplitudes by `m * b² = m' * a²`. Every
quantity here is a ratio once the equation is divided through, so the statement is
untouched by a change of mass unit. -/
theorem settledAnchor_mass_amplitude_ratio
    {a b : ℝ} {ψ χ : LightPattern (Fin 8)}
    (hψ : LoadNormalizedToTopology ψ) (hwψ : SettledAnchorWindow a ψ)
    (hχ : LoadNormalizedToTopology χ) (hwχ : SettledAnchorWindow b χ) :
    predictedMass ψ * b ^ 2 = predictedMass χ * a ^ 2 := by
  rw [loadNormalized_settledAnchor_predictedMass_eq hψ hwψ,
    loadNormalized_settledAnchor_predictedMass_eq hχ hwχ]
  ring
THEOREM exists_unit_rescaling_below_ceiling · IndisputableMonolith/Masses/MassGenesis/T10UnitFreeAnchorWall.lean
exists_unit_rescaling_below_ceiling · IndisputableMonolith/Masses/MassGenesis/T10UnitFreeAnchorWall.lean:96
/-- **The ceiling wall does not survive a change of mass unit.** For every pattern
there is a positive rescaling of the mass unit placing its rescaled predicted mass
below the Boolean ceiling. Nothing about the pattern is used except that its
predicted mass is positive, so this applies to the whole charged spectrum. -/
theorem exists_unit_rescaling_below_ceiling (ψ : LightPattern (Fin 8)) :
    ∃ k : ℝ, 0 < k ∧ k * predictedMass ψ < 64 := by
  have hpos : 0 < predictedMass ψ := predictedMass_pos ψ
  refine ⟨1 / predictedMass ψ, div_pos one_pos hpos, ?_⟩
  have hcancel : 1 / predictedMass ψ * predictedMass ψ = 1 := by
    field_simp
  rw [hcancel]
  norm_num
THEOREM distinct_masses_stable_under_unit_rescaling · IndisputableMonolith/Masses/MassGenesis/T10UnitFreeAnchorWall.lean
distinct_masses_stable_under_unit_rescaling · IndisputableMonolith/Masses/MassGenesis/T10UnitFreeAnchorWall.lean:115
/-- **The ratio wall does survive.** A positive rescaling of the mass unit cannot
make two different predicted masses agree, so the obstruction of section 1 is
untouched by any unit identification. -/
theorem distinct_masses_stable_under_unit_rescaling
    {k : ℝ} (hk : 0 < k) {ψ χ : LightPattern (Fin 8)}
    (hne : predictedMass ψ ≠ predictedMass χ) :
    k * predictedMass ψ ≠ k * predictedMass χ := fun h =>
  hne (mul_left_cancel₀ (ne_of_gt hk) h)
THEOREM electron_muon_predict_mass_ne · IndisputableMonolith/Masses/MassGenesis/T10UnitFreeAnchorWall.lean
/-- The electron and the muon sit in the same sector at the same charge index and
differ only in rung, so their predicted masses differ. -/
theorem electron_muon_predict_mass_ne :
    MassLaw.predict_mass (rowSector ChargedMassRow.electron)
        (rowRung ChargedMassRow.electron) (rowZ ChargedMassRow.electron)
      ≠ MassLaw.predict_mass (rowSector ChargedMassRow.muon)
        (rowRung ChargedMassRow.muon) (rowZ ChargedMassRow.muon) := by
  have h : MassLaw.predict_mass Anchor.Sector.Lepton 2 1332
      < MassLaw.predict_mass Anchor.Sector.Lepton 13 1332 :=
    predict_mass_lt_of_rung_lt Anchor.Sector.Lepton 1332 (by norm_num)
  simpa [rowSector, rowRung, rowZ] using ne_of_lt h

What this page does not claim

The theorem does not predict the numerical value of any particle mass in conventional units. The theorem does not claim that the electron and muon cannot both exist, only that they cannot share the same posting amplitude. The theorem does not invalidate the ceiling argument; it shows the ceiling is unit-dependent.

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/T10UnitFreeAnchorWall.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