Encyclopedia Cosmology Cosmology Eta Binterval Cert Observed Eta In Interval
ARTICLE 3 claims 3 theorems
Cosmology Eta Binterval Cert Observed Eta In Interval
A machine-checked proof places the cosmic baryon-to-photon ratio inside a narrow predicted window, but the window itself is a structural identification, not a derived constant.
The interval certificate
The baryon-to-photon ratio, often written η_B, compares the number of protons and neutrons left over from the early universe to the number of light particles, the photons. Cosmologists measure it from the imprints of the cosmic microwave background. The Planck 2018 data give η_B = (6.10 ± 0.04) × 10⁻¹⁰.
In the Recognition Science framework, the same ratio is predicted to fall inside a specific interval: φ⁻⁴⁴ lies between 5.5 × 10⁻¹⁰ and 7.5 × 10⁻¹⁰. Here φ is the golden ratio, about 1.618. The framework's machine-checked library of formal theorems proves this interval bound. It then proves a second, smaller fact: the observed value 6.1 × 10⁻¹⁰ sits strictly inside that predicted window. That second proof is the declaration observed_eta_in_interval. It is a theorem, checked by a computer, with no gaps in its logical steps.
The number 44 in the exponent is not arbitrary in this account. The framework identifies it as the product of two structural integers: a chirality count of 4 from a binary counting pattern, and a torsion gap of 11 from a generation structure. The same 44 appears in the framework's expression for the fine-structure constant α⁻¹ = 44π × exp(-w₈ ln φ / 44π), where w₈ is a weighting factor. The framework treats this coincidence as evidence that one structural integer governs both the electromagnetic coupling and the baryon asymmetry.
What the declaration does not do is just as important. It does not derive the value 6.1 × 10⁻¹⁰ from first principles; it only checks that this measured number falls within the predicted band. The interval itself, (5.5, 7.5) × 10⁻¹⁰, comes from the structural identification of 44, not from a derivation of η_B. The framework does not claim to explain why the universe has the baryon asymmetry it does, only that the asymmetry sits where the structure says it should. The connection between the structural integer and the physical ratio is an identification, a definitional choice, not a forced consequence.
The practical upshot is a testable prediction with a sharp boundary. If a future measurement of η_B moved outside the band, the structural identification would fail. The current data sit comfortably inside, with room to spare: the measured central value is about 0.6 × 10⁻¹⁰ from the lower edge and 1.4 × 10⁻¹⁰ from the upper edge. The framework's claim is not that it has explained the number, but that it has drawn a box around it, and the box currently holds.
THEOREM eta_B_interval · IndisputableMonolith/Cosmology/EtaBIntervalCert.lean
/-- φ^(-44) ∈ (5.5 × 10⁻¹⁰, 7.5 × 10⁻¹⁰).
The observed η_B = (6.10 ± 0.04) × 10⁻¹⁰ falls inside this interval. -/
theorem eta_B_interval :
phi ^ (-(44 : ℝ)) > 5.5e-10 ∧ phi ^ (-(44 : ℝ)) < 7.5e-10 :=
⟨phi_pow_neg44_lower, phi_pow_neg44_upper⟩
THEOREM observed_eta_in_interval · IndisputableMonolith/Cosmology/EtaBIntervalCert.lean
/-- The observed η_B ≈ 6.1 × 10⁻¹⁰ is inside the predicted RS interval. -/
theorem observed_eta_in_interval :
(5.5e-10 : ℝ) < 6.1e-10 ∧ (6.1e-10 : ℝ) < 7.5e-10 := by
norm_num
THEOREM rung_44_equals_flip_times_torsion · IndisputableMonolith/Cosmology/EtaBIntervalCert.lean
/-- **STRUCTURAL THEOREM**: 44 = flip_count(axis 0) × |Δτ₁₂|.
The rung of the baryon asymmetry is the product of:
- The chirality asymmetry of the Gray code (flip count of preferred axis)
- The generation torsion gap (CW filtration level difference)
This is the SAME "44" that appears in α⁻¹ = 44π × exp(-w₈ ln φ / 44π). -/
theorem rung_44_equals_flip_times_torsion :
(44 : ℕ) = bitFlipCount 0 * (torsionGap 0 1).natAbs := by
simp only [bitFlipCount, torsionGap, τ]
native_decide
What this page does not claim
The declaration does not derive the measured value 6.1 × 10⁻¹⁰ from first principles. The interval itself is a structural identification, not a derived consequence of the framework's axioms. The framework does not claim to explain the origin of the baryon asymmetry, only that the observed ratio falls inside its predicted band.
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/EtaBIntervalCert.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 in the framework sets the torsion gap to exactly 11?
- How does the framework derive the fine-structure constant expression that also uses the number 44?
- What would a measurement of η_B outside the interval imply for the structural identification?
- Does the framework predict any other cosmological parameters from the same structural integer?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM eta_B_interval · IndisputableMonolith/Cosmology/EtaBIntervalCert.lean
/-- φ^(-44) ∈ (5.5 × 10⁻¹⁰, 7.5 × 10⁻¹⁰). The observed η_B = (6.10 ± 0.04) × 10⁻¹⁰ falls inside this interval. -/ theorem eta_B_interval : phi ^ (-(44 : ℝ)) > 5.5e-10 ∧ phi ^ (-(44 : ℝ)) < 7.5e-10 := ⟨phi_pow_neg44_lower, phi_pow_neg44_upper⟩The framework's machine-checked library of formal theorems proves that φ⁻⁴⁴ lies between 5.5 × 10⁻¹⁰ and 7.5 × 10⁻¹⁰. eta_B_interval · IndisputableMonolith/Cosmology/EtaBIntervalCert.leanTHEOREM observed_eta_in_interval · IndisputableMonolith/Cosmology/EtaBIntervalCert.lean
/-- The observed η_B ≈ 6.1 × 10⁻¹⁰ is inside the predicted RS interval. -/ theorem observed_eta_in_interval : (5.5e-10 : ℝ) < 6.1e-10 ∧ (6.1e-10 : ℝ) < 7.5e-10 := by norm_numThe observed value 6.1 × 10⁻¹⁰ sits strictly inside that predicted window. observed_eta_in_interval · IndisputableMonolith/Cosmology/EtaBIntervalCert.leanTHEOREM rung_44_equals_flip_times_torsion · IndisputableMonolith/Cosmology/EtaBIntervalCert.lean
/-- **STRUCTURAL THEOREM**: 44 = flip_count(axis 0) × |Δτ₁₂|. The rung of the baryon asymmetry is the product of: - The chirality asymmetry of the Gray code (flip count of preferred axis) - The generation torsion gap (CW filtration level difference) This is the SAME "44" that appears in α⁻¹ = 44π × exp(-w₈ ln φ / 44π). -/ theorem rung_44_equals_flip_times_torsion : (44 : ℕ) = bitFlipCount 0 * (torsionGap 0 1).natAbs := by simp only [bitFlipCount, torsionGap, τ] native_decideThe framework identifies the number 44 as the product of a chirality count of 4 and a torsion gap of 11. rung_44_equals_flip_times_torsion · IndisputableMonolith/Cosmology/EtaBIntervalCert.lean