How to get inspiration in how to do a proof by contradiction:
We know we want:
Step 1: $a \not \le b$
Step 2: $a > b$
Step 3: ?????????
Step 4: $a - \epsilon \ge b$ (Profit!)
So what's step 3?
Work back from step 4:
$a - \epsilon \ge b$
$a - b \ge \epsilon$
$a- b \ge \epsilon > 0$
$a - b > 0$ so
$a > b$
Step 2:
So proof is:
Suppose $a \not \le b$
$a > b$
$a-b > 0$. Select any $\epsilon$ so that $a-b \ge \epsilon > 0$
Then $a-\epsilon \ge b$. A contradiction.
=====
To do it mostly directly with a hail-mary proof by contradiction at the end.
$a - \epsilon < b$ for all $\epsilon$ means
$a - b < \epsilon$ for all $\epsilon$.
$\epsilon$ can be any positive number.
If $a-b > 0$ then if $\epsilon = a-b$ we have
$a-b < \epsilon = a -b$. Impossible.
So $a - b \le 0$ and $a \le b$.
======
$a - \epsilon < b$ means $a -b < \epsilon$ means $a -b$ is less then all positive numbers.
The proof hinges on the observation that only 0 and negative numbers are smaller than all positive numbers. This is because no positive number is less than itself.
So here is proof number umpteen:
$0 < a - b < a-b = \epsilon$ is impossible.
So it can't be that $a - \epsilon < a- \epsilon =b$ for $\epsilon = a-b$.
But $a - \epsilon < b$ for all $\epsilon > 0$.
So that must mean $\epsilon = a-b > 0$ is impossible.
The only way that is impossible, as $\epsilon $ can be any positive number, is that $a-b$ is not positive.
$a - b \le 0$.
And $a \le b$.