Suppose that $(u_{k})$ is a sequence of points in $\mathbb{R}^{n}$ that converges to a point $u$. Assume $u_{k} \neq \textbf{0}$ for all $k$ and $u \neq \textbf{0}$. Prove that the sequence $w_{k} = \frac{1}{||u_{k}||} u_{k}$ converges to $w = \frac{1}{||u||} u$
Attempt: I tried to show $(w_{k})$ converges to $w$ component-wise. However I am having trouble working on it. Here is what I have so far:
Since $\lim_{k \rightarrow \infty}(u_{k}) = u$, by component wise convergence $\lim_{k \rightarrow \infty}p_{i}(u_{k}) = p_{i}(u)$.
So,
$||p_{i}(w_{k}) - p_{i}(w)|| =\Big| \Big| \frac{1}{||u_{k}||} p_{i}(u_{k}) - \frac{1}{||u||} p_{i}(u)\Big| \Big| = \Big| \Big| \frac{||u||*p_{i}(u_{k}) - ||u_{k}|| p_{i}(u)}{||u_{k}||*||u||} \Big| \Big| $.
I am not sure what to do here. Do I use Cauchy-Schwartz? Am I on the right track at least?
Thank you for your help!!