I am having problems with this discrete math proof. I have made it this far, but I do not understand how to go from here.
Problem:
Define a map $t: \mathbb{R} \times \mathbb{R} \rightarrow \mathbb{R} \times \mathbb{R}$ by $t(a, b) = (a + b, a - b)$. Prove that $t$ is a one-to-one correspondence.
Solution:
Proof: Let $z,x,c,v\epsilon\mathbb{R}$ such that $(z, x),(c, v) \epsilon \mathbb{R} \times \mathbb{R}$. Because $t(z, x) = t(c, v)$ \begin{align} \begin{split} (z + x, z - x) &= (c + v, c - v) \\ 2z &= 2c \\ z &= c \\ \end{split} \end{align}
I do not know how to prove that x = v from here.