Given two fractions $\frac{h}{k}$ and $\frac{h^{'}}{k^{'}}$ both in reduced form. I am unable to find a case when $\frac{h+h^{'}}{k+k^{'}}$ does not lie in the interval $\big[ \frac{h}{k},\frac{h^{'}}{k^{'}} \big]$. Is there such a case ?
PS: I was able two prove no such case exists for consecutive terms of Farey series. But can't prove in general.
Let $\dfrac hk=a$ and $\dfrac {h'}{k'}=b$.
Then, we have $h=ak$ and $h'=ak'$.
Then, $\dfrac{h+h'}{k+k'}=\dfrac{ak+bk'}{k+k'}$.
WLOG, let $a<b$.
$\dfrac{ak+bk'}{k+k'}>\dfrac{ak+ak'}{k+k'}=a$
$\dfrac{ak+bk'}{k+k'}<\dfrac{bk+bk'}{k+k'}=b$
$a<\dfrac{ak+bk'}{k+k'}<b$
$\dfrac hk<\dfrac{h+h'}{k+k'}<\dfrac{h'}{k'}$
The case where $a=b$ and where $a>b$ is left to the reader as an exercise.