I'm having some trouble with the following problems.
Suppose $U \subseteq \mathbb{R}^n$ is open, and suppose ${f}:U \rightarrow \mathbb{R}$ is differentiable at some point $x_0 \in U$.
(1) Show that there exists $\epsilon > 0$ and $M > 0$ such that, for any $h\neq0$ with $|h|<\epsilon$, we have $x_0 + h \in U$ and $|{f}(x_0 + h)-{f}(x_0)|
(2) Show that the following is false: there exist $\epsilon>0$ and $M>0$ such that if $|x-x_0|<\epsilon$ and $|y-x_0|<\epsilon$, then $|{f}(x)-{f}(y)|
Here's my attempt at (1). Clearly there exists $\epsilon$ so that the $\epsilon$-ball about $x_0$ is contained in $U$ since $U$ is open. Set $\gamma:[0,1]\rightarrow U$ defined by $\gamma(t)=t(x_0 + h)+ (1-t)x_0$. Then set $g(t)={f}(\gamma(t))$, and apply the Mean Value Theorem to find a point $t_0 \in (0,1)$ so that $g'(t_0)=g(1)-g(0)={f}(x_0+h)-{f}(x_0)$. However, I don't feel confident about this, because we only have that ${f}$ is differentiable at the point $x_0$, not necessarily on the entire range of $\gamma$.
Any assistance would be greatly appreciated.