A lot of times when proving for example inequalities like $$x \leq y$$ for real numbers $x,y$ the argument looks like $$x \leq y + \varepsilon$$ for all $\varepsilon > 0$, hence $x \leq y$.
Now this is obviously very intuitive, but is there a "proof" that this conclusion is correct? And is it always sufficient in order to proof $x \leq y$ to show $x \leq y + \epsilon$ for all $\varepsilon > 0$?
I'd appreciate any explanations!
NOTE: I know that these kinds of arguments are correct when dealing with sequences. But here we have no sequences so I wanted to understand this too.