Encyclopedia Masses Masses Mass Genesis T10 Unit Boolean Charged Sigma Zero Wall Unit Settled Sigma
ARTICLE 3 claims 3 theorems
Masses Mass Genesis T10 Unit Boolean Charged Sigma Zero Wall Unit Settled Sigma
A machine-checked theorem pins a special mass value to a perfect recognition state, then shows why charged particles cannot reach it.
The mass-sixteen wall
In the Recognition Science framework, a ledger is a discrete record of events, and recognition is the act of matching a new event to a recorded one. The cost of recognition is forced by a proved uniqueness theorem, not chosen freely. This page concerns a specific consequence of that framework: a theorem named unitSettled_sigmaZero_iff_predictedMass_eq_sixteen, which states a precise equivalence about a special kind of pattern.
The theorem concerns a "unit settled" pattern, one whose recognition window is anchored at the smallest possible scale. For such a pattern, the framework proves that the recognition cost is zero if and only if the predicted mass is exactly 16. In plainer terms: a perfect, cost-free recognition state exists only at one specific mass value on this scale. The proof also shows that the factor amplitude, a related quantity, equals one exactly when the mass is 16.
The framework's library then applies this to known particle types. It proves that the gap-one worldline pattern, a specific simple trajectory, has a predicted mass not equal to 16. More broadly, it proves that every charged mass row, including the electron, has a predicted mass greater than 16. Therefore, no charged particle can exhibit this perfect recognition state under the unit settled condition. The theorem unitSettled_chargedRowMass_not_sigmaZero formalizes this incompatibility.
This result does not close the book on mass generation. The framework explicitly leaves open the question of how a charged particle's mass could arise from a different mechanism, such as multi-quantum occupation or a non-equality-based readout. The theorem sharpens the problem: it rules out one simple path, but does not provide the alternative. The certificate structure T10UnitBooleanChargedSigmaZeroWallCert collects these results as a formal wall, marking what is known and what remains a target.
THEOREM unitSettled_sigmaZero_iff_predictedMass_eq_sixteen · IndisputableMonolith/Masses/MassGenesis/T10UnitBooleanChargedSigmaZeroWall.lean
/-- **Characterization.** On a unit settled Q3 carrier, vanishing load cost
holds iff the topology predicted mass is exactly `16`. -/
theorem unitSettled_sigmaZero_iff_predictedMass_eq_sixteen
{ψ : LightPattern (Fin 8)}
(E : Q3ClosedPatternEvidence ψ)
(hunit : SettledAnchorWindow 1 ψ) :
loadRecognitionCost ψ = 0 ↔ predictedMass ψ = 16 := by
have hamp :=
unitSettled_loadRecognitionCost_zero_iff_topologyAmplitude E hunit
have hsq := factorAmplitude_sq_eq_predictedMass_div_sixteen ψ
have hnonneg := primitivePositiveStationaryFactorAmplitude_nonneg ψ
constructor
· intro hcost
have hfactor : (1 : ℝ) = primitivePositiveStationaryFactorAmplitude ψ :=
hamp.1 hcost
have h1 : (1 : ℝ) = predictedMass ψ / 16 := by
have : (1 : ℝ) ^ 2 = predictedMass ψ / 16 := by
rw [hfactor, hsq]
simpa using this
have h16 : (16 : ℝ) ≠ 0 := by norm_num
field_simp [h16] at h1
linarith
· intro hmass
have hfactor_sq :
primitivePositiveStationaryFactorAmplitude ψ ^ 2 = 1 := by
rw [hsq, hmass]; norm_num
have hfactor : primitivePositiveStationaryFactorAmplitude ψ = 1 := by
rcases (sq_eq_one_iff.mp hfactor_sq) with h1 | hneg
· exact h1
· linarith [hnonneg, hneg]
exact hamp.2 hfactor.symm
THEOREM chargedRow_predict_mass_gt_sixteen · IndisputableMonolith/Masses/MassGenesis/T10UnitBooleanChargedSigmaZeroWall.lean
theorem chargedRow_predict_mass_gt_sixteen (row : ChargedMassRow) :
(16 : ℝ) <
MassLaw.predict_mass (rowSector row) (rowRung row) (rowZ row) :=
lt_trans (by norm_num) (chargedRow_predict_mass_gt_ceiling row)
THEOREM unitSettled_chargedRowMass_not_sigmaZero · IndisputableMonolith/Masses/MassGenesis/T10UnitBooleanChargedSigmaZeroWall.lean
/-- If a unit settled Q3 carrier carries a charged-row mass law value, it cannot
be sigma-zero. -/
theorem unitSettled_chargedRowMass_not_sigmaZero
{ψ : LightPattern (Fin 8)} {row : ChargedMassRow}
(E : Q3ClosedPatternEvidence ψ)
(hunit : SettledAnchorWindow 1 ψ)
(hmass :
predictedMass ψ =
MassLaw.predict_mass (rowSector row) (rowRung row) (rowZ row)) :
loadRecognitionCost ψ ≠ 0 := by
intro hcost
have h16 :=
(unitSettled_sigmaZero_iff_predictedMass_eq_sixteen E hunit).1 hcost
exact chargedRow_predict_mass_ne_sixteen row (hmass.symm ▸ h16)
What this page does not claim
This does not claim that the mass value 16 corresponds to any known particle. This does not claim that the recognition cost is zero for any real physical pattern. This does not claim that the parent statement SettledLoadIsPostedLoad is proved.
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/T10UnitBooleanChargedSigmaZeroWall.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 mechanism could produce a charged particle's mass at a non-unit settled scale?
- How does the open door of multi-quantum occupation relate to the factor amplitude?
- What would a LightPattern constructed from emission, not window-equality, look like?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM unitSettled_sigmaZero_iff_predictedMass_eq_sixteen · IndisputableMonolith/Masses/MassGenesis/T10UnitBooleanChargedSigmaZeroWall.lean
/-- **Characterization.** On a unit settled Q3 carrier, vanishing load cost holds iff the topology predicted mass is exactly `16`. -/ theorem unitSettled_sigmaZero_iff_predictedMass_eq_sixteen {ψ : LightPattern (Fin 8)} (E : Q3ClosedPatternEvidence ψ) (hunit : SettledAnchorWindow 1 ψ) : loadRecognitionCost ψ = 0 ↔ predictedMass ψ = 16 := by have hamp := unitSettled_loadRecognitionCost_zero_iff_topologyAmplitude E hunit have hsq := factorAmplitude_sq_eq_predictedMass_div_sixteen ψ have hnonneg := primitivePositiveStationaryFactorAmplitude_nonneg ψ constructor · intro hcost have hfactor : (1 : ℝ) = primitivePositiveStationaryFactorAmplitude ψ := hamp.1 hcost have h1 : (1 : ℝ) = predictedMass ψ / 16 := by have : (1 : ℝ) ^ 2 = predictedMass ψ / 16 := by rw [hfactor, hsq] simpa using this have h16 : (16 : ℝ) ≠ 0 := by norm_num field_simp [h16] at h1 linarith · intro hmass have hfactor_sq : primitivePositiveStationaryFactorAmplitude ψ ^ 2 = 1 := by rw [hsq, hmass]; norm_num have hfactor : primitivePositiveStationaryFactorAmplitude ψ = 1 := by rcases (sq_eq_one_iff.mp hfactor_sq) with h1 | hneg · exact h1 · linarith [hnonneg, hneg] exact hamp.2 hfactor.symmFor a unit settled pattern, the recognition cost is zero if and only if the predicted mass is exactly 16. unitSettled_sigmaZero_iff_predictedMass_eq_sixteen · IndisputableMonolith/Masses/MassGenesis/T10UnitBooleanChargedSigmaZeroWall.leanTHEOREM chargedRow_predict_mass_gt_sixteen · IndisputableMonolith/Masses/MassGenesis/T10UnitBooleanChargedSigmaZeroWall.lean
theorem chargedRow_predict_mass_gt_sixteen (row : ChargedMassRow) : (16 : ℝ) < MassLaw.predict_mass (rowSector row) (rowRung row) (rowZ row) := lt_trans (by norm_num) (chargedRow_predict_mass_gt_ceiling row)Every charged mass row has a predicted mass greater than 16. chargedRow_predict_mass_gt_sixteen · IndisputableMonolith/Masses/MassGenesis/T10UnitBooleanChargedSigmaZeroWall.leanTHEOREM unitSettled_chargedRowMass_not_sigmaZero · IndisputableMonolith/Masses/MassGenesis/T10UnitBooleanChargedSigmaZeroWall.lean
/-- If a unit settled Q3 carrier carries a charged-row mass law value, it cannot be sigma-zero. -/ theorem unitSettled_chargedRowMass_not_sigmaZero {ψ : LightPattern (Fin 8)} {row : ChargedMassRow} (E : Q3ClosedPatternEvidence ψ) (hunit : SettledAnchorWindow 1 ψ) (hmass : predictedMass ψ = MassLaw.predict_mass (rowSector row) (rowRung row) (rowZ row)) : loadRecognitionCost ψ ≠ 0 := by intro hcost have h16 := (unitSettled_sigmaZero_iff_predictedMass_eq_sixteen E hunit).1 hcost exact chargedRow_predict_mass_ne_sixteen row (hmass.symm ▸ h16)No unit settled charged-row mass pattern can have zero recognition cost. unitSettled_chargedRowMass_not_sigmaZero · IndisputableMonolith/Masses/MassGenesis/T10UnitBooleanChargedSigmaZeroWall.lean