Can anyone prove this question? I tried but I didn't get any I idea, so I hope someone can solve it.
Let $X_n\leq Y_n$ for each $n\in \Bbb N$. Show that $\liminf X_n \leq \liminf Y_n$ and $\limsup X_n \leq \limsup Y_n$.
Please prove this question - thanks.
The definition I have:
Let $X_n$ be a sequence in real number and let $$E=\{x\in \Bbb R^\sharp:(X_{n_k}) \rightarrow x \text{ for some subsequence }(X_{n_k})\text{ of }(X_n)\}$$ for all $n \in \Bbb N$ and $k$ from $1$ to $\infty$. Then by definition $\lim\sup X_n = \sup E$ and $\lim\inf X_n = \inf E$.
The definition of limsup/liminf for a sequence $ \{a_n: n \geq 1 \} $ is given by
$$ \liminf_{ n \to \infty} a_n = \sup_{n \geq 1} \inf_{ k \geq n } a_k \text{ and } \limsup_{n \to \infty} = \inf_{n \geq 1} \sup_{ k \geq n } a_k . $$
Let us show the inequality for $\liminf $, the other being similar. Define, for a sequence $ \{a_n \} $ and $ n \geq 1$, set $$ I_n (a) = \inf \{ a_k : k \geq n \}. $$ Clearly, $ I_n (a) \leq I_{n+1} (a) $ since the infimum is taken over $ \{ k : k \geq n \} $ in the first case which contains the set $ \{ k : k \geq n+1 \}$ over which the infimum is taken in the second case. Thus, $ I_n (a) $ is non-decreasing and hence the limit of $ I_n (a) $ exists and the supremum is the limit (which need not be bounded). Thus, we have, $$ \liminf_{ n \to \infty} a_n = \sup_{n \geq 1} \inf_{ k \geq n } a_k = \lim_{ n \to \infty} I_n (a) . $$ Now, coming to the problem, let $ X_n \leq Y_n $ for all $ n \geq 1$, we claim $$ I_n (X) \leq I_n (Y) \text{ for all } n \geq 1 . $$ Once we show this, the inequality follows from the above relation about $ \liminf $ and limit of the sequence of $ I_n (X) $ and $ I_n (Y) $ respectively.
To prove the claim: fix $ n \geq 1 $ and take any $ \epsilon > 0 $. Then $ I_n (Y) + \epsilon > I_n (Y) $ and hence there is a $ k (\geq n ) $ such that $ Y_k < I_n (Y) + \epsilon $. Thus, we have $ X_k \leq Y_k < I_n (Y) + \epsilon $. Thus, we have $ I_n (X) \leq I_n (Y) + \epsilon $. Since $ \epsilon > 0 $ is arbitrary, we have $ I_n (X) \leq I_n (Y) $ and the claim is proved.