I have this fraction with positive variables, x and y: $$\frac{y}{x-y}$$ $$x-y<1$$
Does increasing x and y always increase the whole fraction? I think it is true because any number divided by a number between 0 and 1 will make it bigger. But my concern is that as we increase y, x-y will change too.
Let $x_0=1, y_0 = 0.5$, then $x_0-y_0 = 0.5 < 1$, then $\frac{y_0}{x_0-y_0}=1$
Let's make $x$ grows faster than $y$ and yet satisfying $x_1 - y_1 < 1$.
Let $x_1 = 1.5, y_1 = 0.6$, then $x_1-y_1=0.9 < 1$, $\frac{y_1}{x_1-y_1}=\frac{0.6}{0.9}=\frac23 < 1$