I've just picked up Abbott's analysis book, and I am faced with the following problem. While it's quite simple, I am not very familiar with formal proof writing, which is what I am finding difficult. The problem is the following:
Prove or disprove: Two real numbers that satisfy $a\leq b$ if and only if $a<b+\epsilon$ for any $\epsilon>0$.
Here is what I have tried so far:
Let $a,b\in\mathbb{R}$ such that $a\leq b$. Suppose that there exists some number $\epsilon_0>0$ such that $a\geq b+\epsilon_0$. Then, as $a\leq b$, we have $b+\epsilon_0\leq b$ resulting in $\epsilon_0\leq 0$, which gives a contradiction.
Next, let $a,b\in\mathbb{R}$ such that $a<b+\epsilon$ for any $\epsilon>0$. Then we have that $a-b<\epsilon$ for every $\epsilon>0$, which admits the possiblity of $a=b$, thus giving a contradiction.
Here are some of the questions I have:
$1)$ How can I improve this proof overall, in terms of wording and structure?
$2)$ How can I do this without contradiction?
$3)$ I feel like the last part of my proof isn't really a solid statement, should it be fixed?