I need to prove by induction that if $x, y \in\mathbb{Q}$ with $x < y$, then there is an infinite increasing sequence $\{z_n\}_n$ in $\mathbb{Q}$ such that $x < z_1 < z_2 < \dots < z_n < \dots < y$.
I have tried to use $a_n = x + \frac{y-x}{2^n}$ but am not being able to proceed.