structure
definition
PartitionFunctionFalsifier
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Thermodynamics.PartitionFunction on GitHub at line 229.
browse module
All declarations in this module, on Recognition.
explainer page
formal source
226 1. Thermodynamic quantities don't follow from Z
227 2. J-cost doesn't map to energy
228 3. 8-tick doesn't give quantum statistics -/
229structure PartitionFunctionFalsifier where
230 thermo_from_z_fails : Prop
231 jcost_not_energy : Prop
232 eight_tick_not_quantum_stats : Prop
233 falsified : thermo_from_z_fails ∨ jcost_not_energy ∨ eight_tick_not_quantum_stats → False
234
235end PartitionFunction
236end Thermodynamics
237end IndisputableMonolith