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) :
HasStrictDerivAt arcsin (1 / โˆš(1 - x ^ 2)) x
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 โ„•โˆž} :
theorem Real.differentiableAt_arcsin {x : โ„} :
DifferentiableAt โ„ arcsin x โ†” x โ‰  -1 โˆง x โ‰  1
@[simp]
theorem Real.deriv_arcsin :
deriv arcsin = fun (x : โ„) => 1 / โˆš(1 - x ^ 2)
theorem Real.contDiffAt_arcsin_iff {x : โ„} {n : WithTop โ„•โˆž} :
ContDiffAt โ„ n arcsin x โ†” n = 0 โˆจ x โ‰  -1 โˆง x โ‰  1
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.differentiableAt_arccos {x : โ„} :
DifferentiableAt โ„ arccos x โ†” x โ‰  -1 โˆง x โ‰  1
@[simp]
theorem Real.deriv_arccos :
deriv arccos = fun (x : โ„) => -(1 / โˆš(1 - x ^ 2))
theorem Real.contDiffAt_arccos_iff {x : โ„} {n : WithTop โ„•โˆž} :
ContDiffAt โ„ n arccos x โ†” n = 0 โˆจ x โ‰  -1 โˆง x โ‰  1