I'm learning logic for computer science and came across the question:
If $\ n$ is a real number, $\frac{1}{n}$ is the reciprocal of $\ n$. Prove that all numbers have a unique reciprocal.
I came up with the following method, but it seems so simple that I doubt it'll work:
$\frac{1}{n}=p$
Since we know that $\ n=ℝ$, and we assume that $\ p=$ the unique reciprocal, but will this work when proving all real numbers have unique reciprocals?
Try showing that if $n$ has two reciprocals, then they must be equal.
– DKS Sep 07 '17 at 16:41