Lecture 25 - Continuity

Last time we talked about the definition of a limit. Today we will talk about continuity.

continuity, epsilon-delta definition

Let f:AR where AR and cA. Then f is continuous at c if ε>0δ>0xA(|xc|<δ|f(x)f(c)|<ε)

Compare and contrast this with the definition of a Functional Limit.

Here are some remarks:

  • If c is Isolated Point then f is automatically continuous at c.
  • If c is a Limit Point of A then this can be phrased in terms of limits.

These are bundled up into a nice little theorem.

Characterization of Continuity

If f:AR where AR and cA, then the following are equivalent:

  1. f is continuous at c.
  2. ε>0δ>0xA(xAVε(c)f(x)Vε(f(c)))
  3. (xn)A where xnc, then f(xn)f(c).
  4. If specifically c is a Limit Point of A, then each of these is equivalent to:
    limxcf(x)=f(c)

Proof

Notice the first one is just a rewording using Epsilon-Neighborhood notation. Thus (1)(2).

((3)(1)): Use an argument similar to the Sequential Criterion For Functional Limits, with some modifications for when xn=c.

((4)(1)): Consider the Functional Limit definition. Just observe the case that x=c (which isn't included in the definition for Functional Limits) leads to the requirement that f(c)Vε(f(c)), which is trivially true.

As a bit of a corollary, we can get a characterization for discontinuity.

Criterion for Discontinuity

Let f:AR and let cA be a limit point of A. If there exists a sequence (xn)A where (xn)c but such that f(xn)f(c), we may conclude that f is not continuous at c.

Similar to how we can do operations on limits, we can similar do the same for continuity:

Algebraic Continuity Theorem

Let f,g:AR where AR and cA. Suppose f,g each are continuous at c. then:

  1. αf (for all αR)
  2. f+g
  3. fg
    Are continuous at c. If further g(c)0 then fg is continuous at c too.

Proof

Apply (3) from the Characterization of Continuity with the Algebraic Limit Theorem for Functional Limits for sequences

Continuous Examples

  1. f(x)=x where A=R. Here f is continuous at every cR. Let's use the definition of continuity to show this.

Proof

Let ε>0. Choose δ=ε>0. Let xA be arbitrary. Then if we suppose that |xc|<δ then:

|f(x)f(c)|=|xc|<δ=ε|f(x)f(c)|<ε

  1. All polynomials are continuous over the real line (A=R) at every point on that line cR. This comes directly from applying (1) except using multiplications from the Algebraic Continuity Theorem and scaling them by constants.
  2. All rational functions are continuous at every point they are defined. This also comes from using the Algebraic Continuity Theorem and applying the division rule.
  3. f(x)=x over A=[0,) is continuous for all cA. Let's use the proof, but first doing some scratch:

If we take c0, what do we know about:

|f(x)f(c)|=|xc|=|xc||x+c||x+c=|xc||x+c|=|xc|x+c

We want |f(x)f(c)|<ε for any |xc|<δ. Then:

|xc|x+c|xc|c<ε

Thus we want |xc|<εc implying that δ=εc. But we have issues if c=0, so let's handle that separately:

|f(x)f(c)|=|x0|=x=|x0|

So if we make |x0|<ε2=δ then that evaluates the RHS to <ε as we wanted.

Proof

Let ε>0. We have two cases:

  1. (c=0): Choose δ=ε2. Then if |x0|<δ=ε2 then:
|x0|<ε2|x0|<εx<ε|f(x)f(c)|<ε

as desired.
2. (c0): Choose δ=εc. Then if |xc|<δ then:

|f(x)f(c)|=|xc|=|(xc)(x+c)x+c|=|xc|x+c|xc|c<δc=ε

Discontinuous Examples

  1. Take f(x)={sin(1x)x00x=0. This one we talked about how the limit at 0 didn't exist. But because c is a limit point of the domain R then because the limits don't exist then that implies that it can't be continuous at 0.
  2. See Dirichlet's Function.
  3. Define h(x) as:
h(x)={xxQ0xQ

Then h is still discontinuous at any c0. However, at c=0 we recover continuity. This is because:

|h(x)h(0)|=|h(x)||x|=|x0|<δ

so setting δ=ε works here.

Notice that we can write h(x)=xg(x) where g(x) is defined above. But