All proofs
Project-declaredLean 4.32.0 ยท mathlib@81a5d257c8e4

Fluctuation dissipation theorem finite

CanonicalEnsemble.fluctuation_dissipation_theorem_finite

Plain-language statement

FDT for finite canonical ensembles: C_V = Var(E) / (k_B Tยฒ).

Exact Lean statement

theorem fluctuation_dissipation_theorem_finite
    [MeasurableSingletonClass ฮน] [๐“’.IsFinite] (T : Temperature) (hT_pos : 0 < T.val) :
    ๐“’.heatCapacity T = ๐“’.energyVariance T / (kB * (T.val : โ„)^2)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem fluctuation_dissipation_theorem_finite    [MeasurableSingletonClass ฮน] [๐“’.IsFinite] (T : Temperature) (hT_pos : 0 < T.val) :    ๐“’.heatCapacity T = ๐“’.energyVariance T / (kB * (T.val : โ„)^2) := by  have hฮฒโ‚€_pos : 0 < (T.ฮฒ : โ„) := beta_pos T hT_pos  let ฮฒโ‚€ := (T.ฮฒ : โ„)  have h_diff_U_beta : DifferentiableWithinAt โ„ ๐“’.meanEnergyBeta (Set.Ioi 0) ฮฒโ‚€ := by    have h_eq_on : Set.EqOn ๐“’.meanEnergyBeta ๐“’.meanEnergyBetaReal (Set.Ioi 0) := by      intro b hb; exact meanEnergy_Beta_eq_finite ๐“’ b hb    have h_diff' := (differentiable_meanEnergyBetaReal ๐“’) (T.ฮฒ : โ„)    exact DifferentiableWithinAt.congr_of_eventuallyEq h_diff'.differentiableWithinAt      (eventuallyEq_nhdsWithin_of_eqOn h_eq_on) (h_eq_on hฮฒโ‚€_pos)  have h_Var_eq_neg_dUdฮฒ := derivWithin_meanEnergy_Beta_eq_neg_variance ๐“’ T hT_pos  exact CanonicalEnsemble.fluctuation_dissipation_energy_parametric ๐“’ T hT_pos    (by simp_all only [NNReal.coe_pos, neg_neg, ฮฒโ‚€]) h_diff_U_beta
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/StatisticalMechanics/CanonicalEnsemble/Finite.lean:474-487

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Adiabatic relation log

adiabatic_relation_log

Plain-language statement

Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Adiabatic relation Ua Ub Va Vb

adiabatic_relation_UaUbVaVb

Plain-language statement

Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record