Skip to Content
Math4111Introduction to Real Analysis (Lecture 24)

Lecture 24

Reviews

Let f:XYf: X\to Y. Consider the following statement:

ff is continuous     \iff for every open set VYV\in Y, f1(V)f^{-1}(V) is open in XX.”

  1. To give a direct proof of the     \implies direction, what must be the first few steps be?

  2. To give a direct proof of the     \impliedby direction, what must be the first few steps be?

  3. Try to complete the proofs of both directions.

A function f:XYf:X\to Y is continuous if pX\forall p\in X, ϵ>0\forall \epsilon > 0, δ>0\exists \delta > 0 such that f(Bδ(p))Bϵ(f(p))f(B_\delta(p))\subset B_\epsilon(f(p)). (For every point in a ball of Bδ(p)B_\delta(p), there is a ball of Bϵ(f(p))B_\epsilon(f(p)) that contains the image of the point.)

A set VYV\subset Y is open if qV\forall q\in V, r>0\exists r>0 such that Br(q)VB_r(q)\subset V.

New materials

Continuity and open sets

Theorem 4.8

A function f:XYf:X\to Y is continuous if and only if for every open set VYV\subset Y, f1(V)f^{-1}(V) is open in XX.

Proof:

    \implies: Suppose ff is continuous. Let VYV\subset Y be open. Let pf1(V)p\in f^{-1}(V). Since f(p)Vf(p)\in V, ϵ>0\exists \epsilon > 0 such that Bϵ(f(p))VB_\epsilon(f(p))\subset V.

Since ff is continuous, δ>0\exists \delta > 0 such that f(Bδ(p))Bϵ(f(p))Vf(B_\delta(p))\subset B_\epsilon(f(p))\subset V. Therefore, Bδ(p)f1(V)B_\delta(p)\subset f^{-1}(V). This shows that f1(V)f^{-1}(V) is open.

    \impliedby: Suppose for every open set VYV\subset Y, f1(V)f^{-1}(V) is open in XX. Let pXp\in X and ϵ>0\epsilon > 0. Let Bϵ(f(p))VB_\epsilon(f(p))\in V. Then f1(Bϵ(f(p)))f^{-1}(B_\epsilon(f(p))) is open in XX.

Since pf1(Bϵ(f(p)))p\in f^{-1}(B_\epsilon(f(p))) and f1(Bϵ(f(p)))f^{-1}(B_\epsilon(f(p))) is open, δ>0\exists \delta > 0 such that Bδ(p)f1(Bϵ(f(p)))B_\delta(p)\subset f^{-1}(B_\epsilon(f(p))). Therefore, f(Bδ(p))Bϵ(f(p))f(B_\delta(p))\subset B_\epsilon(f(p)). This shows that ff is continuous.

QED

Corollary 4.8

ff is continuous if and only if for every closed set CYC\subset Y, f1(C)f^{-1}(C) is closed in XX.

Ideas of proof:

  • CC closed in Y    Y\CY\iff Y\backslash C open in YY
  • f1(C)f^{-1}(C) closed in X    f1(Y\C)X\iff f^{-1}(Y\backslash C) open in XX
  • f1(Y\C)=X\f1(C)f^{-1}(Y\backslash C) = X\backslash f^{-1}(C)

Continue this proof by yourself.

Theorem 4.7

Composition of continuous functions is continuous.

Suppose X,Y,ZX,Y,Z are metric spaces, EXE\subset X, f:EYf:E\to Y is continuous, and g:YZg:Y\to Z is continuous. Then gf:EZg\circ f:E\to Z is continuous.

Ideas of proof:

  • Let Bϵ(g(f(p)))ZB_\epsilon(g(f(p)))\subset Z
  • g(f(Bδ(p)))Bϵ(g(f(p)))g(f(B_\delta(p)))\subset B_\epsilon(g(f(p)))
  • f(Bδ(p))f(B_\delta(p)) is open in YY
  • g1(Bϵ(g(f(p)))g^{-1}(B_\epsilon(g(f(p))) is open in YY
  • (gf)1(Bϵ(g(f(p))))=f1(g1(Bϵ(g(f(p)))))(g\circ f)^{-1}(B_\epsilon(g(f(p)))) = f^{-1}(g^{-1}(B_\epsilon(g(f(p)))))
  • f1(g1(Bϵ(g(f(p)))))=(gf)1(Bϵ(g(f(p))))f^{-1}(g^{-1}(B_\epsilon(g(f(p))))) = (g\circ f)^{-1}(B_\epsilon(g(f(p))))

Apply Theorem 4.8 to complete the proof.

Theorem 4.9

For f:XC,g:XCf:X\to \mathbb{C},g:X\to \mathbb{C} are continuous, then, f+g,f/gf+g,f/g are continuous.

Ideas of proof:

We can reduce this theorem to Theorem about limits and apply what you learned in chapter 3.

Examples of continuous functions 4.11

pR\forall p\in \mathbb{R}, ϵ>0\forall \epsilon > 0, δ>0\exists \delta > 0 such that xR\forall x\in \mathbb{R}, xp<δ    f(x)f(p)<ϵ|x-p|<\delta\implies |f(x)-f(p)|<\epsilon.

(a). f(x)=RR,f(x)=xf(x) = \mathbb{R}\to \mathbb{R},f(x) = x is continuous. boring.

Proof:

Let pRp\in \mathbb{R} and ϵ>0\epsilon > 0. Let δ=ϵ\delta = \epsilon. Then, xR\forall x\in \mathbb{R}, if xp<δ|x-p|<\delta, then f(x)f(p)=xp<δ=ϵ|f(x)-f(p)| = |x-p| < \delta = \epsilon.

QED

Therefore, by Theorem 4.9, f(x)=x2f(x) = x^2 is continuous. f(x)=x3f(x) = x^3 is continuous… So all polynomials are continuous.

(b). f:RkR,f(x)=xf:\mathbb{R}^k\to \mathbb{R},f(x)=|x| is continuous.

Ideas of proof:

  • f(x)f(p)=xpxp|f(x)-f(p)| = ||x|-|p||\leq |x-p| By reverse triangle inequality.
  • Let ϵ>0\epsilon > 0. Let δ=ϵ\delta = \epsilon.

Continuity and compactness

Theorem 4.13

A mapping of ff of a set EE into a metric space YY is said to be bounded if there is a real number MM such that f(x)M|f(x)|\leq M for all xEx\in E.

Theorem 4.14

f:XYf:X\to Y is continuous. If XX is compact, then f(X)f(X) is compact.

Proof strategy:

For every open cover {Vα}αA\{V_\alpha\}_{\alpha\in A} of f(X)f(X), there exists a corresponding open cover {f1(Vα)}αA\{f^{-1}(V_\alpha)\}_{\alpha\in A} of XX.

Since XX is compact, there exists a finite subcover {f1(Vα)}αA\{f^{-1}(V_\alpha)\}_{\alpha\in A} of XX. Let the finite subcover be {f1(Vα)}i=1n\{f^{-1}(V_\alpha)\}_{i=1}^n.

Then, {Vα}i=1n\{V_\alpha\}_{i=1}^n is a finite subcover of {Vα}αA\{V_\alpha\}_{\alpha\in A} of f(X)f(X).

See the detailed proof in the textbook.

Theorem 4.16 (Extreme Value Theorem)

Suppose XX is a compact metric space and f:XRf:X\to \mathbb{R} is continuous. Then ff has a maximum and a minimum on XX.

i.e.

p0,q0X such that f(p0)=supf(X) and f(q0)=inff(X).\exists p_0,q_0\in X\text{ such that }f(p_0) = \sup f(X)\text{ and }f(q_0) = \inf f(X).

Proof:

By Theorem 4.14, f(X)f(X) is compact.

By Theorem 2.41, f(X)f(X) is closed and bounded.

By Theorem 2.28, supf(X)\sup f(X) and inff(X)\inf f(X) exist and are in f(X)f(X). Let p0Xp_0\in X such that f(p0)=supf(X)f(p_0) = \sup f(X). Let q0Xq_0\in X such that f(q0)=inff(X)f(q_0) = \inf f(X).

QED


Supplemental materials:

I found this section is not covered in the lecture but is used in later chapters.

Definition 4.18

Let ff be a mapping of a metric space XX into a metric space YY. ff is uniformly continuous on XX if ϵ>0\forall \epsilon > 0, δ>0\exists \delta > 0 such that x,yX\forall x, y\in X, xy<δ    f(x)f(y)<ϵ|x-y| < \delta \implies |f(x)-f(y)| < \epsilon.

Theorem 4.19

If ff is a continuous mapping of a compact metric space XX into a metric space YY, then ff is uniformly continuous on XX.

Proof:

See the textbook.

QED


Continuity and connectedness

Definition 2.45: Let XX be a metric space. A,BXA,B\subset X are separated if AB=ϕ\overline{A}\cap B = \phi and BA=ϕ\overline{B}\cap A = \phi.

EXE\subset X is disconnected if there exist two separated sets AA and BB such that E=ABE = A\cup B.

EXE\subset X is connected if EE is not disconnected.

Theorem 4.22

f:XYf:X\to Y is continuous, EXE\subset X. If EE is connected, then f(E)f(E) is connected.

Proof:

We will prove the contrapositive statement: if f(E)f(E) is disconnected, then EE is disconnected.

Suppose f(E)f(E) is disconnected. Then there exist two separated sets AA and BYB\in Y such that f(E)=ABf(E) = A\cup B.

Let G=f1(A)EG = f^{-1}(A)\cap E and H=f1(B)EH = f^{-1}(B)\cap E.

We have:

f(E)=AB    E=GHf(E)=A\cup B\implies E = G\cup H

Since AA and BB are nonempty, A,Bf(E)A,B\subset f(E), this implies that GG and HH are nonempty.

To complete the proof, we need to show GH=ϕ\overline{G}\cap H = \phi and HG=ϕ\overline{H}\cap G = \phi.

We have Gf1(A)Ef1(A)f1(A)G\subset f^{-1}(A)\cap E\subset f^{-1}(A)\subset f^{-1}(\overline{A}) Since A\overline{A} is closed, f1(A)f^{-1}(\overline{A}) is closed. This implies that Gf1(A)\overline{G}\subset f^{-1}(\overline{A}).

So Gf1(A)\overline{G}\subset f^{-1}(\overline{A}) and Hf1(B)\overline{H}\subset f^{-1}(\overline{B}).

Since AA and BB are separated, AB=ϕ\overline{A}\cap B = \phi and BA=ϕ\overline{B}\cap A = \phi.

Therefore, GH=ϕ\overline{G}\cap H = \phi and HG=ϕ\overline{H}\cap G = \phi.

QED

Theorem 4.23 (Intermediate Value Theorem)

Let f:[a,b]Rf:[a,b]\to \mathbb{R} be continuous. If cc is a real number between f(a)f(a) and f(b)f(b), then there exists a point x[a,b]x\in [a,b] such that f(x)=cf(x) = c.

Ideas of proof:

Use Theorem 2.47. A subset EE of R\mathbb{R} is connected if and only if it has the following property: if x,yEx,y\in E and x<z<yx<z<y, then zEz\in E.

Since [a,b][a,b] is connected, by Theorem 4.22, f([a,b])f([a,b]) is connected.

f(a)f(a) and f(b)f(b) are real numbers in f([a,b])f([a,b]), and cc is a real number between f(a)f(a) and f(b)f(b).

By Theorem 2.47, cf([a,b])c\in f([a,b]).

QED

Last updated on