Question 1132161
.
<pre>
The standard way to prove such statements is to start from the given inequality and to transform it to the simplest form.

using EQUIVALENT transformations.


If the final simplified inequality is TRUE, then the starting inequality is TRUE, too, since you can reverse the chain 
of equivalent transformations.


So, we start from  

    {{{a/(ax + y)}}} < {{{b/(bx + y)}}}.                   (1)


Multiply both sides by the positive number  (ax+y)*(bx+y).  Then inequality (1) is EQUIVALENT to

    a*(bx+y) < b*(ax+y).               (2)


Inequality (2) is EQUIVALENT to

    abx + ay < abx + by                (3)


which is equivalent to

    ay < by                            (4)


which with positive "y" is equivalent to

    a < b,                             (5)


which is given.


So, the reversed chain of VALID inequalities   (5) ---> (4) ---> (3) ---> (2) ---> (1)  proves the statement.
</pre>

Solved.