I have to prove this proposition: Given $m,n \in\mathbb Z$, there exists one and only one $x \in\mathbb Z$ such that $m + x = n$. So, just to be sure: I am given an equation and asked to first prove the existence of solution x and then its uniqueness, right?
From what I understand, "uniqueness" simply means that if two solutions fit in the equation, they must be equal. I can only use the axioms for addition and multiplication and derived propositions.
Proof of existence:
\begin{align*} m + x &= n\\ (-m) + (m + x) &= (-m) + n\\ (-m + m) + x &= (-m) + n\\ 0 + x &= (-m) + n\\ x &= (-m) + n\\ \end{align*}
Hence, the solution x exists.
The second part seems too simple. Assuming that x can take two values, x1 and x2... Proof of uniqueness: \begin{align*} m + x1 &= n\\ m + x2 &= n\\ m + x1 &= m + x2\\ (-m) + (m + x1) &= (-m) + (m + x2)\\ (-m + m) + x1 &= (-m + m) + x2\\ 0 + x1 &= 0 + x2\\ x1 &= x2 \end{align*}
Hence, the solution x is unique. What do you think? Thank you!
Suppose $m+x_1=n$ and $m+x_2=n$. Then $m+x_1=m+x_2$ and so $x_1=x_2$ by left-cancellation. I think you did a great deal more work than you really needed to here, but it never hurts to try to be thorough.