So, here's what I'm working with. I'm trying to prove that, given some function $f: \mathbb{R}^n \to \mathbb{R}, a \in \mathbb{R}^n$ such that f is differentiable at a, and some open ball $B = Ball(a, \delta)$ where $f(a) \geq f(x)$ for all $x \in B$, $Df(a) = 0$
I've been trying to work off the definition of differentiability- that is, $\lim_{h\to 0}\frac{f(a+h) - f(a) - Df(a)h}{\|h\|} = 0$
I've been trying to prove it by contradiction. After chipping at it some more, I get to this $\lim_{h\to 0} f(a+h)-f(a) - Df (a) = 0$.
After applying the epsilon-delta definition, I manipulate it into the following: $\|h\| < \delta_1 \rightarrow |f(a+h) - f(a) - Df(a)h| < \epsilon$
Unpacking the absolute value and adding $Df(a)h$ to both sides, I get $Df(a)h - \epsilon < f(a + h) - f(a) < Df(a) + \epsilon$
From here i'm pretty sure that I want to establish that the lower bound is (or at least can be) positive, but I am unsure of how to do that. My knowledge of epsilon-delta limits is a bit shaky, and I'm not exactly sure what I'm allowed to "choose" in this situation.
Could I have some help wrapping this proof up?