I'm having a hard time proving this statement that makes intuitive sense:
Prove if $a,b\in\Bbb Q$, and for all $\epsilon$, $| a - b |<\epsilon$, then $a = b$.
I understand that if $a = b$, then $a - b = 0$ and $0 < \epsilon$. But I don't know how to show that.
Thanks everyone!
Suppose for contradiction's sake that $a\neq b$. Since the statement is symmetric in $a,b$ you may assume WLOG that $b>a$.
Take $\epsilon = b-a$. You get $b-a = |b-a| < b-a$, a contradiction.