- If \(a_n \geq 0\) for all \(n \in \mathbb{N}\), then \(a \geq 0\);
- If \(a_n \leq b_n\) for all \(n \in \mathbb{N}\), then \(a \leq b\);
- If there exists \(c \in \mathbb{R}\) for which \(c \leq b_n\) for all \(n \in \mathbb{N}\), then \(c \leq b\). Similarly, if \(a_n \leq c\) for all \(n \in \mathbb{N}\), then \(a \leq c\)
Definitions of sequences and convergence: here, Definitions of subsequences: here.
For the “show the limit” template: here.
Proof (i)
Assume for the sake of contradiction that \(a < 0\). Since \(\lim a_n = a\), then for \(\epsilon > 0\), there exist some \(n \geq N\) such that \(|a_n - a| < \epsilon\). Choose \(\epsilon = |a|\). Then, we must have an \(n \geq N\) such that
But this contradicts the assumption that \(a_n \geq 0\) for all \(n \in \mathbb{N}\). Therefore, we must have \(a \geq 0\). \(\blacksquare\)
Proof (ii)
Write \(a_n \leq b_n\) as \(b_n - a_n \geq 0\). Since we have both \(\lim a_n = a\) and \(\lim b_n = b\), then by the algebraic limit theorem, This limit will converge to \(b - a\). By part (i), since \(b_n - a_n \geq 0\), then \(b-a \geq 0\) and so \(a \leq b\) as required. \(\blacksquare\)
Proof (ii) [Alternative]
Suppose for the sake of contradiction that \(b < a\). Then, let \(\epsilon = \frac{|a-b|}{2}\). Then
Now, since we’re given that \(\lim a_n = a\), then there exists an \(N_1 \in \mathbb{N}\) such that when \(n \geq N_1\), we have
Similarly, we’re given that \(\lim b_n = b\), then there exists an \(N_2 \in \mathbb{N}\) such that when \(n \geq N_2\), we have
Now, let \(N = \max(N_1, N_2)\). When \(n \geq N\),
which are disjoint internvals. But this implies that \(a_n > b_n\). This is a contradiction since the original assumption is that \(a_n \leq b_n\). Therefore, we must have \(a \leq b\). \(\blacksquare\)
Proof (iii)
TODO