I need help making my proof strong/valid! I am new to proofs.
The question was:Let $A=\{x\in \mathbb{N} | \sqrt{x}\in \mathbb{N}\}$. Prove that A is not bounded.
Proof: We must show that for all $m\in \mathbb{N}$, we can find an $x_0 \in B$ such that |$x_0| > M$. Suppose we are given $M \in \mathbb{N}$. By the definition of Archimedean, there exists an $N \in \mathbb{N}$ where $N > M-1$. $ \sqrt{N} \in B,$ let $x_0= \sqrt{N} > \sqrt{M-1} > M$. Since M was arbitrary, we can conclude that B was unbounded.
We must show that for all $M\in \mathbb{N}$, we can find an $|x_0| \in A$ such that $x_0 > M$.
Suppose we are given $M \in \mathbb{N}$. Let $x_0 = (M+1)^2 \in \mathbb{N}$, then $\sqrt{x}=M+1 > M$.
Remark about your attempt: