Gradient.division #
Main results #
This file contains the division parts of gradient, which can't be found in fderiv
.
As the functions discussed in this file are restricted to E → ℝ
Two main theorems are formalized in this file
HasGradientAt.one_div
, shows the gradient atx
of1 / f x
wheref x ≠ 0
.HasGradientAt.div
, shows the gradient atx
off x / g x
whereg x ≠ 0
.
theorem
HasGradientAt.one_div
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
[CompleteSpace E]
{f : E → ℝ}
{x : E}
{grad : E}
(hf : HasGradientAt f grad x)
(h₁ : ¬f x = 0)
: