Experiments / V2.213
V2.213
Closing the Lambda Gap COMPLETE

V2.213 - Thermal Corrections to the Entanglement Self-Consistency Ratio

V2.213: Thermal Corrections to the Entanglement Self-Consistency Ratio

Goal

Determine whether the finite temperature of the cosmological horizon (T_H = H/(2pi)) modifies the self-consistency ratio R = |delta|/(6*alpha) that predicts the cosmological constant. All previous lattice computations use the T=0 vacuum state. This experiment computes R(T) across five decades of temperature.

Method

At temperature T, the scalar field is in a thermal Gibbs state with correlators:

X_ij = sum_k u_k(i)*u_k(j) / (2*omega_k) * coth(omega_k/(2T))
P_ij = sum_k u_k(i)*u_k(j) * omega_k/2  * coth(omega_k/(2T))

At T=0, coth -> 1 (vacuum). At T>0, low-frequency modes are thermally enhanced.

We compute the entanglement entropy S(n) for subsystem sizes n = 12..50 with proportional cutoff l_max = 5n, fit S = alphan^2 + deltaln(n) + gamma, and extract R(T) = |delta|/(6alpha).

Parameters: N_radial = 300, C_prop = 5.

Results

1. Thermal stability of R (KEY RESULT)

TalphadeltaR = |delta|/(6*alpha)deviation from R(0)
0.00000.27803.2181.9300.00%
0.00010.27803.2181.9300.00%
0.00100.27803.2181.9300.00%
0.00500.27803.2141.9270.15%
0.01000.27823.1731.9011.5%
0.02000.27932.7851.66213.9%
0.05000.2953-4.2862.41925.3%
0.10000.4117-58.323.61123%

Critical temperature: T_c ~ 0.02, approximately 2 * omega_min where omega_min = 0.0104 is the lowest mode frequency on the lattice.

2. Cosmological horizon temperature

Setting T_horizon = omega_min/100 (representing T_H << omega_min, which is the physical regime):

R(vacuum)  = 1.92976512
R(horizon) = 1.92976512
Relative shift: < 10^-10

The thermal correction at the cosmological horizon scale is identically zero to machine precision.

3. Per-channel thermal enhancement

lS_l(T=0)S_l(T=0.01)S_l(T=0.1)S_l(T=1.0)
00.8550.9353.60027.3
50.2910.2910.56319.6
200.0790.0790.0809.77
500.0140.0140.0142.92

Low-l modes are thermally excited first (smallest omega). High-l modes remain in the vacuum state until T >> 1. The crossover temperature for each channel is T_l ~ omega_l^min, which scales as l.

4. Multi-spin robustness

Field typeR(T=0)R(T=0.01)R(T=0.1)
Scalar (l>=0)1.9301.90123.6
Vector-like (l>=1, x2)1.7571.71824.5
Graviton-like (l>=2, x2)1.3271.31426.1

All field types show the same pattern: R is stable for T << omega_min and diverges for T >> omega_min. The critical temperature scale is the same for all spins.

5. Entropy decomposition

At n=30, l_max=150:

TS_totalS_vacuumDelta_S (thermal)ratio
0.001255.57255.570.001.000
0.01255.71255.570.131.001
0.1310.68255.5755.11.216
1.046246255.5745990180.9

At T=0.01 (near omega_min), the thermal correction is 0.05% of the total entropy. At T=1.0, thermal entropy completely dominates.

Physical Interpretation

Why R is thermally robust

The self-consistency ratio R = |delta|/(6*alpha) involves:

  • alpha: the area-law coefficient, dominated by UV modes (high omega)
  • delta: the log correction, from the trace anomaly

Both alpha and delta are determined by short-distance (UV) physics near the entangling surface. Temperature T modifies correlators via coth(omega/(2T)), which approaches 1 exponentially fast for omega >> T. Since the entangling surface modes have omega ~ 1/a (the lattice spacing), thermal effects are suppressed by exp(-1/(aT)). At the cosmological horizon, aT ~ (l_Pl)(H/(2pi)) ~ 10^-61, so the suppression is exp(-10^61).

The three regimes

  1. Vacuum regime (T << omega_min): R(T) = R(0) to machine precision. This is the physical regime for the cosmological horizon. All lattice computations are valid here.

  2. Crossover regime (T ~ omega_min): R begins to deviate. The lowest modes become thermally occupied, modifying the log coefficient delta. The area coefficient alpha is less affected (it comes from high-l modes with larger omega).

  3. Classical regime (T >> omega_max): All modes are thermally occupied. The entropy becomes extensive (S ~ n^3 * T), not area-law. The self-consistency condition breaks down because the entanglement entropy is no longer the relevant quantity — the total thermal entropy dominates.

Connection to the Λ prediction

The self-consistency condition Ω_Λ = |δ_total|/(6α_total) was derived assuming the vacuum state for quantum fields at the cosmological horizon. This experiment confirms:

  1. The vacuum state is the correct state for computing entanglement entropy at the Hubble scale, because T_H = H/(2π) << ω_min ~ 1/a (Planck scale).

  2. Thermal corrections are exponentially suppressed by a factor of exp(-M_Pl/H) ~ exp(-10^61). This is one of the largest suppression factors in physics.

  3. The prediction Λ_SM/Λ_obs = 0.97 is unaffected by thermal effects. The error from ignoring finite-temperature corrections is less than 10^-10^61.

Tests

8/8 tests pass, covering vacuum limit, thermal monotonicity, high-T scaling, numerical stability, symplectic eigenvalue bounds, and ratio stability.

Files

  • src/thermal_entropy.py: Core computation (thermal correlators, entropy, extraction)
  • tests/test_thermal.py: 8 tests (all pass)
  • run_experiment.py: Full experiment (6-part analysis)
  • results.npy: Saved numerical results