Documentation

Books.Analysis2_Tao_2022.Chapters.Chap06.section05

def IsTwiceContinuouslyDifferentiableOn {n m : } (E : Set (Fin n)) (f : (Fin n)Fin m) :

Definition 6.12 (Twice continuous differentiability): let E ⊆ ℝⁿ be open and f : ℝⁿ → ℝᵐ. The map f is twice continuously differentiable (class ) on E when it is continuously differentiable on E and each first-order partial derivative map is continuously differentiable on E. We encode this with the openness hypothesis together with ContDiffOn ℝ 2 f E.

Equations
Instances For
    theorem clairaut_mixed_partials_within {n m : } {E : Set (EuclideanSpace (Fin n))} {f : EuclideanSpace (Fin n)EuclideanSpace (Fin m)} (hE : IsOpen E) (hf : ContDiffOn 2 f E) x₀ : EuclideanSpace (Fin n) :
    x₀ E∀ (i j : Fin n), DifferentiableWithinAt (fun (x : EuclideanSpace (Fin n)) => (fderivWithin f E x) (EuclideanSpace.single i 1)) E x₀ DifferentiableWithinAt (fun (x : EuclideanSpace (Fin n)) => (fderivWithin f E x) (EuclideanSpace.single j 1)) E x₀ (∀ ( : Fin m), ((fderivWithin (fun (x : EuclideanSpace (Fin n)) => (fderivWithin f E x) (EuclideanSpace.single i 1)) E x₀) (EuclideanSpace.single j 1)).ofLp = ((fderivWithin (fun (x : EuclideanSpace (Fin n)) => (fderivWithin f E x) (EuclideanSpace.single j 1)) E x₀) (EuclideanSpace.single i 1)).ofLp ) (fderivWithin (fun (x : EuclideanSpace (Fin n)) => (fderivWithin f E x) (EuclideanSpace.single i 1)) E x₀) (EuclideanSpace.single j 1) = (fderivWithin (fun (x : EuclideanSpace (Fin n)) => (fderivWithin f E x) (EuclideanSpace.single j 1)) E x₀) (EuclideanSpace.single i 1)

    Theorem 6.5: (Clairaut's theorem) let E ⊆ ℝⁿ be open and let f : ℝⁿ → ℝᵐ be of class on E. Then for every x₀ ∈ E and all indices i, j, the mixed second partial derivatives exist and commute. Componentwise, for each , ∂²f_ℓ/(∂xⱼ ∂xᵢ) (x₀) = ∂²f_ℓ/(∂xᵢ ∂xⱼ) (x₀); equivalently, the corresponding vector-valued mixed derivatives are equal.