I am given this:
Consider a real Banach space $X$ with norm $\|*\|$.
1) Show that the map $x\to \|x\|$ from $X$ to $\mathbb{R}$ is continuous. Is it uniformly continuous?
2) Show that the maps $(x,y)\to x+y$ from $X \times X$ to $X$ and $(c,x)\to cx$ from $\mathbb{R} \times X$ to $X$ are continuous. (On $X \times X$ take the norm $\|(x,y)\|=\|x\|+\|y\|$. On $\mathbb{R} \times X$ take the norm $\|(c,x)\|=|c| + \|x\|$).
I know that normally to show continuity at a point $x_0$, you want to show that $\forall \epsilon > 0, \exists \delta >0$ such that:
$$|x-x_0|\leq \delta \implies |f(x)-f(x_0)|\leq \epsilon$$
So I was thinking that I can set $f(x)=\|x\|$... but other than that, I am confused how to begin attacking this problem. Tips would be appreciated.