I've been working with proofs involving $\limsup$ and $\liminf$, and I'm a bit confused regarding their general methodology. More specifically, I'm unsure about whether my approach to the following problem makes sense.
Problem. Let $(s_n)$ and $(t_n$) be sequences and suppose that there exists $N_0$ such that $s_n \leq t_n$ for all $n > N_0$. Show that $\liminf s_n \leq \liminf t_n$ and that $\limsup s_n \leq \limsup t_n$.
The way I approached it was as follows:
Let $N > N_0$. Then $\limsup_{N \rightarrow \infty} \{ s_n : n > N \} \leq t_n$ as $s_n \leq t_n$, and $\limsup s_n $ is the largest possible limit of a subsequence of $s_n$. As $t_n : n > N$ is (by definition) less than $\limsup_{N \rightarrow \infty} \{ t_n : n > N \}$, the proof is complete.
I'm pretty sure this is incorrect, however, and I'm generally unclear about the method behind such a proof. Any help is appreciated!