Math 350 | Advanced Calculus | Spring 2026
Contents
Consider the following sets of numbers: \begin{align} \mathbb{N} &= \{1, 2, 3, \ldots \}\ \text{ (natural numbers)}\\ \mathbb{Z} &= \{\ldots,-3,-2,-1,0,1, 2, 3, \ldots \}\ \text{ (integers)}\\ \mathbb{Q} &= \left\{\frac{a}{b} : a,b\in \mathbb{Z}, b\neq 0 \right\}\ \text{ (rational numbers)}\\ \end{align} We have that \(\mathbb{N} \subset \mathbb{Z} \subset \mathbb{Q}\).
In other words, \(\sqrt{2}\notin \mathbb{Q}\). We will shortly introduce the set of real numbers, \(\mathbb{R}\), a larger set of numbers than \(\mathbb{Q}\) which contains \(\sqrt{2}\). We will define \(\mathbb{R}\) rigorously as a set satisfying eleven axioms. The first ten of these axioms are given in the following three definitions.
- For all \(a,b\in F\), \(a+b = b+a\) and \(a\cdot b=b\cdot a\).
- For all \(a,b,c\in F\), \((a+b)+c = a+(b+c)\) and \((a\cdot b)\cdot c = a\cdot (b\cdot c)\).
- For all \(a,b,c\in F\), \(a\cdot (b + c) = a\cdot b + a\cdot c\).
- There exist elements \(0,1\in F\) for which \(0+a=0\) and \(1\cdot a = a\) for all \(a\in F\).
- For every \(a\in F\), there exists an element \(-a\in F\) for which \(a + (-a)=0\).
- For every \(a\in F\), \(a\neq 0\), there exists \(a^{-1}\in F\) for which \(a\cdot a^{-1}=1\).
- For all \(a,b\in S\), exactly one holds: \(a=b\), \(a \lt b\), or \(a\gt b\).
- For all \(a,b,c\in S\), if \(a\lt b\) and \(b\lt c\) then \(a\lt c\).
- For all \(a,b,c\in F\), if \(a\lt b\), then \(a+c\lt b+c\).
- For all \(a,b,c\in F\), if \(a\lt b\) and \(c \gt 0\), then \(a\cdot c\lt b\cdot c\).
- \( 0 \lt 1\).
- If \(a \gt 1\), then \(a^2 \gt a\).
- If \(0\lt a \lt 1\), then \(a^2 \lt a\).
- If \(0\lt a\), then \(0 \lt 1/a\).
- If \(0\lt a \lt b\), then \(0 \lt b^{-1} \lt a^{-1}\).
- \(-|a|\leq a \leq |a|\)
- \(|-a|=|a|\)
- \(|a|\lt k \iff -k \lt a \lt k\)
- \(|a| \gt k \iff a \gt k \text{ or }a \lt -k\)
- \(|ab| = |a|\cdot |b|\)
- An upper bound of \(S\) is an element \(M\in F\) such that \(M\geq s\) for all \(s\in S\). A lower bound of \(S\) is an element \(m\in F\) such that \(m\leq s\) for all \(s\in S\).
- \(S\) is bounded above if \(S\) has an upper bound. \(S\) is bounded below if \(S\) has a lower bound. \(S\) is bounded if it has both an upper and lower bound.
- A maximum of \(S\) is an upper bound of \(S\) which lies in \( S\). A minimum of \(S\) is a lower bound of \(S\) which lies in \( S\).
- A supremum of \(S\) is an element \(a\in F\) such that (1) \(a\) is an upper bound of \(S\) and (2) if \(b\) is an upper bound of \(S\) then \(a\leq b\). An infimum of \(S\) is an element \(c\in F\) such that (1) \(c\) is a lower bound of \(S\) and (2) if \(d\) is a lower bound of \(S\) then \(d\leq c\).
- Every subset of \(F\) which is bounded above has a supremum.
Note that a complete ordered field satisfies all eleven axioms F1 - F6, TO1 - TO2, OF1 - OF2, and AC.
The next four theorems are consequences of the Axiom of Completeness for \(\mathbb{R}\).
Note that, in the above definition, if there exists a bijection \(f:A\to B\) , then there also exists a bijection \(g:B\to A\), namely, \(g=f^{-1}\). Thus the definition is symmetric in \(A\) and \(B\). (In fact it can be shown that \(\sim \) is an equivalence relation.)
- finite if \(A=\emptyset\) or \(A \sim \{1,2,\ldots,n\}\) for some \(n\).
- infinite if \(A\) is not finite.
- countably infinite if \(A\sim \mathbb{N}\).
- countable if \(A\) is finite or countably infinite.
- uncountable if \(A\) is not countable.
Informally, a sequence is an infinite list of real numbers \( (a_1, a_2, a_3,\ldots)\). Formally:
The mapping of this defintion is \(n \mapsto a_n \), where \(a_n\) is the \(n\)-th term of the sequence. We often denote the sequence by \((a_n)\).
In other words, \( (a_n) \) converges to \(L\) if, for every \( \epsilon \gt 0\), however small, there is a point in the sequence beyond which all of the terms lie in the \(\epsilon\)-neighborhood \(N_{\epsilon}(L)\). We sometimes express convergence of \( (a_n) \) to \(L\) symbolically by writing \( (a_n) \to L\) or, alternatively, \(\lim\limits_{n\to \infty} a_n = L\).
- \(\lim (c a_n) = c \lim (a_n)\).
- \(\lim (a_n + b_n) = \lim (a_n) + \lim (b_n)\).
- \(\lim (a_n \cdot b_n) = \lim (a_n) \cdot \lim (b_n)\).
- \(\lim (a_n / b_n) = \lim (a_n) / \lim (b_n)\), provided \(b_n \neq 0\) for all \(n\) and \( \lim (b_n) \neq 0\).
- increasing if \(a_n \leq a_{n+1}\) for all \(n\in \mathbb{N}\).
- decreasing if \(a_n \geq a_{n+1}\) for all \(n\in \mathbb{N}\).
- monotone if it is increasing or decreasing.
- strictly increasing if \(a_n \lt a_{n+1}\) for all \(n\in \mathbb{N}\).
- strictly decreasing if \(a_n \gt a_{n+1}\) for all \(n\in \mathbb{N}\).
- The union of any collection of open sets is open.
- The intersection of any finite collection of open sets is open.
- The union of any finite collection of closed sets is closed.
- The intersection of any collection of closed sets is closed.
- The set of limit points of \( A\) is denoted by \( A' \).
- The closure of \( A\), denoted by \( \overline{A} \), is defined by \( \overline{A} = A \cup A' \).
- An open cover of \( A \) is a collection of open sets whose union contains \(A \).
- Given an open cover \( \mathcal{F} \) of \(A \), a finite subcover of \( \mathcal{F} \) is a finite subcollection of the open sets of \( \mathcal{F} \) whose union still contains \( A \).
- \( d(x,y) \geq 0 \).
- \(d(x,x) = 0 \), and \( d(x,y) = 0 \) only if \(x = y\).
- \( d(x,y) = d(y,x) \).
- \( d(x,y) \leq d(x,z) + d(z,y) \) (Triangle Inequality).