跳到主要内容

Deep Dive into Continuity

Continuity of Real Numbers

Completeness Property:

Every nonempty set of real numbers that is bounded above (or below) has a least upper bound (or greatest lower bound).

Monotone Convergence Theorem:

Every monotonic (non-decreasing or non-increasing) and bounded sequence of real numbers is convergent.

an,anM    limn+an=supn1an\begin{equation*} a_n \nearrow, \quad a_n \le M \implies \lim_{n \to +\infty} a_n = \sup_{n \ge 1} a_n \end{equation*}

Nested Interval Theorem:

Every sequence of nested closed and bounded intervals has a nonempty intersection.

[an+1,bn+1][an,bn]    n1[an,bn]\begin{equation*} [a_{n+1}, b_{n+1}] \subseteq [a_n, b_n] \implies \bigcap_{n \ge 1} [a_n, b_n] \ne \varnothing \end{equation*}

Closed Set

A subset ARA \subseteq \mathbb{R} is called a closed set if it is closed under limits, that is:

If anA and limn+an exists, then limn+anA.\begin{equation*} \text{If } a_n \in A \text{ and } \lim_{n \to +\infty} a_n \text{ exists, then } \lim_{n \to +\infty} a_n \in A. \end{equation*}

Theorems

  1. KRK \subset \mathbb{R} is a bounded closed set if and only if every sequence in KK has a convergent subsequence whose limit also lies in KK.

    K is bounded and closed     {xn}K,{xnk} such that xnkxK.\begin{equation*} K \text{ is bounded and closed } \iff \forall \{x_n\} \subset K, \exists \{x_{n_k}\} \text{ such that } x_{n_k} \to x^* \in K. \end{equation*}
  2. Let ff be a continuous function on a nonempty bounded closed set KRK \subset \mathbb{R}. Then the image set f(K)f(K) is also a nonempty bounded closed set. Therefore, ff attains both its maximum and minimum on KK.

    xmax,xminKs.t.f(xmax)=maxxKf(x),f(xmin)=minxKf(x).\begin{equation*} \exists x_{\max}, x_{\min} \in K \quad \text{s.t.} \quad f(x_{\max}) = \max_{x \in K} f(x), \quad f(x_{\min}) = \min_{x \in K} f(x). \end{equation*}

Bolzano–Weierstrass

Every bounded sequence of real numbers has a convergent subsequence.

If (an) is bounded in R, then there exists a subsequence (ank) such that limk+ank exists.\begin{equation*} \text{If } (a_n) \text{ is bounded in } \mathbb{R}, \text{ then there exists a subsequence } (a_{n_k}) \text{ such that } \lim_{k \to +\infty} a_{n_k} \text{ exists.} \end{equation*}

Cauchy Convergence Criterion

A real sequence {an}n1\{a_n\}_{n \ge 1} converges if and only if it is a Cauchy sequence, that is:

ε>0,N>0 such that nN,p1,an+pan<ε.\begin{equation*} \forall \varepsilon > 0, \, \exists N > 0 \text{ such that } \forall n \ge N, \, \forall p \ge 1, \, |a_{n+p} - a_n| < \varepsilon. \end{equation*}

Theorem (Banach Fixed Point Theorem / Contraction Mapping Theorem)

Let ARA \subset \mathbb{R} be a non-empty closed set. Suppose F:ARF: A \to \mathbb{R} satisfies:

  1. F(A)AF(A) \subseteq A;

  2. (Contraction) There exists a constant 0<λ<10 < \lambda < 1 such that

    F(x)F(y)λxy,x,yA.\begin{equation*} |F(x) - F(y)| \le \lambda |x - y|, \quad \forall x, y \in A. \end{equation*}

Then there exists a unique point xAx^* \in A such that F(x)=xF(x^*) = x^*. Moreover, for any x0Ax_0 \in A and any integer n1n \ge 1, we have

Fn(x0)xλn1λF(x0)x0.\begin{equation*} |F^n(x_0) - x^*| \le \frac{\lambda^n}{1 - \lambda} |F(x_0) - x_0|. \end{equation*}

Intermediate Value Property

If ff is continuous on the interval [a,b][a,b] and f(a)f(b)f(a) \ne f(b), then every real number between f(a)f(a) and f(b)f(b) is attained as a function value of ff on [a,b][a,b].

Theorems

  1. If a function ff is monotonic on an interval II, then ff is continuous if and only if f(I)f(I) is an interval.

    f is continuous     f(I) is an interval.\begin{equation*} f \text{ is continuous } \iff f(I) \text{ is an interval.} \end{equation*}
  2. All elementary functions are continuous.

  3. If ff is a continuous and injective (one-to-one) function on an interval II, then ff is strictly monotonic.

    Continuous and injective  Monotonic.\begin{equation*} \text{Continuous and injective } \Rightarrow \text{ Monotonic.} \end{equation*}

Uniform Continuity

A function ff is said to be uniformly continuous on a set KK, if for every ε>0\varepsilon > 0, there exists a δε>0\delta_\varepsilon > 0 such that

x,yK,xy<δε    f(x)f(y)<ε.\begin{equation*} \forall x, y \in K, \quad |x - y| < \delta_\varepsilon \implies |f(x) - f(y)| < \varepsilon. \end{equation*}

Theorems

  1. If a function ff is continuous on a nonempty bounded closed set KRK \subset \mathbb{R}, then ff is uniformly continuous on KK.