Suppose $a_1=1$, $a_2=2$, and $a_{n+1}=\frac{a_na_{n-1}+1}{a_{n-1}}$ for $n \ge 2$. Prove that for any positive integer $n \ge 3$, we have $a_n > \sqrt{2n}$.
I tried using induction on this. The base case is $n=3$, and we have $a_3=\frac{a_2a_1+1}{a_1}=3>\sqrt{6}$, which is true.
For the inductive step, we need to prove that $a_{n+1}>\sqrt{2(n+1)}$ given $a_n>\sqrt{2n}$. I'm not sure how to show this. Could someone help?