derivatives of the inverse trigonometric functions #
Derivatives of arcsin and arccos.
theorem
Real.deriv_arcsin_aux
{x : โ}
(hโ : x โ -1)
(hโ : x โ 1)
:
HasStrictDerivAt arcsin (1 / โ(1 - x ^ 2)) x โง ContDiffAt โ โค arcsin x
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 โโ}
:
ContDiffAt โ n arcsin x
theorem
Real.hasDerivWithinAt_arcsin_Ici
{x : โ}
(h : x โ -1)
:
HasDerivWithinAt arcsin (1 / โ(1 - x ^ 2)) (Set.Ici x) x
theorem
Real.hasDerivWithinAt_arcsin_Iic
{x : โ}
(h : x โ 1)
:
HasDerivWithinAt arcsin (1 / โ(1 - x ^ 2)) (Set.Iic x) x
theorem
Real.differentiableWithinAt_arcsin_Ici
{x : โ}
:
DifferentiableWithinAt โ arcsin (Set.Ici x) x โ x โ -1
theorem
Real.differentiableWithinAt_arcsin_Iic
{x : โ}
:
DifferentiableWithinAt โ arcsin (Set.Iic x) x โ x โ 1
theorem
Real.differentiableAt_arcsin
{x : โ}
:
DifferentiableAt โ arcsin x โ x โ -1 โง x โ 1
@[simp]
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 โโ}
:
ContDiffAt โ n arccos x
theorem
Real.hasDerivWithinAt_arccos_Ici
{x : โ}
(h : x โ -1)
:
HasDerivWithinAt arccos (-(1 / โ(1 - x ^ 2))) (Set.Ici x) x
theorem
Real.hasDerivWithinAt_arccos_Iic
{x : โ}
(h : x โ 1)
:
HasDerivWithinAt arccos (-(1 / โ(1 - x ^ 2))) (Set.Iic x) x
theorem
Real.differentiableWithinAt_arccos_Ici
{x : โ}
:
DifferentiableWithinAt โ arccos (Set.Ici x) x โ x โ -1
theorem
Real.differentiableWithinAt_arccos_Iic
{x : โ}
:
DifferentiableWithinAt โ arccos (Set.Iic x) x โ x โ 1
theorem
Real.differentiableAt_arccos
{x : โ}
:
DifferentiableAt โ arccos x โ x โ -1 โง x โ 1
@[simp]
theorem
Real.contDiffAt_arccos_iff
{x : โ}
{n : WithTop โโ}
:
ContDiffAt โ n arccos x โ n = 0 โจ x โ -1 โง x โ 1