As asked here:
For integers $n, x,y > 0$, where $x,y$ are relatively prime, every $n \ge (x-1) (y-1)$ can be expressed as $xa + yb$, with nonnegative integers $a,b \ge0$.
And a proof by Hagen von Eitzen conclude that for $n \ge (x-1) (y-1)$ there are $a,b \ge0$ such that $xa + yb = n$ hold.
Trying for several numerical example I found out that the lower bound $n_0=(x-1) (y-1)$ is the least upper bound, i.e. there is no $a,b \ge0$ such that $xa + yb = (x-1) (y-1)-1$ hold. But I can't prove it. using the same method by Hagen von Eitzen's answer I came to the conclusion that $b\ge-1$ which is not a contradiction since if $b\ge-1$ then $b$ can be any positive number as well. If I had concluded that $b=-1$ or $b\le-1$ or $b \in B$ for any $B \subset \mathbb{Z^-}$ that would be something. How there is no $a,b \ge0$ such that $xa + yb = (x-1) (y-1)-1$ hold?