Encyclopedia Masses Masses Mass Genesis Anchor Amplitude Primitive
ARTICLE 4 claims 3 theorems 1 model
Masses Mass Genesis Anchor Amplitude Primitive
A machine-checked proof narrows the path from abstract pattern to measurable mass, landing on a single amplitude that must equal a specific geometric chord.
The next landing surface
In Recognition Science, the path from a light pattern to a particle's mass passes through a series of exact landing surfaces. The ledger, a discrete record of recognition events, encodes a pattern's state; its cost, the forced price of recognition, drives the dynamics. The AnchorAmplitudePrimitive result proves that the next required surface is a single number: the primitive closed-pattern amplitude.
Classically, amplitude means the magnitude of a wave or oscillation. Here it plays the same role: a positive real number that scales a pattern's state. The result defines it as the product of two square roots: the sector base load, a measure of the pattern's intrinsic content, and the phi transport factor, a scaling tied to the golden ratio. The key theorem states that the squared amplitude equals the product of these two loads, and that this amplitude is always positive.
The central result is an equivalence. The proof shows that the neutralized pattern's norm equals the squared amplitude if and only if the pattern's state is exactly the amplitude times a neutral unit chord, a vector of length one in a specific geometric manifold. This is the CP6 target: a precise geometric statement about how the pattern's state relates to the amplitude.
The result then shows this target closes the full chain. Given evidence that the pattern is closed under the Q3 dynamics, the CP6 amplitude condition forces the pattern to have a positive rest mass, to be quantized on the phi rung, to have its predicted mass equal its rest mass, and to have inertial and gravitational masses equal to that rest mass. This is the payoff: the amplitude condition is sufficient to derive the mass properties.
What this establishes is a precise reduction. The framework does not yet derive the chord from the underlying dynamics; that remains open. But the result proves that the amplitude condition is the exact next surface to land on, and that landing there closes the argument for mass. The path is now clear: find the chord, and the mass follows.
MODEL primitiveClosedPatternAmplitude · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
/-- Total primitive amplitude selected by sector base load and phi transport. -/
noncomputable def primitiveClosedPatternAmplitude (ψ : LightPattern (Fin 8)) : ℝ :=
primitiveAnchorSectorAmplitude ψ * primitivePhiTransportAmplitude ψ
THEOREM primitiveClosedPatternAmplitude_sq · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
theorem primitiveClosedPatternAmplitude_sq (ψ : LightPattern (Fin 8)) :
primitiveClosedPatternAmplitude ψ ^ 2 =
primitiveAnchorSectorLoad ψ * primitivePhiTransport ψ := by
unfold primitiveClosedPatternAmplitude
unfold primitiveAnchorSectorAmplitude primitivePhiTransportAmplitude
rw [mul_pow]
rw [Real.sq_sqrt (le_of_lt (primitiveAnchorSectorLoad_pos ψ))]
rw [Real.sq_sqrt (le_of_lt (primitivePhiTransport_pos ψ))]
THEOREM primitiveAmplitudeCP6_iff_primitiveAmplitudeNorm · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
theorem primitiveAmplitudeCP6_iff_primitiveAmplitudeNorm
(ψ : LightPattern (Fin 8)) :
AnchorPhasePrimitiveAmplitudeCP6 ψ ↔
AnchorPhasePrimitiveAmplitudeNorm ψ := by
constructor
· exact primitiveAmplitudeNorm_of_primitiveAmplitudeCP6 ψ
· exact primitiveAmplitudeCP6_of_primitiveAmplitudeNorm ψ
THEOREM full_chain_for_primitiveAmplitudeCP6 · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
theorem full_chain_for_primitiveAmplitudeCP6
(T : StableLoadReadoutTheory (Fin 8))
{ψ : LightPattern (Fin 8)}
(E : Q3ClosedPatternEvidence ψ)
(hcp6 : AnchorPhasePrimitiveAmplitudeCP6 ψ) :
(∀ k : ℕ,
integratedMeaningLoad (evolvePattern k ψ) = integratedMeaningLoad ψ) ∧
0 < restMass ψ ∧
PhiRungQuantized ψ ∧
restMass ψ = predictedMass ψ ∧
T.readout.inertialMass ψ = restMass ψ ∧
T.readout.gravitationalMass ψ = restMass ψ :=
full_chain_for_primitiveFactorNorm T E
(primitiveFactorNorm_of_primitiveAmplitudeCP6 ψ hcp6)
What this page does not claim
This result does not derive the chord from Q3 or Rhat dynamics. This result does not prove that any actual particle satisfies the amplitude condition. This result does not establish the physical recognition-to-linking bridge.
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/AnchorAmplitudePrimitive.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 dynamics would derive the neutral unit chord from the Q3 and Rhat theories?
- How does the primitive amplitude surface relate to the next, non-primitive stages of mass genesis?
- What empirical predictions follow from the phi-rung quantization forced by the amplitude condition?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
MODEL primitiveClosedPatternAmplitude · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
/-- Total primitive amplitude selected by sector base load and phi transport. -/ noncomputable def primitiveClosedPatternAmplitude (ψ : LightPattern (Fin 8)) : ℝ := primitiveAnchorSectorAmplitude ψ * primitivePhiTransportAmplitude ψThe result defines the primitive closed-pattern amplitude as the product of the sector base amplitude and the phi transport amplitude. primitiveClosedPatternAmplitude · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.leanTHEOREM primitiveClosedPatternAmplitude_sq · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
theorem primitiveClosedPatternAmplitude_sq (ψ : LightPattern (Fin 8)) : primitiveClosedPatternAmplitude ψ ^ 2 = primitiveAnchorSectorLoad ψ * primitivePhiTransport ψ := by unfold primitiveClosedPatternAmplitude unfold primitiveAnchorSectorAmplitude primitivePhiTransportAmplitude rw [mul_pow] rw [Real.sq_sqrt (le_of_lt (primitiveAnchorSectorLoad_pos ψ))] rw [Real.sq_sqrt (le_of_lt (primitivePhiTransport_pos ψ))]The squared amplitude equals the product of the sector base load and the phi transport factor. primitiveClosedPatternAmplitude_sq · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.leanTHEOREM primitiveAmplitudeCP6_iff_primitiveAmplitudeNorm · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
theorem primitiveAmplitudeCP6_iff_primitiveAmplitudeNorm (ψ : LightPattern (Fin 8)) : AnchorPhasePrimitiveAmplitudeCP6 ψ ↔ AnchorPhasePrimitiveAmplitudeNorm ψ := by constructor · exact primitiveAmplitudeNorm_of_primitiveAmplitudeCP6 ψ · exact primitiveAmplitudeCP6_of_primitiveAmplitudeNorm ψThe amplitude condition is equivalent to the pattern's state being the amplitude times a neutral unit chord. primitiveAmplitudeCP6_iff_primitiveAmplitudeNorm · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.leanTHEOREM full_chain_for_primitiveAmplitudeCP6 · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
theorem full_chain_for_primitiveAmplitudeCP6 (T : StableLoadReadoutTheory (Fin 8)) {ψ : LightPattern (Fin 8)} (E : Q3ClosedPatternEvidence ψ) (hcp6 : AnchorPhasePrimitiveAmplitudeCP6 ψ) : (∀ k : ℕ, integratedMeaningLoad (evolvePattern k ψ) = integratedMeaningLoad ψ) ∧ 0 < restMass ψ ∧ PhiRungQuantized ψ ∧ restMass ψ = predictedMass ψ ∧ T.readout.inertialMass ψ = restMass ψ ∧ T.readout.gravitationalMass ψ = restMass ψ := full_chain_for_primitiveFactorNorm T E (primitiveFactorNorm_of_primitiveAmplitudeCP6 ψ hcp6)The amplitude condition, together with closed-pattern evidence, forces positive rest mass, phi-rung quantization, and equality of predicted, inertial, and gravitational masses. full_chain_for_primitiveAmplitudeCP6 · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean