Given 4 integers, $a, b, c, d > 0$, does $\frac{a}{b} < \frac{c}{d}$ imply $\frac{a}{b} < \frac{a+c}{b+d} < \frac{c}{d}$?

Hint $\ $ The middle term, known as the mediant, is the slope of the diagonal of the parallelogram with sides being the vectors $(b,a),\ (d,c).\:$ Clearly the slope of the diagonal lies between the slopes of the sides.


Yes, the inequality holds. One standard approach to proving that $x\lt y\,$ is to show that $y-x\gt 0$.

Apply this to $x=\dfrac{a}{b}$ and $y=\dfrac{a+c}{b+d}$.

The difference is $\dfrac{a+c}{b+d}-\dfrac{a}{b}$, which simplifies to $\dfrac{bc-ad}{(b+d)b}$. But $bc\gt ad$ follows from our initial inequality.

The same method works for showing that $\dfrac{a+c}{b+d}\lt \dfrac{c}{d}$.


This is called the mediant. The inequality does indeed hold for all $a,\ b,\ c,\ d$.