Documentation

Mathlib.Analysis.SpecialFunctions.Trigonometric.InverseDeriv

derivatives of the inverse trigonometric functions #

Derivatives of arcsin and arccos.

theorem Real.deriv_arcsin_aux {x : ℝ} (h₁ : x ≠ -1) (h₂ : x ≠ 1) :
theorem Real.hasStrictDerivAt_arcsin {x : ℝ} (h₁ : x ≠ -1) (h₂ : x ≠ 1) :
theorem Real.hasDerivAt_arcsin {x : ℝ} (h₁ : x ≠ -1) (h₂ : x ≠ 1) :
HasDerivAt arcsin (1 / √(1 - x ^ 2)) x
theorem Real.contDiffAt_arcsin {x : ℝ} (h₁ : x ≠ -1) (h₂ : x ≠ 1) {n : WithTop ℕ∞} :
@[simp]
theorem Real.deriv_arcsin :
deriv arcsin = fun (x : ℝ) => 1 / √(1 - x ^ 2)
theorem Real.hasStrictDerivAt_arccos {x : ℝ} (h₁ : x ≠ -1) (h₂ : x ≠ 1) :
HasStrictDerivAt arccos (-(1 / √(1 - x ^ 2))) x
theorem Real.hasDerivAt_arccos {x : ℝ} (h₁ : x ≠ -1) (h₂ : x ≠ 1) :
HasDerivAt arccos (-(1 / √(1 - x ^ 2))) x
theorem Real.contDiffAt_arccos {x : ℝ} (h₁ : x ≠ -1) (h₂ : x ≠ 1) {n : WithTop ℕ∞} :
theorem Real.hasDerivWithinAt_arccos_Ici {x : ℝ} (h : x ≠ -1) :
HasDerivWithinAt arccos (-(1 / √(1 - x ^ 2))) (Set.Ici x) x
@[simp]
theorem Real.deriv_arccos :
deriv arccos = fun (x : ℝ) => -(1 / √(1 - x ^ 2))