Bosley
- 10
- 0
Homework Statement
Suppose F: Rn --> R has first order partial derivatives and that x in Rn is a local minimizer of F, that is, there exists an r>0 such that
f(x+h) \geq f(x) if dist(x, x+h) < r. Prove that
\nabla f(x)=0.
Homework Equations
We want to show that fxi(x) =0 for i = 1,...,n
So we want to show that \lim_{t\to 0}\frac{f(x + t e_i) - f(x)}{t} = 0
Where e_i is the ith standard basis element.
The Attempt at a Solution
We know f(x+h) \geq f(x) if ||(x+h) - x|| <r, that is, if ||h|| < r.
Consider |t| < r. Then ||t ei|| = |t| < r.
So then f(x) \leq f(x + t ei) for all t such that |t| < r, and f(x+t ei) - f(x) \geq 0.
But I don't know where to go from here...insight?