Space deriv differentiable time
Space.space_deriv_differentiable_time
Project documentation
Derivatives along space coordinates and time commute. -/ lemma fderiv_time_commute_fderiv_space {M} [NormedAddCommGroup M] [NormedSpace ℝ M] (f : Time → Space d → M) (t dt : Time) (x dx : Space d) (hf : ContDiff ℝ 2 ↿f) : fderiv ℝ (fun t' => fderiv ℝ (fun x' => f t' x') x dx) t dt = fderiv ℝ (fun x' => fderiv ℝ (fun t' => f t' x') t dt) x dx := by trans f...
Exact Lean statement
@[fun_prop]
lemma space_deriv_differentiable_time {d i} {M} [NormedAddCommGroup M] [NormedSpace ℝ M]
{f : Time → Space d → M} (hf : ContDiff ℝ 2 ↿f) (x : Space d) :
Differentiable ℝ (fun t => Space.deriv i (f t) x)Formal artifact
Lean source
@[fun_prop]lemma space_deriv_differentiable_time {d i} {M} [NormedAddCommGroup M] [NormedSpace ℝ M] {f : Time → Space d → M} (hf : ContDiff ℝ 2 ↿f) (x : Space d) : Differentiable ℝ (fun t => Space.deriv i (f t) x) := by conv => enter [2, t]; rw [Space.deriv_eq_fderiv_basis] apply Differentiable.clm_apply · have hdd : Differentiable ℝ ↿f := hf.differentiable (by simp) have h1 (t : Time) : fderiv ℝ (fun x => f t x) x = fderiv ℝ (↿f) (t, x) ∘L (ContinuousLinearMap.inr ℝ Time (Space d)) := by ext w simp only [ContinuousLinearMap.coe_comp, Function.comp_apply, ContinuousLinearMap.inr_apply] rw [← fderiv_space_eq_fderiv_curry f t x w hdd] conv => enter [2, y] change fderiv ℝ (fun x => f y x) x rw [h1] fun_prop · fun_prop- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/SpaceAndTime/TimeAndSpace/Basic.lean:185-204
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.