I have attempted a proof of the squeeze theorem which later turned up as a question in the book where the question was to find the flaw in this very proof.
If $x_n$ is convergent and $s_n \le x_n \le t_n$, and $s_n$ and $t_n$ converge to $L$, then given the order property of limits,
$\lim_{n\to \infty} s_n \le \lim_{n\to \infty} x_n \le \lim_{n\to \infty} t_n$
Thus $L \le \lim_{n\to \infty} x_n \le L$, and this can only be true if $\lim_{n\to \infty} x_n = L$
Where am I going wrong?