Encyclopedia Cosmology Cosmology Baryon Asymmetry Exact Eta B Phi Scale Pos

ARTICLE 5 claims 3 theorems 1 measured

Cosmology Baryon Asymmetry Exact Eta B Phi Scale Pos

Cosmology's baryon asymmetry, the ratio of matter to photons left after the early universe's matter-antimatter annihilation, is a measured quantity; Recognition Science derives a candidate value from a single scaling constant.

The phi-scale value

The baryon asymmetry of the universe is the ratio of leftover baryons (protons and neutrons) to photons, measured at about 6.12 × 10⁻¹⁰. It answers why matter survived annihilation with antimatter in the first seconds after the Big Bang. Standard cosmology describes the asymmetry through electroweak baryogenesis, a process whose rate depends on a CP-violating term, the number of particle species, and a washout factor from sphaleron transitions. Each ingredient is measured or computed within the Standard Model, but the final number is not derived from first principles; it is an input.

Recognition Science (RS) proposes a different route. Its framework, built on a discrete ledger of recognition events, forces a chain of constants: the golden ratio φ, the fine-structure scale, and particle masses on a φ-power ladder. In this account, the baryon asymmetry sits on rung -44 of that ladder: the framework defines eta_B_phi_scale as φ⁻⁴⁴, roughly 6.1 × 10⁻¹⁰, matching the observed central value to about 4.5 percent. The number 44 itself is not arbitrary; it equals 4 × 11, the product of a chirality flip count (4, from a Gray-code pattern) and a generation torsion gap (11, from a filtration spectrum). The same product appears in the framework's fine-structure expression, tying the two constants together.

The declaration eta_B_phi_scale_pos proves a narrow, formal fact: the value φ⁻⁴⁴ is strictly positive. It is a theorem in the framework's machine-checked library, derived from the positivity of φ and the properties of integer powers. The same library also proves that this value is less than 1, that the saturation threshold θ_crit = φ⁴⁵ is greater than 1, and that the product η_B × θ_crit equals φ exactly. That last identity, matter_consciousness_link, is a formal statement within RS; it does not by itself establish a physical connection between baryons and consciousness.

What the declaration does not claim is as important as what it proves. It does not prove that the observed baryon asymmetry equals φ⁻⁴⁴; the match to the measured 6.12 × 10⁻¹⁰ is an empirical check, not a theorem, and the 4.5 percent discrepancy is larger than the measurement's precision. It does not derive the fine-structure constant α; the shared factor 44 is an identification, not a derivation, and α itself remains open in the framework. It does not establish the physical mechanism of baryogenesis; the sphaleron rate and washout factor are assumed positive in the library, not derived. The theorem is a formal statement about a defined quantity, not a claim about the universe's matter content.

For a reader, the takeaway is precise: RS offers a candidate scaling law for the baryon asymmetry, anchored in a proved positivity statement, with a named discrepancy against measurement. The framework's contribution is a structural guess, not a closed derivation. The observed value remains what it is, and the gap between φ⁻⁴⁴ and the central measurement is the honest measure of what remains to be explained.

THEOREM eta_B_phi_scale_pos · IndisputableMonolith/Cosmology/BaryonAsymmetryExact.lean
/-- η_B scale is positive. -/
theorem eta_B_phi_scale_pos : 0 < eta_B_phi_scale := by
  unfold eta_B_phi_scale
  exact zpow_pos phi_pos (-44)
MODEL eta_B_phi_scale · IndisputableMonolith/Cosmology/BaryonAsymmetryExact.lean
/-- The RS prediction for η_B: it sits on φ-rung −44. -/
def eta_B_phi_scale : ℝ := phi ^ (-44 : ℤ)
THEOREM rung_44_is_product · IndisputableMonolith/Cosmology/BaryonAsymmetryExact.lean
/-- **THEOREM**: The baryon asymmetry rung 44 is the product of the
    chirality flip count and the torsion gap.

    This is not a coincidence — it reflects the deep connection between
    CP violation (from the chirality of the Gray code) and the mass
    hierarchy (from the torsion spectrum). -/
theorem rung_44_is_product :
    flip_count_gen0 * torsion_gap_01 = 44 := by
  native_decide
THEOREM matter_consciousness_link · IndisputableMonolith/Cosmology/BaryonAsymmetryExact.lean
/-- **THE MATTER-CONSCIOUSNESS LINK THEOREM**:

    η_B × Θ_crit = φ

    The baryon-to-photon ratio times the light field saturation
    threshold equals the golden ratio.

    Physical interpretation: the universe creates φ times as many
    baryons per photon as would be needed to exactly fill the light
    field to capacity. The factor of φ is the self-similar overshoot —
    the same golden ratio that governs the cost function J, the mass
    law, and the 8-tick period also mediates between the matter content
    and the consciousness capacity.

    This is a THEOREM about φ-powers (pure algebra), not a hypothesis
    requiring empirical confirmation. The empirical content is in the
    rung assignment η_B ≈ φ⁻⁴⁴ (within 4.5% of observed). -/
theorem matter_consciousness_link :
    eta_B_phi_scale * theta_crit = phi := by
  unfold eta_B_phi_scale theta_crit
  exact phi_neg44_times_phi45_eq_phi'
MEASURED eta_B_observed_central · IndisputableMonolith/Cosmology/BaryonAsymmetryExact.lean
/-- The observed baryon-to-photon ratio.
    BBN: η_B = (6.1 ± 0.3) × 10⁻¹⁰
    CMB (Planck 2018): η_B = (6.12 ± 0.04) × 10⁻¹⁰

    The RS prediction φ⁻⁴⁴ ≈ 6.376 × 10⁻¹⁰ is 4.5% above the
    central CMB value. This is within 2σ of the BBN measurement
    and within 6σ of the CMB measurement.

    NOTE: These are external measurements for VALIDATION, not inputs.
    The RS prediction is parameter-free. -/
def eta_B_observed_central : ℝ := 6.12e-10

What this page does not claim

The observed baryon asymmetry is exactly φ⁻⁴⁴; the match is approximate and the discrepancy is not explained. The fine-structure constant α is derived; the shared factor 44 is an identification, not a derivation. The physical mechanism of baryogenesis is established; the sphaleron rate and washout factor are assumed positive, not derived. The matter-consciousness link is a physical statement; it is a formal identity within the framework.

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