recognition /
Thermodynamics /
Thermodynamics.SecondLaw /
explainer
No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
245 theorem free_energy_antitone (sys : RecognitionSystem) (X : Ω → ℝ)
246 (R : JDescentOperator (gibbsPD sys X)) (q₀ : ProbabilityDistribution Ω) :
247 Antitone (fun n : ℕ => recognition_free_energy sys (R.evolve n q₀).p X) := by
proof body
Term-mode proof.
248 intro n m hnm
249 exact free_energy_le_of_le sys X R q₀ hnm
250
251 /-- Free energy along the evolution is bounded below by the equilibrium
252 value. The variational principle: Gibbs minimizes `F_R`. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (13)
Lean names referenced from this declaration's body.
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
equilibrium
in IndisputableMonolith.Physics.NonlinearDynamicsFromRS
decl_use
value
in IndisputableMonolith.QFT.SpinStatistics
decl_use
ProbabilityDistribution
in IndisputableMonolith.Thermodynamics.RecognitionThermodynamics
decl_use
recognition_free_energy
in IndisputableMonolith.Thermodynamics.RecognitionThermodynamics
decl_use
RecognitionSystem
in IndisputableMonolith.Thermodynamics.RecognitionThermodynamics
decl_use
evolve
in IndisputableMonolith.Thermodynamics.SecondLaw
decl_use
free_energy_le_of_le
in IndisputableMonolith.Thermodynamics.SecondLaw
decl_use
gibbsPD
in IndisputableMonolith.Thermodynamics.SecondLaw
decl_use
JDescentOperator
in IndisputableMonolith.Thermodynamics.SecondLaw
decl_use