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 atxof1 / f xwheref x ≠ 0.HasGradientAt.div, shows the gradient atxoff x / g xwhereg 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)
: