Skip to content

V8 theory update#105

Merged
cnygaard merged 2 commits into
mainfrom
v8_theory_update
Feb 8, 2026
Merged

V8 theory update#105
cnygaard merged 2 commits into
mainfrom
v8_theory_update

Conversation

@cnygaard

@cnygaard cnygaard commented Feb 8, 2026

Copy link
Copy Markdown
Owner

This PR implements the v8 theory formulation which accounts for the positive cosmological constant (Λ > 0) in the information geometry. The key insight is that our universe's de Sitter geometry curves the information manifold into S³, reducing the holographic path ratio and improving dark matter predictions.

Dark matter ratio discrepancy reduced from 7.4σ to 1.4σ vs Planck 2018.

Key Changes

  1. De Sitter Corrected Dark Matter Ratio
  • v7 (flat-space): M_DM/M_b = π/(2γ₀) ≈ 5.73
  • v8 (de Sitter): M_DM/M_b = (π/2γ₀)(sin√Ω_m)/√Ω_m ≈ 5.43
  1. New Functions in constants.py
Function Description
geometric_factor_ds(omega_m) De Sitter geometric factor ξ_dS ≈ 1.487
dm_ratio_v8(gamma_0, omega_m) v8 dark matter ratio calculation
solve_self_consistent_omega_m() Solves Ω_m = Ω_b(1 + ξ_dS/γ₀)
predict_cosmological_parameters() Full cosmic energy budget from γ₀ and Ω_b
coherence_length_sds(r, r_s, L) Schwarzschild-de Sitter coherence length
  1. Log Entropy Coefficient Fix
  • Changed from α = -0.5 to α = -1.5 for SU(2) framework consistency
  • Formula: S = A/(4ℓ_P²) - (3/2)ln(A/ℓ_P²) + O(1)
  1. Improved Rotation Curve Model
  • Tully-Fisher calibration: V ~ M_baryonic^0.25
  • Galaxy-specific NFW parameters
  • Mass-dependent gas fractions

Cosmological Predictions (v8)

Parameter v8 Predicted Planck 2018 Discrepancy
Ω_m 0.317 0.315 ± 0.007 0.3σ
Ω_Λ 0.683 0.685 ± 0.007 0.3σ
Ω_c 0.268 0.264 ± 0.008 0.5σ
Ω_c/Ω_b 5.43 5.36 ± 0.05 1.4σ

Rotation Curve Accuracy

Galaxy Computed Observed Error
Milky Way 248 km/s 220 km/s +13%
Andromeda 273 km/s 250 km/s +9%
Triangulum 114 km/s 130 km/s -13%

Key changes:
- Fix log entropy coefficient: -0.5 → -1.5 for SU(2) framework consistency
- Add de Sitter geometric factor: ξ_dS = (π/2)(sin√Ω_m)/√Ω_m ≈ 1.487
- Add v8 dark matter ratio: M_DM/M_b = 5.43 (down from v7's 5.73)
- Add self-consistent cosmology solver: predict Ω_m, Ω_Λ, Ω_c from γ₀ and Ω_b
- Add Schwarzschild-de Sitter coherence length: σ_SdS(r)
- Update GALAXY_DATA with v8 dark matter ratios

The v8 formulation accounts for positive cosmological constant Λ > 0,
which curves information geometry into S³. This reduces dark matter
prediction discrepancy from 7.4σ (v7) to 1.4σ (v8) vs Planck 2018.
Updates renormalization flow, stellar dynamics, and observables to use
the v8 de Sitter corrected dark matter ratio (5.43) instead of v7 (5.73).

Key changes:
- RenormalizationFlow: Use dm_ratio_v8 constant, update docstrings to v8
- StellarDynamics: Improved rotation curve model with Tully-Fisher calibration
  - Galaxy-specific NFW parameters based on mass scaling
  - Mass-dependent gas fractions (15-30% dwarfs, 12-15% spirals)
  - Rotation curve errors reduced from 29-54% to 9-13%
- Observables: Update default dark matter ratio from 5.0 to 5.43
- Tests: Update expected values for v8 predictions

Rotation curve accuracy:
- Milky Way: 248 km/s computed vs 220 km/s observed (+13%)
- Andromeda: 273 km/s computed vs 250 km/s observed (+9%)
- Triangulum: 114 km/s computed vs 130 km/s observed (-13%)
@cnygaard cnygaard merged commit 5eee864 into main Feb 8, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant