Constant Time dist Space Deriv
Space.constantTime_distSpaceDeriv
Project documentation
Distributions on Time × Space d from distributions on Space d. These distributions are constant in time. -/ def constantTime {M : Type} [NormedAddCommGroup M] [NormedSpace ℝ M] {d : ℕ} : ((Space d) →d[ℝ] M) →ₗ[ℝ] (Time × Space d) →d[ℝ] M where toFun f := f ∘L timeIntegralSchwartz map_add' f g := by ext η simp map_smul' c f := by ext η simp lemma const...
Exact Lean statement
lemma constantTime_distSpaceDeriv {M : Type} {d : ℕ} [NormedAddCommGroup M] [NormedSpace ℝ M]
(i : Fin d) (f : (Space d) →d[ℝ] M) :
Space.distSpaceDeriv i (constantTime f) = constantTime (Space.distDeriv i f)Formal artifact
Lean source
lemma constantTime_distSpaceDeriv {M : Type} {d : ℕ} [NormedAddCommGroup M] [NormedSpace ℝ M] (i : Fin d) (f : (Space d) →d[ℝ] M) : Space.distSpaceDeriv i (constantTime f) = constantTime (Space.distDeriv i f) := by ext η simp [constantTime_apply] rw [Space.distDeriv_apply, Space.distSpaceDeriv_apply] rw [fderivD_apply, fderivD_apply, constantTime_apply] congr 2 ext x simp [timeIntegralSchwartz_apply] symm change fderiv ℝ (timeIntegralSchwartz η) x (basis i) = _ calc _ _ = fderiv ℝ (fun x => ∫ t, η (t, x) ∂volume) x (basis i) := by rfl _ = (∫ t, fderiv ℝ (fun x => η (t, x)) x) (basis i) := by rw [(time_integral_hasFDerivAt η x).fderiv] _ = (∫ t, fderiv ℝ (fun x => η (t, x)) x (basis i)) := by rw [ContinuousLinearMap.integral_apply] exact integrable_fderiv_space η x congr funext t change (fderiv ℝ (η ∘ fun x => (t, x)) x) (basis i) = _ rw [fderiv_comp, DifferentiableAt.fderiv_prodMk] simp only [fderiv_fun_const, Pi.zero_apply, fderiv_fun_id, ContinuousLinearMap.coe_comp, Function.comp_apply, ContinuousLinearMap.prod_apply, _root_.zero_apply, ContinuousLinearMap.coe_id', id_eq] · fun_prop · fun_prop · apply Differentiable.differentiableAt exact η.smooth'.differentiable (by simp) · fun_prop- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/SpaceAndTime/TimeAndSpace/ConstantTimeDist.lean:881-911
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
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.
Source project: Physlib
Person-level attribution pending.
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.
Source project: Physlib
Person-level attribution pending.
Deriv Within mean Energy Beta eq neg variance
CanonicalEnsemble.derivWithin_meanEnergy_Beta_eq_neg_variance
Plain-language statement
(∂U/∂β) = -Var(E) for finite systems.
Source project: Physlib
Person-level attribution pending.