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)
| T | alpha | delta | R = |delta|/(6*alpha) | deviation from R(0) |
|---|---|---|---|---|
| 0.0000 | 0.2780 | 3.218 | 1.930 | 0.00% |
| 0.0001 | 0.2780 | 3.218 | 1.930 | 0.00% |
| 0.0010 | 0.2780 | 3.218 | 1.930 | 0.00% |
| 0.0050 | 0.2780 | 3.214 | 1.927 | 0.15% |
| 0.0100 | 0.2782 | 3.173 | 1.901 | 1.5% |
| 0.0200 | 0.2793 | 2.785 | 1.662 | 13.9% |
| 0.0500 | 0.2953 | -4.286 | 2.419 | 25.3% |
| 0.1000 | 0.4117 | -58.3 | 23.6 | 1123% |
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
| l | S_l(T=0) | S_l(T=0.01) | S_l(T=0.1) | S_l(T=1.0) |
|---|---|---|---|---|
| 0 | 0.855 | 0.935 | 3.600 | 27.3 |
| 5 | 0.291 | 0.291 | 0.563 | 19.6 |
| 20 | 0.079 | 0.079 | 0.080 | 9.77 |
| 50 | 0.014 | 0.014 | 0.014 | 2.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 type | R(T=0) | R(T=0.01) | R(T=0.1) |
|---|---|---|---|
| Scalar (l>=0) | 1.930 | 1.901 | 23.6 |
| Vector-like (l>=1, x2) | 1.757 | 1.718 | 24.5 |
| Graviton-like (l>=2, x2) | 1.327 | 1.314 | 26.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:
| T | S_total | S_vacuum | Delta_S (thermal) | ratio |
|---|---|---|---|---|
| 0.001 | 255.57 | 255.57 | 0.00 | 1.000 |
| 0.01 | 255.71 | 255.57 | 0.13 | 1.001 |
| 0.1 | 310.68 | 255.57 | 55.1 | 1.216 |
| 1.0 | 46246 | 255.57 | 45990 | 180.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
-
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.
-
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).
-
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:
-
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).
-
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.
-
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