Given that sequences $(s_n)^\infty_{n=1}$ and $(t_n)^\infty_{n=1}$ converge to limits $s$ and $t$, respectively, and given that $s_n \le t_n$ for every $n \gt 100$, how to prove that $s \le t$?
My procedure: we are given $\forall\epsilon_s>0$ and $\forall\epsilon_t>0, \exists N\in \mathbb{R}$ (respectively) such that $n>N\implies |s_n-s|<\epsilon_s$ and $|t_n-t|<\epsilon_t$. I guess we may be able to use contradiction. Suppose $s \gt t$, then $|s-s_n|+s_n>|t-t_n|+t_n \ \implies \ \epsilon_s+s_n>\epsilon_t +t_n$. Then pick $\epsilon$ so small that they are negligible, so $s_n\gt t_n$ shows a contradiction.
I felt my proof is full of guess and errors. Could someone point them out?