Let $x_n$ be a sequence. Prove that $x_n \rightarrow 0 $ iff $ (x_n)^{2} \rightarrow 0 $
Attempt
Assume that $(x_n)^{2}$ converges to zero. So $| x_n|| x_n| \lt \epsilon'$ after some stage. Thus $| x_n|<\epsilon'/| x_n|$. Choose $\epsilon'$ to be $\epsilon | x_n|$. Is this an acceptable proof?
No, it's not acceptable. You have to prove that, from some point on, $|x_n|<\varepsilon$. And $\varepsilon$ must be fixed, you're not allowed to “choose one”. You are allowed to choose the place from where the inequality $|x_n|<\varepsilon$ holds.
Let $\varepsilon>0$. We know that there exists $m$ such that, for $n>m$, $|x_n|^2<\varepsilon^2$, which implies $|x_n|<\varepsilon$.
The other direction is similar. Suppose $\lim_{n\to\infty}x_n=0$. Fix $\varepsilon>0$. Then there is $m$ such that, for $n>m$, $|x_n|<\sqrt{\varepsilon}$. Then, for $n>m$, $|x_n^2|<\varepsilon$.