Let \(\seq an\) be a sequence of real numbers and let \(L \in \R\text{.}\)
(a)
Write the precise definition of “\(a_n \to L\) as \(n\to \infty\)”. Spell out any quantifiers \(\forall,\exists\) as words.
Solution.
For any \(\varepsilon \gt 0\text{,}\) there exists \(N \in \N\) such that, for all \(n \ge
N\text{,}\) \(\abs{a_n - L} \lt \varepsilon\text{.}\)
(b)
Which of the following is the logical negation of the statement “\(a_n \to L\) as \(n \to \infty\)”?
- For all \(\varepsilon \gt 0\text{,}\) and for all \(N \in \N\text{,}\) there exists \(n \ge N\) such that \(\abs{a_n-L} \ge \varepsilon\text{.}\)
- There exists \(\varepsilon \gt 0\) such that, for all \(N \in \N\text{,}\) there exists \(n \ge N\) such that \(\abs{a_n-L} \ge \varepsilon\text{.}\)
- There exists \(\varepsilon \gt 0\) and \(N \in \N\) such that, for all \(n \ge N\text{,}\) \(\abs{a_n-L} \ge \varepsilon\text{.}\)
- For all \(\varepsilon \gt 0\text{,}\) there exists \(N \in \N\) such that, for all \(n \ge N\text{,}\) \(\abs{a_n-L} \ge \varepsilon\text{.}\)
Solution.
Comment.
Being able to quickly and accurately negate statements involving quantifiers is a basic skill in Analysis. In principle there are rules that one can memorise, but in more complicated situations it is also important to have internalised why these rules make sense. If you had any difficulty with this question whatsoever, I encourage you to look through any relevant notes from Analysis 1 and practice negating other statements like “the function \(f \maps (a,b) \to \R\) is continuous at the point \(x_0 \in (a,b)\)”. I am also more than happy to talk about this in office hours.
(c)
Let \(\seq an\) and \(\seq bn\) be sequences of real numbers with \(\lim_{n \to \infty} a_n = 0\) and \(\lim_{n \to \infty} b_n = 1\text{.}\) The conclusion of the argument below is clearly incorrect, but where does the reasoning go wrong? How could the argument have been written to make such a mistake less likely? Note that I am not asking you to give a correct proof of a related true statement.
For any \(\varepsilon_1 \gt 0\text{,}\) we can find \(N_1 \in \N\) such that \(\abs{a_n} \lt \varepsilon_1\) for all \(n \ge N_1\text{.}\) Similarly, for any \(\varepsilon_2 \gt 0\) we can find \(N_2 \in \N\) such that \(\abs{b_n-1} \le \varepsilon_2\) for \(n \ge
N_2\text{.}\) Let \(N=\max\{N_1,N_2\}\text{.}\) Then for \(n \ge N\text{,}\)
\begin{align*}
\abs{a_n+b_n}
\amp = \abs{a_n+(b_n-1)+1}\\
\amp \le \abs{a_n}+\abs{b_n-1}+1\\
\amp \lt \varepsilon_1 + \varepsilon_2 + 1\\
\amp = \varepsilon\text{.}
\end{align*}
Therefore \(\lim_{n\to \infty}(a_n + b_n)=0\text{.}\)
Solution.
See Section G.1.
Comment.
This question asks you to explain what was wrong with this incorrect argument (of a false statement). It did not ask you to give a correct argument (of a related true statement). Explaining why an argument doesn’t work can often be quite tricky, and is a useful mathematical skill to develop.