Encyclopedia Masses Masses Mass Genesis T10 Run Reference Provenance Boundary Constant Continuum Ref
ARTICLE 5 claims 5 theorems
Masses Mass Genesis T10 Run Reference Provenance Boundary Constant Continuum Ref
A machine-checked theorem shows a trivial function can hit a target mass value, which sharpens the real question from what is possible to what is derived.
The constant reference
The declaration constantContinuumReference_returns_target proves a simple fact about a simple function. The function, called constantContinuumReference, ignores its input and always returns the number phi^42 / 8, where phi is the golden ratio. The theorem states that for any run summary, this function returns that same target value. It is a machine-checked proof in the framework's library of formal theorems.
The number itself has a specific ancestry. The exponent 42 is not a rung of the seed pattern; the seed rung is 0. Instead, 42 equals 55 minus 13, where 55 is the certified Electroweak anchor offset. The target also equals the square of the intended gap-one factor amplitude. These are established facts, each with its own proof.
In Recognition Science, the framework models a discrete record of events as a ledger. The question at hand is whether a run-reference law, a function that maps run summaries to amplitudes, can be derived from the forced run premises. This theorem shows that a constant function returning the target exists trivially. It also shows that the target lies in the permitted field Q(phi), and that the constant function factors through every run summary.
The point is a boundary on what is provable. The theorem factorization_and_phiField_do_not_exclude_target proves that no statement of the form "every function factoring through a killed summary and landing in Q(phi) misses the target" is true. The constant function is a counterexample. This means the underivability floor cannot be expressed by these extensional properties alone.
What the theorem does not claim is just as important. It gives no derivation of a run-reference functional from forced premises, and it gives no proof that such a derivation is impossible. The function exists, but its ancestry is not established. The remaining question is one of provenance, not extension. A function returning the target exists trivially; only the ancestry of a candidate can decide the campaign. The module records this boundary explicitly.
THEOREM constantContinuumReference_returns_target · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean
theorem constantContinuumReference_returns_target
(octave : Q3SettledLedgerOctave) :
constantContinuumReference octave = continuumReferenceLoad :=
rfl
THEOREM gapOne_seed_rung_eq_zero · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean
/-- The manager's proposed "rung 42" is not the seed rung. -/
theorem gapOne_seed_rung_eq_zero :
rungOf (worldlinePattern gapOneTwoPhaseMode) = 0 := by
simp [rungOf, rungFromTopology, worldlinePattern]
THEOREM electroweak_anchor_phi_offset_eq_fortyTwo · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean
/-- The numeral 42 is the Electroweak anchor offset 55 - 13. -/
theorem electroweak_anchor_phi_offset_eq_fortyTwo :
Anchor.r0 Anchor.Sector.Electroweak - 13 = (42 : ℤ) := by
rw [YardstickPremiseFreeCert.r0_ew_certified_eq_55]
norm_num
THEOREM continuumReferenceLoad_eq_intendedSquare · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean
/-- Existing target identification; its ancestry is the topology/MassLaw chain. -/
theorem continuumReferenceLoad_eq_intendedSquare :
continuumReferenceLoad = intendedGapOneFactorAmplitude ^ 2 := by
simpa [continuumReferenceLoad, intendedGapOneFactorAmplitude] using
gapOne_factorAmplitude_sq_eq_phi42_div_eight.symm
THEOREM factorization_and_phiField_do_not_exclude_target · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean
/-- Consequently, factorization through any killed run summary plus φ-field
valuedness cannot prove the requested W6 value exclusion. -/
theorem factorization_and_phiField_do_not_exclude_target
{α : Type*}
(summary : Q3SettledLedgerOctave → α) :
¬ (∀ f : ExactRunFunctional,
FactorsThrough summary f →
PhiFieldValued f →
∀ octave, f octave ≠ continuumReferenceLoad) := by
intro h
have hfac : FactorsThrough summary constantContinuumReference :=
⟨fun _ => continuumReferenceLoad, fun _ => rfl⟩
have hfield : PhiFieldValued constantContinuumReference := by
intro octave
simpa [constantContinuumReference] using
continuumReferenceLoad_inQPhi
exact
(h constantContinuumReference hfac hfield
canonicalQ3SettledLedgerOctave) rfl
What this page does not claim
No derivation of a run-reference functional from forced premises is given. No proof that such a derivation is impossible is given. The constant function is not adopted as a physical law; it is a counterexample.
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/T10RunReferenceProvenanceBoundary.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 would a derivation of a run-reference functional from forced premises look like?
- What is the exact provenance chain that would connect a candidate function to the run premises?
- What additional properties beyond factorization and field valuedness could exclude the constant function?
- How does the Electroweak anchor offset of 55 arise from the topology chain?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM constantContinuumReference_returns_target · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean
theorem constantContinuumReference_returns_target (octave : Q3SettledLedgerOctave) : constantContinuumReference octave = continuumReferenceLoad := rflThe function constantContinuumReference ignores its input and always returns the number phi^42 / 8. constantContinuumReference_returns_target · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.leanTHEOREM gapOne_seed_rung_eq_zero · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean
/-- The manager's proposed "rung 42" is not the seed rung. -/ theorem gapOne_seed_rung_eq_zero : rungOf (worldlinePattern gapOneTwoPhaseMode) = 0 := by simp [rungOf, rungFromTopology, worldlinePattern]The exponent 42 is not a rung of the seed pattern; the seed rung is 0. gapOne_seed_rung_eq_zero · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.leanTHEOREM electroweak_anchor_phi_offset_eq_fortyTwo · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean
/-- The numeral 42 is the Electroweak anchor offset 55 - 13. -/ theorem electroweak_anchor_phi_offset_eq_fortyTwo : Anchor.r0 Anchor.Sector.Electroweak - 13 = (42 : ℤ) := by rw [YardstickPremiseFreeCert.r0_ew_certified_eq_55] norm_num42 equals 55 minus 13, where 55 is the certified Electroweak anchor offset. electroweak_anchor_phi_offset_eq_fortyTwo · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.leanTHEOREM continuumReferenceLoad_eq_intendedSquare · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean
/-- Existing target identification; its ancestry is the topology/MassLaw chain. -/ theorem continuumReferenceLoad_eq_intendedSquare : continuumReferenceLoad = intendedGapOneFactorAmplitude ^ 2 := by simpa [continuumReferenceLoad, intendedGapOneFactorAmplitude] using gapOne_factorAmplitude_sq_eq_phi42_div_eight.symmThe target equals the square of the intended gap-one factor amplitude. continuumReferenceLoad_eq_intendedSquare · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.leanTHEOREM factorization_and_phiField_do_not_exclude_target · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean
/-- Consequently, factorization through any killed run summary plus φ-field valuedness cannot prove the requested W6 value exclusion. -/ theorem factorization_and_phiField_do_not_exclude_target {α : Type*} (summary : Q3SettledLedgerOctave → α) : ¬ (∀ f : ExactRunFunctional, FactorsThrough summary f → PhiFieldValued f → ∀ octave, f octave ≠ continuumReferenceLoad) := by intro h have hfac : FactorsThrough summary constantContinuumReference := ⟨fun _ => continuumReferenceLoad, fun _ => rfl⟩ have hfield : PhiFieldValued constantContinuumReference := by intro octave simpa [constantContinuumReference] using continuumReferenceLoad_inQPhi exact (h constantContinuumReference hfac hfield canonicalQ3SettledLedgerOctave) rflNo statement of the form "every function factoring through a killed summary and landing in Q(phi) misses the target" is true. factorization_and_phiField_do_not_exclude_target · IndisputableMonolith/Masses/MassGenesis/T10RunReferenceProvenanceBoundary.lean