Given is a sequence $a_n$. $a_1=7$ and $a_{n+1}=\frac{a_n^2+3}{2(a_n-1)}$ $n\in \Bbb N$. Prove that $a_n>a_{n+1}>3$ for all $n\geq 1$.
So I've proven that $a_n$ and$a_{n+1}$ are bigger than $3$ for all $n\geq 1$ by induction, but I'm stuck at proving that $a_n>a_{n+1}$.
Also, since this sequence is bounded below and monotone decreasing, I know it converges. But I can't just say that it converges to $3$ now, can I?