Experiments / V2.338
V2.338
Dynamical Selection COMPLETE

V2.338 - Information Content of the Cosmological Constant

V2.338: Information Content of the Cosmological Constant

Status: 6.5 BITS AT PLANCK, 7.9 BITS AT EUCLID — Lambda is a particle physics observatory

Objective

Quantify how many bits of information about fundamental particle physics the cosmological constant carries. The framework predicts Omega_Lambda = R(N_c, N_g, N_H, n_grav), making Lambda an information channel from particle physics (field content) to cosmology (dark energy fraction).

Method

Scanned 1080 models: SU(N_c) x SU(2) x U(1) with

  • N_c = 1..12, N_g = 1..10, N_H = 1..3, n_grav in {0, 2, 10}
  • Computed R = |delta_total|/(6alpha_sN_eff) for each
  • Measured distinguishable models, mutual information, exclusion fraction, and per-parameter information at Planck and Euclid precision

Key Results

1. Information content

PrecisionsigmaBitsModels excludedDistinguishable
BBN era (~1980)0.301.611%3
WMAP (2003)0.0304.683%25
Planck (2018)0.00736.595%90
DESI DR1 (2024)0.0057.096%127
Euclid (2028)0.0027.998%244
Ultimate0.0018.699%392

Information grows as ~log2(1/sigma): each factor-of-2 improvement adds ~1 bit.

2. Comparison with other observables

ObservableConstrainsDiscrete bits
alpha_eme (continuous)0
G_Fv (continuous)0
alpha_s(M_Z)g_s (continuous)0
N_eff (CMB)N_nu (0..6)2.6
Omega_Lambda(N_c, N_g, N_H, n_grav)6.5

Omega_Lambda is the only cosmological observable that constrains 4 discrete Standard Model parameters simultaneously.

3. SM parameter recovery

For each N_c, solved for the non-integer N_g giving R = 0.6877:

N_cN_g_exactInteger miss
1~2.170.173
2~2.400.399
3~3.000.0004
4~3.740.259
5~4.550.452
9~7.970.030

N_c = 3 gives by far the closest approach to an integer generation count.

4. Per-parameter information (Planck precision)

  • N_c: 0.26 bits (12 values -> ~10 consistent)
  • N_g: 0.00 bits (many N_g values match at each N_c)
  • N_H: 0.00 bits (weak dependence on scalar count)
  • n_grav: 0.00 bits (indistinguishable at Planck alone)

The individual per-parameter information is low because parameters are degenerate — many (N_c, N_g) pairs give similar R. The power is in the JOINT constraint: 95% of all 1080 models are excluded.

5. Degeneracy at high N_c

At high N_c (>8), many models converge to R ~ 0.69. The 10 nearest non-SM models include (10,9,2,2), (7,6,3,0), (8,7,3,10) — all within 0.3σ.

The SM is uniquely selected only when combined with:

  • Physical priors (low N_c preferred by asymptotic freedom)
  • Anomaly cancellation (restricts viable N_g)
  • Integer generation requirement (N_c=3 gives miss = 0.0004)

The Information Channel

Lambda acts as a noisy channel transmitting particle physics content:

  • Sender: SM field content (N_c, N_g, N_H, n_grav)
  • Encoding: R = |delta_total|/(6alpha_sN_eff)
  • Channel: Cosmological evolution (area law + trace anomaly)
  • Receiver: CMB/BAO/SNe measurements
  • Noise: sigma(Omega_Lambda)
  • Capacity: 6.5 bits (Planck), 7.9 bits (Euclid)

Significance

  1. Lambda carries more discrete information (6.5 bits) than any other single cosmological observable, including N_eff (2.6 bits)
  2. Information grows logarithmically with precision — Euclid gains 1.4 bits
  3. The SM is the unique low-N_c solution with near-integer N_g (miss = 0.0004)
  4. 95% of 1080 particle physics models are excluded by Planck alone

Caveats

  1. Per-parameter information is low due to N_c-N_g degeneracy; the power is in joint exclusion, not individual parameter determination
  2. High-N_c models create near-degeneracies that limit information content
  3. Physical priors (asymptotic freedom, anomaly cancellation) would increase effective information beyond what this scan captures

Files

  • src/info_content.py: R computation, model scanning, information measures
  • run_experiment.py: Full 10-section analysis
  • tests/test_info_content.py: 18 unit tests (all passing)