Encyclopedia Cosmology Cosmology Dark Energy Phi Dilution Derivation Derived Theta Eq Phi Dilution Law
ARTICLE 5 claims 5 theorems
Cosmology Dark Energy Phi Dilution Derivation Derived Theta Eq Phi Dilution Law
Dark energy's share of the universe may be a number that had to be what it is, forced by two simple rules about how occupancy spreads across dimensions.
The forced dilution law
Dark energy is the name cosmologists give to the unknown something that is accelerating the expansion of the universe. In the Recognition Science framework, that something has a precise numerical share, written θ, and the framework's machine-checked library of formal theorems now derives that share instead of assuming it. The declaration derivedTheta_eq_phiDilutionLaw establishes that any process obeying two plain premises must produce the same dark-energy occupancy: θ equals φ⁻⁴, where φ is the golden ratio, about 1.618. The number is not fitted to observations; it falls out of the structure.
The first premise is about independence. If a system carries some amount of occupancy through m dimensions and then through n more, the total carried through m + n dimensions is the product of the two amounts. This mirrors how probabilities multiply for independent events. The second premise concerns a single dimension: it attenuates by the reciprocal self-similarity fixed point, the positive number ρ satisfying ρ = 1/(1+ρ). Solving that equation gives ρ = 1/φ, the same golden ratio that appears in pentagons and Fibonacci sequences. From these two premises alone, the library proves by induction that occupancy through n dimensions is (1/φ)ⁿ = φ⁻ⁿ.
The exponent is not a free integer. The framework's earlier theorems force the spacetime dimension to be 4, one temporal and three spatial. Plugging that forced dimension into the dilution law gives θ = φ⁻⁴. The declaration derivedTheta_eq_phiDilutionLaw then shows this derived value exactly matches the value the framework previously read off from a named admissibility choice, so the older asserted law is now a proved consequence rather than a postulate. The derivation certificate confirms the premises are consistent, meaning the law is not vacuous: the canonical dilution law occ n = φ⁻ⁿ satisfies both premises.
What the declaration does not claim is just as important. It does not claim that dark energy is actually φ⁻⁴ of the universe's energy budget in the observable cosmos; that would be a comparison against astronomical measurements, which this theorem does not perform. It does not claim the two premises are themselves derived from deeper principles; they are stated as the structure's defining assumptions. And it does not claim the forced spacetime dimension is a physical fact about our universe; that dimension forcing is a separate theorem in the framework's library, and the bridge from recognition structure to physical spacetime remains an open target.
THEOREM derivedTheta_eq_phiFour · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean
/-- **Headline: `θ = φ⁻⁴` is forced.** Any dimension-uniform dilution law yields exactly the
four-dimensional φ-dilution `θ = φ⁻⁴` at the forced spacetime dimension. -/
theorem derivedTheta_eq_phiFour (L : DimensionUniformDilution) :
derivedTheta L = DarkEnergyThetaPhiFour.thetaPhiFour := by
unfold derivedTheta
rw [L.occ_eq_pow, dilutionExponent_eq_four]
unfold DarkEnergyThetaPhiFour.thetaPhiFour
rw [div_pow, one_pow]
THEOREM occ_eq_pow · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean
/-- **The dilution law, derived.** `n` independent dimensions dilute by `φ⁻ⁿ`. -/
theorem occ_eq_pow : ∀ n : ℕ, L.occ n = (1 / Constants.phi) ^ n := by
intro n
induction n with
| zero => rw [pow_zero]; exact L.occ_zero
| succ k ih =>
have hc := L.composes k 1
rw [hc, ih, L.occ_one_eq_inv_phi, pow_succ]
THEOREM dilutionExponent_eq_four · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean
/-- The forced exponent equals `4` (1 temporal octave + 3 spatial from Alexander duality). -/
theorem dilutionExponent_eq_four : dilutionExponent = 4 :=
SpacetimeEmergence.spacetime_dim_eq_four
THEOREM derivedTheta_eq_phiDilutionLaw · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean
/-- The derived `θ` equals the previously-asserted dimension-law value. -/
theorem derivedTheta_eq_phiDilutionLaw (L : DimensionUniformDilution) :
derivedTheta L = DarkEnergyPhiDilutionLaw.darkEnergyThetaFromDimension := by
rw [derivedTheta_eq_phiFour,
← DarkEnergyPhiDilutionLaw.darkEnergyThetaFromDimension_eq_phiFour]
THEOREM canonicalDilution · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean
/-- The canonical dilution law `occ n = φ⁻ⁿ`, exhibiting that the two premises are satisfiable
(so the derivation is not vacuous). -/
def canonicalDilution : DimensionUniformDilution where
occ := fun n => (1 / Constants.phi) ^ n
occ_pos := fun n => by
have hφ : (0 : ℝ) < Constants.phi := Constants.phi_pos
have hpos : (0 : ℝ) < 1 / Constants.phi := by positivity
exact pow_pos hpos n
composes := fun m n => by rw [pow_add]
one_dim_self_similar := by
show (1 / Constants.phi) ^ 1 = 1 / (1 + (1 / Constants.phi) ^ 1)
simp only [pow_one]
exact inv_phi_self_similar
What this page does not claim
The theorem does not compare θ = φ⁻⁴ against any observed cosmological energy budget. The two premises of the dilution structure are assumed, not derived from deeper principles. The forced spacetime dimension 4 is a theorem within the framework, not a demonstrated physical fact.
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/DarkEnergyPhiDilutionDerivation.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:
- How does the forced dark-energy occupancy φ⁻⁴ compare with astronomical measurements of the dark-energy fraction?
- What physical interpretation does the framework give to the occupancy that dilutes across dimensions?
- What would falsify the claim that dark energy's share is φ⁻⁴ rather than some other value?
- How does the framework's forced spacetime dimension 4 connect to the observed three spatial dimensions?
MACHINE LAYER · GROUNDED CLAIM TABLE · CLICK TO EXPAND
THEOREM derivedTheta_eq_phiFour · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean
/-- **Headline: `θ = φ⁻⁴` is forced.** Any dimension-uniform dilution law yields exactly the four-dimensional φ-dilution `θ = φ⁻⁴` at the forced spacetime dimension. -/ theorem derivedTheta_eq_phiFour (L : DimensionUniformDilution) : derivedTheta L = DarkEnergyThetaPhiFour.thetaPhiFour := by unfold derivedTheta rw [L.occ_eq_pow, dilutionExponent_eq_four] unfold DarkEnergyThetaPhiFour.thetaPhiFour rw [div_pow, one_pow]any process obeying two plain premises must produce the same dark-energy occupancy: θ equals φ⁻⁴ derivedTheta_eq_phiFour · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.leanTHEOREM occ_eq_pow · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean
/-- **The dilution law, derived.** `n` independent dimensions dilute by `φ⁻ⁿ`. -/ theorem occ_eq_pow : ∀ n : ℕ, L.occ n = (1 / Constants.phi) ^ n := by intro n induction n with | zero => rw [pow_zero]; exact L.occ_zero | succ k ih => have hc := L.composes k 1 rw [hc, ih, L.occ_one_eq_inv_phi, pow_succ]the library proves by induction that occupancy through n dimensions is (1/φ)ⁿ = φ⁻ⁿ occ_eq_pow · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.leanTHEOREM dilutionExponent_eq_four · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean
/-- The forced exponent equals `4` (1 temporal octave + 3 spatial from Alexander duality). -/ theorem dilutionExponent_eq_four : dilutionExponent = 4 := SpacetimeEmergence.spacetime_dim_eq_fourthe framework's earlier theorems force the spacetime dimension to be 4 dilutionExponent_eq_four · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.leanTHEOREM derivedTheta_eq_phiDilutionLaw · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean
/-- The derived `θ` equals the previously-asserted dimension-law value. -/ theorem derivedTheta_eq_phiDilutionLaw (L : DimensionUniformDilution) : derivedTheta L = DarkEnergyPhiDilutionLaw.darkEnergyThetaFromDimension := by rw [derivedTheta_eq_phiFour, ← DarkEnergyPhiDilutionLaw.darkEnergyThetaFromDimension_eq_phiFour]the derived value exactly matches the value the framework previously read off from a named admissibility choice derivedTheta_eq_phiDilutionLaw · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.leanTHEOREM canonicalDilution · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean
/-- The canonical dilution law `occ n = φ⁻ⁿ`, exhibiting that the two premises are satisfiable (so the derivation is not vacuous). -/ def canonicalDilution : DimensionUniformDilution where occ := fun n => (1 / Constants.phi) ^ n occ_pos := fun n => by have hφ : (0 : ℝ) < Constants.phi := Constants.phi_pos have hpos : (0 : ℝ) < 1 / Constants.phi := by positivity exact pow_pos hpos n composes := fun m n => by rw [pow_add] one_dim_self_similar := by show (1 / Constants.phi) ^ 1 = 1 / (1 + (1 / Constants.phi) ^ 1) simp only [pow_one] exact inv_phi_self_similarthe canonical dilution law occ n = φ⁻ⁿ satisfies both premises canonicalDilution · IndisputableMonolith/Cosmology/DarkEnergyPhiDilutionDerivation.lean