Encyclopedia Masses Masses Mass Genesis Anchor Amplitude Primitive Canonical Primitive Load Factoriz
ARTICLE 4 claims 2 theorems 1 model
Masses Mass Genesis Anchor Amplitude Primitive Canonical Primitive Load Factoriz
A single amplitude condition, once met, gives access to the full mass-generation chain: stability, positive rest mass, and quantized rungs.
The factorization bridge
In the Recognition Science framework, the declaration canonicalPrimitiveLoadFactorizes_of_primitiveAmplitudeCP6 is a bridge. It says: if a light pattern's primitive amplitude satisfies a specific condition (called CP6), and that pattern has certain closed-pattern evidence, then the pattern's canonical primitive load factorizes. Factorization here means the load separates cleanly into a sector base load and a phi transport factor, a structural property that the framework treats as a prerequisite for further physical consequences.
The significance of this result is that it connects a geometric amplitude statement to the load factorization property. The CP6 condition is a formal way of saying the pattern's neutralized window equals a primitive closed-pattern amplitude times a neutral unit chord, a kind of clean geometric decomposition. The framework proves this condition implies the factorization, and from there a longer chain of results derives stability of integrated meaning load, positive rest mass, phi-rung quantization, and agreement between predicted, inertial, and gravitational mass.
What the declaration does not claim is just as important. It does not prove that the CP6 condition actually holds for any physical pattern; that remains an open target. It does not derive the neutral unit chord from deeper Q3/Rhat dynamics; the docstring explicitly says this is the next landing surface, not a completed derivation. And it does not, by itself, establish any of the downstream physical properties like rest mass or quantization; those require the full chain result, which assumes the CP6 condition and closed-pattern evidence as hypotheses.
In plain terms, the declaration is a conditional guarantee: if you can show a pattern meets the CP6 amplitude condition, then you get factorization, and with the right evidence you get the whole mass-generation chain. It is a step in a larger proof architecture, not a standalone physical prediction. The framework's library proves the implication; whether the antecedent is satisfiable by real patterns is a separate, open question.
THEOREM canonicalPrimitiveLoadFactorizes_of_primitiveAmplitudeCP6 · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
theorem canonicalPrimitiveLoadFactorizes_of_primitiveAmplitudeCP6
{ψ : LightPattern (Fin 8)}
(E : Q3ClosedPatternEvidence ψ)
(hcp6 : AnchorPhasePrimitiveAmplitudeCP6 ψ) :
CanonicalPrimitiveLoadFactorizes ψ :=
canonicalPrimitiveLoadFactorizes_of_primitiveFactorNorm E
(primitiveFactorNorm_of_primitiveAmplitudeCP6 ψ hcp6)
MODEL AnchorPhasePrimitiveAmplitudeCP6 · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
/-- CP6 form of the primitive amplitude target. -/
def AnchorPhasePrimitiveAmplitudeCP6 (ψ : LightPattern (Fin 8)) : Prop :=
∃ u : IndisputableMonolith.LightLanguage.Geometry.NeutralMeaningManifold.NeutralUnitChord,
neutralize (ψ.window 0) =
fun t => (primitiveClosedPatternAmplitude ψ : ℂ) * u.chord t
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
The CP6 condition is proven to hold for any specific physical light pattern. The neutral unit chord is derived from deeper Q3/Rhat dynamics. The declaration alone establishes rest mass, quantization, or any downstream physical property; the full chain result is needed for those.
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 physical patterns, if any, satisfy the CP6 amplitude condition?
- How does the neutral unit chord arise from Q3/Rhat dynamics, if at all?
- What is the relationship between the CP6 condition and the primitive factor norm condition?
- Does the factorization property hold for patterns that do not meet the CP6 condition?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM canonicalPrimitiveLoadFactorizes_of_primitiveAmplitudeCP6 · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
theorem canonicalPrimitiveLoadFactorizes_of_primitiveAmplitudeCP6 {ψ : LightPattern (Fin 8)} (E : Q3ClosedPatternEvidence ψ) (hcp6 : AnchorPhasePrimitiveAmplitudeCP6 ψ) : CanonicalPrimitiveLoadFactorizes ψ := canonicalPrimitiveLoadFactorizes_of_primitiveFactorNorm E (primitiveFactorNorm_of_primitiveAmplitudeCP6 ψ hcp6)If a light pattern's primitive amplitude satisfies the CP6 condition and the pattern has closed-pattern evidence, then the pattern's canonical primitive load factorizes. canonicalPrimitiveLoadFactorizes_of_primitiveAmplitudeCP6 · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.leanMODEL AnchorPhasePrimitiveAmplitudeCP6 · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean
/-- CP6 form of the primitive amplitude target. -/ def AnchorPhasePrimitiveAmplitudeCP6 (ψ : LightPattern (Fin 8)) : Prop := ∃ u : IndisputableMonolith.LightLanguage.Geometry.NeutralMeaningManifold.NeutralUnitChord, neutralize (ψ.window 0) = fun t => (primitiveClosedPatternAmplitude ψ : ℂ) * u.chord tThe CP6 condition is a formal way of saying the pattern's neutralized window equals a primitive closed-pattern amplitude times a neutral unit chord. AnchorPhasePrimitiveAmplitudeCP6 · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean- OPENThe result does not derive the neutral unit chord from Q3/Rhat dynamics.
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)The full chain result derives stability of integrated meaning load, positive rest mass, phi-rung quantization, and agreement between predicted, inertial, and gravitational mass, assuming the CP6 condition and closed-pattern evidence. full_chain_for_primitiveAmplitudeCP6 · IndisputableMonolith/Masses/MassGenesis/AnchorAmplitudePrimitive.lean