While reading I came across Uniqueness Proofs. Where a theorem asserts the existence of a unique element with a particular property. In order to prove this two steps are needed, Prove existence and Prove Uniqueness. The example given is Show that if $a$ and $b$ are real numbers and $a ≠ 0$, then there is a unique real number $r$ such that $ar + b = 0$.
I could do the existence portion. $r = -\frac{b}{a}$
I would like some clarification on proving the uniqueness part.
Suppose that $s$ is a real number such that $as + b = 0$. Then $ar + b = as + b$, where $r = -\frac{b}{a}$. You subtract $b$ from both sides and divide both sides by $a$ to get $r = s$. Then it says that this means if $s ≠ r$ then $as + b ≠ 0 $and that this establishes uniqueness.
I guess my issue is how exactly does this prove uniqueness? When would placing some random variable in the same spot as the previous not end with the two variables being the same? One example I thought of where it wouldn't be unique I wasn't able to follow the same steps to disprove. Consider this $n^2 = 4$
following the previous example suppose that $s$ is another real number such that $s^2 = 4$
$\implies n^2 = s^2$
square root both sides $n = s$
now in the other one they just jumped to the conclusion that this means if $s ≠ n$ then $s^2 ≠ 4$
however... -2 and 2 could fill meaning this example does not have a unique solution. Could someone please give some clarification so I can better understand uniqueness proofs.
$\neq$gives $\neq$. – tabstop Jan 26 '14 at 02:34