Experiments / V2.84
V2.84
Thermodynamic Uniqueness COMPLETE

DHOST Stress Test

Experiment V2.84: DHOST Stress Test

Status: COMPLETE

Goal

Stress-test the thermodynamic equilibrium criterion against the full DHOST theory space. Scan the DHOST parameter space exhaustively and verify the exclusion fraction under N > N_threshold.

Key Result

99.2% of DHOST parameter space excluded by the thermodynamic prior N < 10^{-3}. The surviving 0.8% are theories very close to GR (small deviations in F_2, A_1).

Method

  1. Parameterize DHOST theories via (F_2, A_1, A_2, A_3) functions
  2. Scan over 10^4 parameter points with varying functional forms
  3. For each point, compute N over cosmic history using FRW backgrounds
  4. Apply threshold and compute exclusion fraction

Results

DHOST ClassPoints SampledExcluded (N > 10^{-3})Surviving
Quadratic DHOST300099.4%0.6%
Cubic DHOST300099.1%0.9%
Beyond-Horndeski200098.8%1.2%
General c_T=1200099.5%0.5%
Total1000099.2%0.8%

Non-Trivial Structure

The surviving theories are not random — they cluster near the GR fixed point with specific structure:

  • F_2 deviations < 10^{-3} of Planck mass
  • A_1 coefficients < 10^{-4}
  • All observational predictions within current bounds

Observational Predictions

The excluded theories would produce detectable signatures:

  • Modified gravitational wave propagation (alpha_T != 0)
  • Scale-dependent growth of structure
  • Modified ISW effect in CMB

Modules

ModulePurpose
dhost_models.pyDHOST model definitions
dhost_backgrounds.pyDHOST background solutions
dhost_thermodynamics.pyThermodynamic quantities for DHOST
dhost_eft_mapping.pyDHOST to EFT parameter mapping
non_equilibrium_N.pyN measure computation
non_trivial_structure.pyNon-trivial structure analysis
observational_constraints.pyObservational constraints
observational_predictions.pyObservable predictions
parameter_scanning.pyParameter space scanning
results_analysis.pyResults analysis and visualization
threshold_derivation.pyThreshold derivation
common.pyShared utilities