Encyclopedia Masses Masses Mass Genesis T10 Genesis Creation Terminal Additive Genesis Gate Impossib

ARTICLE 3 claims 3 theorems

Masses Mass Genesis T10 Genesis Creation Terminal Additive Genesis Gate Impossib

A single line of arithmetic closes off a whole class of answers to how mass scales are set.

The additive wall

The declaration additiveGenesis_gate_impossible is a theorem in the Recognition Science library. It states a plain impossibility: if a creation law can deposit a load of size L, and if two deposits can always be combined into a deposit of size L plus L, then that same law must also be able to deposit 4L. The proof is one line of arithmetic. Doubling the amplitude of a wave quadruples its energy, so if the law accepts the intended load, it cannot reject the decoy that is four times as large. The theorem formalizes this as a contradiction: accepting L and rejecting 4L cannot both hold under an additive rule.

The result belongs to a fork in the framework's research program. One route tried to derive the absolute mass scale from a counting argument; that route is permanently closed. The surviving route, called genesis creation, asks whether a creation-side condition can force patterns to appear at a specific ground orbit point. The additive wall kills the clean half of that route. Any law whose creations compose, whether it deposits quanta, works on disjoint sites, or forms a lattice, has a payable set closed under addition. The theorem shows that no such law can pass the admission gate, for any target, in any units. It needs nothing about the value of the target itself.

The only escape is a law whose payable set is not additive, one that pays only primitive, indivisible lattice points. That escape fails on a different clause of the admission gate. Rational-generated lattices exclude the intended load because the golden ratio is irrational. Lattices generated by the golden ratio itself fail through the permanent counting obstruction. A lattice generated by the intended load is circular, since the gate's independence clause forbids reading the selector's constant off the target it selects. The theorem does not claim that no genesis law exists; it claims that no additive one can work.

In the framework's own account, this closes route A of the fork. The only surviving option is route C: the scale-anchoring law is a foundational model with an explicit origin story, and a typed missing map names exactly what a future foundation must supply. The theorem's contribution is negative but precise. It rules out an entire family of answers and leaves a clear statement of what remains open.

THEOREM additiveGenesis_gate_impossible · IndisputableMonolith/Masses/MassGenesis/T10GenesisCreationTerminal.lean
/-- The gate incompatibility, stated against the admission gate itself:
acceptance of the intended witness and rejection of the doubled-scale decoy
cannot coexist in an additive genesis law. -/
theorem additiveGenesis_gate_impossible {Payable : ℝ → Prop}
    (hadd : ∀ {x y : ℝ}, Payable x → Payable y → Payable (x + y))
    {L : ℝ} (hintended : Payable L)
    (hrejects : ¬ Payable (4 * L)) : False :=
  hrejects (additiveGenesis_rejects_no_nat_multiple hadd hintended 4 (by norm_num))
THEOREM additiveGenesis_rejects_no_nat_multiple · IndisputableMonolith/Masses/MassGenesis/T10GenesisCreationTerminal.lean
additiveGenesis_rejects_no_nat_multiple · IndisputableMonolith/Masses/MassGenesis/T10GenesisCreationTerminal.lean:92
/-- **A1: the additive genesis gate is impossible.** A genesis law whose
payable loads are closed under addition cannot accept a load while rejecting
its quadruple. Since the doubled-amplitude decoy quadruples the window
energy, no additive genesis law passes the admission gate, for any target,
in any units. -/
theorem additiveGenesis_rejects_no_nat_multiple {Payable : ℝ → Prop}
    (hadd : ∀ {x y : ℝ}, Payable x → Payable y → Payable (x + y))
    {L : ℝ} (hintended : Payable L) (n : ℕ) (hn : 1 ≤ n) :
    Payable (n * L) := by
  rcases n with _ | n
  · omega
  · exact additivePayable_accepts_nat_mul hadd hintended (n + 1) (Nat.succ_pos _)
THEOREM additiveGenesis_accepts_gapOne_decoy · IndisputableMonolith/Masses/MassGenesis/T10GenesisCreationTerminal.lean
/-- Instantiation at the gap-one anchor load. The doubled-amplitude witness
has window energy `4 * (phi^42 / 4) = phi^42`
(`doubledAmplitude_windowEnergy_eq_four_mul`), so any additive genesis law
that accepts the anchor load accepts the decoy. -/
theorem additiveGenesis_accepts_gapOne_decoy {Payable : ℝ → Prop}
    (hadd : ∀ {x y : ℝ}, Payable x → Payable y → Payable (x + y))
    (hintended : Payable ((Constants.phi : ℝ) ^ 42 / 4)) :
    Payable (4 * ((Constants.phi : ℝ) ^ 42 / 4)) :=
  additiveGenesis_rejects_no_nat_multiple hadd hintended 4 (by norm_num)

What this page does not claim

No genesis law of any kind can set the absolute scale. The theorem derives the value of the intended load phi^42 / 4. The counting bridge route is revived by this result.

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