Equal up to const of deriv eq
Space.equal_up_to_const_of_deriv_eq
Project documentation
Curl and time derivative commute. -/ lemma time_deriv_curl_commute (fₜ : Time → Space → EuclideanSpace ℝ (Fin 3)) (t : Time) (x : Space) (hf : ContDiff ℝ 2 ↿fₜ) : ∂ₜ (fun t => (∇ ⨯ fₜ t) x) t = (∇ ⨯ fun x => (∂ₜ (fun t => fₜ t x) t)) x:= by ext i rw [← Time.deriv_euclid] · fin_cases i all_goals simp [curl] rw [Time.deriv_eq, fderiv_fun_sub] simp [← Time.d...
Exact Lean statement
lemma equal_up_to_const_of_deriv_eq {d} {M} [NormedAddCommGroup M] [NormedSpace ℝ M]
{f g : Time → Space d → M} (hf : Differentiable ℝ ↿f) (hg : Differentiable ℝ ↿g)
(h₁ : ∀ t x, ∂ₜ (f · x) t = ∂ₜ (g · x) t)
(h₂ : ∀ t x i, Space.deriv i (f t) x = Space.deriv i (g t) x) :
∃ (c : M), ∀ t x, f t x = g t x + cFormal artifact
Lean source
lemma equal_up_to_const_of_deriv_eq {d} {M} [NormedAddCommGroup M] [NormedSpace ℝ M] {f g : Time → Space d → M} (hf : Differentiable ℝ ↿f) (hg : Differentiable ℝ ↿g) (h₁ : ∀ t x, ∂ₜ (f · x) t = ∂ₜ (g · x) t) (h₂ : ∀ t x i, Space.deriv i (f t) x = Space.deriv i (g t) x) : ∃ (c : M), ∀ t x, f t x = g t x + c := by suffices h : ∃ c', ∀ t x, f t x - g t x = c' by obtain ⟨c', hc'⟩ := h use c' intro t x rw [← hc' t x] simp apply const_of_time_deriv_space_deriv_eq_zero · exact Differentiable.fun_sub hf hg · intro t x rw [Time.deriv_eq, fderiv_fun_sub] simp [← Time.deriv_eq, h₁] all_goals fun_prop · intro t x i rw [Space.deriv_eq_fderiv_basis, fderiv_fun_sub] simp [← Space.deriv_eq_fderiv_basis, h₂] all_goals fun_prop- Project
- Physlib
- License
- Apache-2.0
- Commit
- dd43e9e65791
- Source
- Physlib/SpaceAndTime/TimeAndSpace/Basic.lean:323-343
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.