I'm reading a book on understanding math proofs to enable me to understand mathematics at a deeper level. Along the way I came across this:
An element belonging to some prescribed set $A$ and possessing a certain property $P$ is unique if it is the only element of $A$ having property $P$. Typically, to prove that only one element of $A$ has property $P$, we proceed in one of two ways:
(1) We assume that $a$ and $b$ are elements of $A$ possessing property $P$ and show that $a = b$.
<p>(2) We assume that $a$ and $b$ are distinct elements of $A$ possessing property $P$ and show that $a = b$.</p>
The problem is points (1) and (2) sound exactly the same to me. The only clue that they are different is in the word "distinct", which the author did not bother to explain what it meant in this context.
If $a$ and $b$ are distinct, aren't they suppose to mean $a≠b$ ? So, how can we later show that $a=b$?