I have the following problem:
Let $(a_n)_{n\geq1}$ be an arithmetic progression such that $0<a_1<a_2$. Find the limit of the sequence $$y_n=\frac{a_1}{a_2}\cdot\frac{a_3}{a_4}\cdot...\cdot\frac{a_{2n-1}}{a_{2n}}$$
It is not complicated to see that $y_n$ is decreasing and bounded, so it is convergent, but I can't find it's limit. It is clearly less than $\frac{a_1}{a_2}$. I tried using the AM-GM inequality but I obtained something trivial.
We have $\frac{a_{k}}{a_{k+1}} < \frac{a_{k+1}}{a_{k+2}}$ for all $k$, so
$$y_n^2 < \biggl(\frac{a_1}{a_2}\cdot\frac{a_2}{a_3}\biggr)\cdot\biggl(\frac{a_3}{a_4}\cdot\frac{a_4}{a_5}\biggr) \cdot\dotsc \cdot\biggl(\frac{a_{2n-1}}{a_{2n}}\cdot\frac{a_{2n}}{a_{2n+1}}\biggr) = \frac{a_1}{a_{2n+1}}\,.$$
Thus
$$0 < y_n < \sqrt{\frac{a_1}{a_{2n+1}}} \to 0\,.$$
Squeezing finishes it.