structure
definition
CriticalExponentsFalsifier
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Thermodynamics.CriticalExponents on GitHub at line 234.
browse module
All declarations in this module, on Recognition.
explainer page
formal source
231 1. Exponents have no φ-connection
232 2. High-precision values diverge from φ-predictions
233 3. New universality classes violate patterns -/
234structure CriticalExponentsFalsifier where
235 no_phi_connection : Prop
236 precision_diverges : Prop
237 pattern_violated : Prop
238 falsified : no_phi_connection ∧ precision_diverges → False
239
240end CriticalExponents
241end Thermodynamics
242end IndisputableMonolith