Encyclopedia Cosmology Cosmology Baryon Asymmetry Derivation Saturation Exponent
ARTICLE 4 claims 2 theorems 1 model
Cosmology Baryon Asymmetry Derivation Saturation Exponent
A single integer, 45, appears in an exact arithmetic relation with the baryon asymmetry rung; the relation is proved, the physical link is not.
The saturation exponent
The baryon-to-photon ratio η_B measures how many more protons than antiprotons filled the early universe, about 6.1 × 10⁻¹⁰ according to Big Bang Nucleosynthesis and Planck 2018 CMB measurements. In the Recognition Science framework, this number is approached from two separate directions. One is a structural scaffold, the textbook proportionality η_B ∝ J_CP / g_★, which the framework's own library shows is about 500 times too large to match observation; only its positivity, meaning matter dominates over antimatter, is proved as a theorem. The other is an empirical match: the observed value sits near φ⁻⁴⁴, where φ is the golden ratio, and the expression φ⁻⁴⁴·(1−φ⁻⁸)² lands within the Planck band.
The declaration saturation_exponent is the integer 45, defined as the Light Field saturation threshold exponent from consciousness theory, with Θ_crit = φ⁴⁵. Its role is purely arithmetic. The framework defines the baryon asymmetry rung as −44, and a machine-checked theorem proves that −44 + 45 = 1. This exact relation is the entire content of the theorem: it is integer arithmetic on two defined rung assignments, each of which is itself a hypothesis-grade empirical match, not a derived physical quantity. The theorem does not prove that matter content links to the Light Field, nor does it force the magnitude of the asymmetry.
What the framework does prove is the sign of the baryon asymmetry. A chain from the recognition cost function through the golden ratio, three generations, chirality, and the Jarlskog invariant shows that the structural η_B is positive, meaning matter exists. The magnitude, however, is not derived. The structural scaffold is explicitly not the prediction, and the φ⁻⁴⁴ rung match is a separate hypothesis with a named falsifier: a tightened CMB measurement of η_B outside the φ⁻⁴⁴·(1−φ⁻⁸)² band. The saturation exponent's arithmetic relation is a compact way to state that the rung assignments are consistent, not a mechanism.
In plain terms, the saturation exponent establishes one proved fact: the number 45 completes the rung arithmetic so that the baryon asymmetry rung and the saturation threshold sum to 1. It does not establish why that should be so. The integer 45 can be written several ways, such as 44 + 1 or half the fermionic degrees of freedom minus one, but these are re-expressions of the same number, not independent derivations. The honest status is that −44 is a hypothesis-grade rung assignment whose support is the numerical match itself, and the saturation exponent is its arithmetic partner in that assignment.
MODEL saturation_exponent · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.lean
/-- The Light Field saturation threshold from consciousness theory.
Θ_crit = φ⁴⁵ (from Consciousness.LightField). -/
def saturation_exponent : ℤ := 45
THEOREM eta_B_times_saturation · eta_B_rung · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.lean
/-- Rung arithmetic: η_B rung (−44) plus the saturation exponent (45)
equals 1, i.e. η_B ≈ φ/Θ_crit at the rung level.
HONEST STATUS: this is exact integer arithmetic on two DEFINED rung
assignments, each of which is a HYPOTHESIS-grade empirical match. The
theorem proves the arithmetic relation between the two definitions,
not a physical mechanism linking matter content to the Light Field.
Treat the "matter-consciousness link" as an interpretive gloss on the
arithmetic, falsifiable through either rung. -/
theorem eta_B_times_saturation :
eta_B_rung + saturation_exponent = 1 := by
simp [eta_B_rung, saturation_exponent]
/-- The φ-rung exponent for the baryon asymmetry scale.
φ⁴⁴ ≈ 1.568 × 10⁹, so φ⁻⁴⁴ ≈ 6.376 × 10⁻¹⁰.
The observed η_B ≈ 6.1 × 10⁻¹⁰ is within ~4.5% (before the
(1−φ⁻⁸)² prefactor). HYPOTHESIS-grade rung assignment. -/
def eta_B_rung : ℤ := -44
HYPOTHESIS eta_B_structural · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.lean
/-- The structural η_B: proportional to J_CP / g_★.
SCAFFOLD ONLY — numerically ≈ 3×10⁻⁷, about 500× the observed value,
because the order-one-suppressed washout constant c is not derived.
Used solely for the sign theorem (η_B > 0) and the smallness bound. -/
noncomputable def eta_B_structural : ℝ := jarlskog_structural / g_star
THEOREM eta_B_positive · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.lean
/-- η_B is positive: matter dominates over antimatter.
This follows directly from J_CP > 0 and is the genuine derived content
(the SIGN of the asymmetry, not its magnitude). -/
theorem eta_B_positive : eta_B_structural > 0 := by
unfold eta_B_structural
apply div_pos jarlskog_positive
norm_num [g_star]
What this page does not claim
The saturation exponent does not prove a physical link between matter content and the Light Field. The theorem does not derive the magnitude of the baryon asymmetry from first principles. The integer 45 is not independently derived from a mechanism that forces the rung.
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/Cosmology/BaryonAsymmetryDerivation.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 mechanism, if any, could connect the Light Field saturation threshold to the baryon asymmetry rung?
- Why should the baryon asymmetry rung be −44 rather than any other integer?
- What transport or washout dynamics would bring the structural scaffold J_CP / g_★ down to the observed magnitude?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
MODEL saturation_exponent · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.lean
/-- The Light Field saturation threshold from consciousness theory. Θ_crit = φ⁴⁵ (from Consciousness.LightField). -/ def saturation_exponent : ℤ := 45The declaration saturation_exponent is the integer 45, defined as the Light Field saturation threshold exponent from consciousness theory, with Θ_crit = φ⁴⁵. saturation_exponent · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.leanTHEOREM eta_B_times_saturation · eta_B_rung · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.lean
/-- Rung arithmetic: η_B rung (−44) plus the saturation exponent (45) equals 1, i.e. η_B ≈ φ/Θ_crit at the rung level. HONEST STATUS: this is exact integer arithmetic on two DEFINED rung assignments, each of which is a HYPOTHESIS-grade empirical match. The theorem proves the arithmetic relation between the two definitions, not a physical mechanism linking matter content to the Light Field. Treat the "matter-consciousness link" as an interpretive gloss on the arithmetic, falsifiable through either rung. -/ theorem eta_B_times_saturation : eta_B_rung + saturation_exponent = 1 := by simp [eta_B_rung, saturation_exponent]/-- The φ-rung exponent for the baryon asymmetry scale. φ⁴⁴ ≈ 1.568 × 10⁹, so φ⁻⁴⁴ ≈ 6.376 × 10⁻¹⁰. The observed η_B ≈ 6.1 × 10⁻¹⁰ is within ~4.5% (before the (1−φ⁻⁸)² prefactor). HYPOTHESIS-grade rung assignment. -/ def eta_B_rung : ℤ := -44The framework defines the baryon asymmetry rung as −44, and a machine-checked theorem proves that −44 + 45 = 1. eta_B_times_saturation · eta_B_rung · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.leanHYPOTHESIS eta_B_structural · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.lean
/-- The structural η_B: proportional to J_CP / g_★. SCAFFOLD ONLY — numerically ≈ 3×10⁻⁷, about 500× the observed value, because the order-one-suppressed washout constant c is not derived. Used solely for the sign theorem (η_B > 0) and the smallness bound. -/ noncomputable def eta_B_structural : ℝ := jarlskog_structural / g_starThe structural scaffold is explicitly not the prediction, and the φ⁻⁴⁴ rung match is a separate hypothesis with a named falsifier. eta_B_structural · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.leanTHEOREM eta_B_positive · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.lean
/-- η_B is positive: matter dominates over antimatter. This follows directly from J_CP > 0 and is the genuine derived content (the SIGN of the asymmetry, not its magnitude). -/ theorem eta_B_positive : eta_B_structural > 0 := by unfold eta_B_structural apply div_pos jarlskog_positive norm_num [g_star]The framework proves that the structural η_B is positive, meaning matter exists. eta_B_positive · IndisputableMonolith/Cosmology/BaryonAsymmetryDerivation.lean