Encyclopedia Astrophysics Astrophysics Nucleosynthesis Tiers All Ml On Phi Ladder

ARTICLE 3 claims 3 theorems

Astrophysics Nucleosynthesis Tiers All Ml On Phi Ladder

A machine-checked theorem states that every mass-to-light ratio in a defined set equals a power of the golden ratio, but only within the framework's own tier model.

The phi ladder result

In astrophysics, the mass-to-light ratio M/L compares how much mass a galaxy or star cluster holds to how much light it emits. It is a basic observational quantity. The declaration all_ml_on_phi_ladder is a theorem inside the Recognition Science framework. It states that for every n in the set {0, 1, 2, 3}, the value phi_ladder n equals phi raised to some integer power k. Here phi is the golden ratio, about 1.618, and phi_ladder n is defined as phi to the n-th power. The proof is immediate: for each n, choose k equal to n. The theorem is a formal statement about a definition, not a new physical law.

The framework models physical quantities as occupying discrete tiers, which it calls a phi ladder, a sequence of values that are powers of the golden ratio. The ledger, a discrete record of events, underlies this structure. In this model, nuclear density and photon luminosity each sit on such a ladder. The mass-to-light ratio is then the difference between two tier exponents. The theorem ml_nucleosynthesis_eq_phi proves that the specific nucleosynthesis-derived M/L equals phi itself, because the local nuclear tier is 12 and the luminosity tier is 11, giving a difference of 1. Another theorem, ml_from_phi_tier_structure, shows that this M/L lies between 1 and 5 and is a power of phi. The theorem strategies_agree states that this nucleosynthesis result matches a separate stellar assembly calculation.

The result is a consistency check inside the framework, not a measurement. It does not claim that real galaxies have M/L ratios that are powers of phi. The theorem all_ml_on_phi_ladder is a tautology about a definition: it says that a value defined as phi to the n equals phi to some integer. The interesting content is the choice of the tier set {0, 1, 2, 3} and the specific tier values 12 and 11, which are assumptions, not derivations. The framework's library, a machine-checked collection of formal theorems, proves the arithmetic, but the physical identification of which tier a real object occupies remains a modeling choice.

The declaration does not establish that the golden ratio governs real stellar populations. It establishes internal consistency: within the framework's discrete tier model, the mass-to-light ratio derived from nucleosynthesis is a power of phi, specifically phi to the first power, and this agrees with another calculation in the same framework. The comparison to observed M/L values is an empirical check that the pack does not present as a theorem. The theorem is a statement about the framework's own definitions, and its force is limited to that model.

THEOREM all_ml_on_phi_ladder · IndisputableMonolith/Astrophysics/NucleosynthesisTiers.lean
/-- All population M/L values are on the φ-ladder -/
theorem all_ml_on_phi_ladder :
    ∀ n ∈ population_tiers, ∃ k : ℤ, phi_ladder n = φ ^ k := by
  intro n _
  use n
  rfl
THEOREM ml_nucleosynthesis_eq_phi · tier_difference_value · IndisputableMonolith/Astrophysics/NucleosynthesisTiers.lean
theorem ml_nucleosynthesis_eq_phi : ml_nucleosynthesis = φ := by
  unfold ml_nucleosynthesis phi_ladder tier_difference
  simp [nuclear_tier_local, luminosity_tier_local, zpow_one]
theorem tier_difference_value : tier_difference = 1 := by
  unfold tier_difference nuclear_tier_local luminosity_tier_local
  norm_num
THEOREM strategies_agree · IndisputableMonolith/Astrophysics/NucleosynthesisTiers.lean
/-- Nucleosynthesis M/L agrees with stellar assembly M/L -/
theorem strategies_agree :
    ml_nucleosynthesis = StellarAssembly.ml_stellar := by
  rw [ml_nucleosynthesis_eq_phi, StellarAssembly.ml_stellar_value]
  rfl

What this page does not claim

The theorem does not claim that real galaxies have mass-to-light ratios that are powers of the golden ratio. The tier set {0, 1, 2, 3} and the specific tier values 12 and 11 are modeling assumptions, not derived facts. The declaration is not a measurement of any astrophysical quantity.

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/Astrophysics/NucleosynthesisTiers.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