I am learning proofs with $\mathbb N$ and have this proposition: Let $m \in\mathbb Z$. If $m \ne 0$, then $m^2 \in\mathbb N$. Previously, I have proven: For $m \in\mathbb Z$, one and only one of the following is true: $m \in\mathbb N$, $-m \in\mathbb N$, $m = 0$.
If $m \ne 0$, then there are two cases to prove:
Case 1: $m \in\mathbb N$ That's straightforward because the product of two natural numbers is a natural number
Case 2: $-m \in\mathbb N$:
\begin{align*} -m \cdot -m \in\mathbb N\\ (-1 \cdot -1) \cdot m \cdot m \in\mathbb N\\ m \cdot m \in\mathbb N\\ \end{align*}
What do you think?