Prove the following statement;
$$\forall a,b \in R (\forall \epsilon > 0 (a \le b + \epsilon) \rightarrow a \le b)$$
I can't see how this is true
This means that I can pick a number for all three variables and this statement should hold, but
Let $\epsilon$ = 100
let b = 0
let a = 1
then $(a \le b + \epsilon)$ holds but $a \le b$ doesn't.
This question is given right after a true/false section, so I'm assuming i'm somehow missing something, and there is a proof for this?? But, right now my reasoning seems sounds, to me.