Here's what I have to show:
If $x\le y+z$ for every $z>0$ then $x\le y$.
I tried proof by contradiction but it does not seem to work. Suppose $y<x$. Then $x-y>0$. Let $z_{0}=x-y$. Then $x\le y+z_{0} \Rightarrow x\le x$ which is true. Had $x$ been strictly less than $y+z$, it would have worked.
Can I get hints?
"Had x been strictly less than y+z, it would have worked."
So instead of making $z = x-y$ make $0 < z < x-y$.
Then $x \le y + z < y + x-y = x$.