Can someone verify proof of following statement.
prove that $\hat{B}(\textbf{a} , \delta) = \{\textbf{x} \in \mathbb{R}^n : ||\textbf{x} - \textbf{a}|| \leq \delta \}$ is closed
let $\{\textbf{x}_{k}\} \rightarrow \textbf{x}$ be some convergent sequence that is completely in $\hat{B}(\textbf{a} ,\delta)$
we have to show that $\textbf{x} \in \hat{B}(\textbf{a} , \delta)$ that is $||\textbf{x} - \textbf{a}|| \leq \delta$
since we know that $\{\textbf{x}_k\}$ is in $\hat{B}(a,\delta)$ we have that $||\textbf{x}_k - \textbf{a}|| \leq \delta$ forall $k \in \mathbb{N}$
also, as we have that $\lim_{k \rightarrow \infty} \textbf{x}_k = \textbf{x}$
there exists $N \in \mathbb{N} \,\, \forall k \geq N ||\textbf{x}_k - \textbf{x}|| < \epsilon$
$||\textbf{x} - \textbf{a}|| = ||\textbf{x} - \textbf{x}_{k} + \textbf{x}_k - \textbf{a} || \leq || \textbf{x} - \textbf{x}_k || + ||\textbf{x}_k - \textbf{a}|| \leq \epsilon + \delta$
since this holds for arbitrary $\epsilon$ we have that $||\textbf{x} - \textbf{a}|| \leq \delta$
we are done
Your proof is O.K. Between 4. and 5. you should spend " let $\varepsilon >0$ be given".