If $x, y \in \Bbb R$ and $x<y+\epsilon$ for every $\epsilon >0$, then $x<y$.
Okay so I went about this by proving the contrapositive.
Proof: Let $x,y\in\Bbb R$ and let $\epsilon>0$. Suppose $x\ge y$. Take $\epsilon = x-y$. This implies that $x=y+\epsilon$, as needed.
Is this a valid proof or not?
The statement you want to prove is not true.
Take $x = y =0$. You have, for all $\varepsilon > 0$, $x < y + \varepsilon$ (because $\varepsilon > 0$), but of course you don't have $x < y$.