Let $A,B$ be subsets of a normed vector space $X$ and $\alpha\in K$. Show that
a) $\alpha\overline{A} = \overline{\alpha A}$
b) $\overline{A}+\overline{B}\subseteq \overline{A+B}$
c) If $A$ is bounded, then $\overline{A}$ is bounded
a)
Pick an element $\overline{a}$ in $\overline{A}$. By definition it is an element such that it has a sequence $a_n$ such that $a_n\to \overline{a}$ which means $\alpha a_n \to \alpha\overline{a}$. Isn't an element of the space $\overline{\alpha A}$ one such that there exists a sequence $\alpha a_n$ such that $\alpha a_n$ converges to it? So it should prove $\alpha\overline{A}\subseteq \overline{\alpha A}$
Now for $ \overline{\alpha A} \subseteq \alpha\overline{A}$, we must pick an element of the set $\overline{\alpha A}$ which is simply an element such that there exists a sequence $\alpha a_n$ that converges to it. Hw should I conclude here?
b)
Pick an element $\overline{a}\in \overline{A}$ and $\overline{b}\in \overline{B}$. By definitiion there exists sequences $a_n, b_n$ such that $a_n\to \overline{a}$ and $b_n\to \overline{b}$.
$$(a_n+b_n)\to \overline{a}+\overline{b}$$
by the property of limits. So we showed that for every element $A+B$ there is a sequence $a_n+b_n$ that converges to it, therefore it's proved.
c)
Suppose that $\overline{A}$ is unbounded. Then for sufficiently large $M>0$, there exists $a$ such that $a_n\to a$ with $a_n\in A$, but $$||a||\ge M$$
Since $a_n\to a$, $n>n_0\implies ||a_n-a||<\epsilon$
How to use the triangular inequality in $||a_n-a||$ to derive that $A$ is unbounded?
I think it would be better to go on the other direction. Suppose $A$ is bounded. Then there is $M>0$ such that $||x||\leq M$ for all $x\in A$. Now let $x\in \bar{A}$. There is a sequence $\{x_n\}_{n=1}^\infty\subseteq A$ such that $x_n\to x$. Now given any $\epsilon>0$ there is $n\in\mathbb{N}$ such that $||x_n-x||<\epsilon$. Hence:
$||x||\leq ||x_n||+||x-x_n||< M+\epsilon$
Since this is true for all $\epsilon>0$ we conclude that $||x||\leq M$.