Prove, by contradiction, that, if $n$ is a positive integer such that $n^3 − n − 6 = 0$, then, for every positive integer $m$ with $m \not = n$, $m^3 − m − 6 \not = 0$.
Proposition: If $n$ is a positive integer such that $n^3 − n − 6 = 0$, then, for every positive integer $m$ with $m \not = n$, $m^3 − m − 6 \not = 0$.
Hypothesis: $n$ is a positive integer such that $n^3 − n − 6 = 0$.
Conclusion: For every positive integer $m$ with $m \not = n$, $m^3 − m − 6 \not = 0$.
My workings
A (Hypothesis): $n$ is a positive integer such that $n^3 − n − 6 = 0$.
A1 ($\neg B$): There exists a positive integer $m$ with $m \not = n$ such that $m^3 − m − 6 = 0$.
A2: $n^3 - n = 6$
$\implies n(n^2 - 1) = 6$ where $n \in \mathbb{Z}^+$
A3: $m^3 - m = 6$
$\implies m(m^2 - 1) = 6$ where $m \in \mathbb{Z}^+$ and $m \not = n$.
A4: $n(n^2 - 1) = m(m^2 - 1)$ where $m \not = n$.
$\implies \dfrac{n(n^2 - 1)}{m(m^2 - 1)} = 1$ where $m \not = n$.
Since $m,n \in \mathbb{Z}^+$, $(n^2 - 1) \ge 0$ and $(m^2 - 1) \ge 0$. Therefore, $n(n^2 - 1) = m(m^2 - 1)$ iff $n = m$.
Contradiction.
$Q.E.D.$
I would greatly appreciate it if people could please take the time to provide feedback on the correctness of my proof. Given that $m \not = n$, did I construct my proof correctly? Or is it incorrect to structure it this way if $m \not = n$?