Objective: I'd like to prove that $F_{n+1}$ (the Farey sequence of order $n+1$) is obtained form the Farey sequence $F_n$ of order $n$ by adding all fractions of the form $\frac{a+c}{b+d}$ when $\frac{a}{b}<\frac{c}{d}$ are neighbours in $F_n$ and $b+d=n+1$.
Problem: I managed to show that $\frac{a}{b}<\frac{a+c}{b+d}<\frac{c}{d}$, but I also need to show that $\frac{a+c}{b+d}$ is of the right form (i.e. that it's a completely reduced fraction), so my question is: how do I show that $gcd(a+c, b+d)=1$?
Neighbours $\frac{a}{b} \lt \frac{c}{d}$ in the Farey sequence satisfy
$$ bc - ad = 1$$
Now $ b(a+c) - a(b+d) = bc - ad = 1$.
Thus $\text{gcd}(a+c, b+d) = 1$.