Recall

Recall

  • High school definition of continuity: is continuous at iff . This will be modified.

  • The definition of limit of a function from yesterday. Recall why we required to be a limit point.

To-do:

  • Relating limit of function with sequences (this will allow us to import the algebraic properties we proved for limits of sequences)
  • open and closed sets

Continuity

Few things to note:

  • While defining the limit of a function at a point , we wanted it to be such that we could pick from outside the domain of . In contrast, we want being defined at as a prerequisite for being continuous at .
  • We do not want to restrict to be a limit point of the domain of , since we would like to comment on whether is continuous or not at any point in its domain.

Continuity at a point

Definition

Rudin, 4.5

Definition 1.

Let and be metric spaces, , , .
Then is said to be continuous at if for every there exists a such that , implies .

How it compares to limit of at a point

Compare the above with the definition of the limit of a function as approaches , restated here from yesterday:

Rudin, 4.1

Definition 2.

Let and be metric spaces, , , is a limit point of .
We write , if for every there exists a such that implies .

Note the differences:

  1. 4.1 requires to be a limit point, 4.5 doesn’t.
  2. 4.5 requires , 4.1 doesn’t.
  3. 4.5 says , and 4.1 says .
  4. 4.5 says , 4.1 says . We do not want to take any position about when working with the limit of at . It may not exist, it may exist and be not equal to , or it may be equal to - we do not care, and more importantly, we don’t want to say anything about it. However, in 4.5, we are checking for every that passes the test , and is always true, regardless of what and are. While we do not lose anything by excluding the case, adding the restriction does not accomplish anything, and just clutters the definition. It does have some semantic value when is an isolated point though, as explained below.

How does this definition interact with limit points?

Case 1: is a limit point of

Rudin, 4.6
Say that is continuous at , and is a limit point of . Given the latter, 4.5 is a stricter statement than 4.1 - It says that the limit at exists, and that it equals (point 3 above). This is essentially the familiar high school definition: is continuous at iff .

Case 2: is an isolated point of

Say is continuous at , and is not a limit point of , i.e, is an isolated point.

Recall the definition of a limit point, restated from yesterday:

Definition 3.

Given , a point is a limit point of , if for all , contains a point other than .

If is not a limit point, then there must exist such that contains no point other than (note that always contains ). However, since the definition goes and not , passes the filter, and the “such that” clause becomes non-vacuously true. Note that even if we had the tighter version, the “such that” clause would still be vacuously true for this . Thus, is continuous at (in fact, ANY function with domain is continuous at ). Also, it follows that is continuous at all isolated points in its domain.

Balls and neighborhoods

We can recast 4.5 like so:

Definition 4.

Let and be metric spaces, , , .
Then is said to be continuous at if for every there exists a such that .

So, continuity at means contains a ball of non zero radius around , i.e, is a neighborhood of .

A further simplification of the definition

Rudin, 4.12

The previous definitions defined on a subset of a metric space . However, (unlike the definition of limit) the definition of continuity does not involve the points of not in in any manner. This, combined with the knowledge that any subset of a metric space is a metric space, allows us to directly define on some metric space .

(I promise, this is the last time I’ll be restating this)

Definition 5.

Let and be metric spaces, , .
Then is said to be continuous at if for every there exists a such that .

Composition of functions continuous at a point

Rudin, 4.7

Theorem 6.

Suppose , , are metric spaces, and , .
If is continuous at a point and if is continuous at the point then is continuous at .

Note that the result from the previous section has been used to simplify the theorem from how it appears in Rudin.

Proof
Since is continuous at , there must exist such that . Similarly, since is continuous at , there must exist such that . Thus, we have , and we are done. ❏

Continuous functions

Definition

Definition 7.

If is continuous at every point of , then is said to be continuous on . If happens to be the domain of , then is just said to be continuous.

Example

For example, consider the function , defined by .
Given any point in the domain of the function, we can pick

For every , , and thus , which will satisfy any . So, is continuous.


Sequence criterion

Rudin, 4.2

Theorem 8.

Let and be metric spaces, , , is a limit point of .
Then, iff for every sequence in such that , it is the case that .

Proof of
Take a given sequence . Let . Want to find such that for all , . Since , there must exist such that . Take such that for all , , which ensures . ❏

Proof of
Proof by contradiction. Suppose is false (see how this is different from having here). Then, there exists a “bad” such that for all , there exists some such that and .
Let , get such that but . Then , but .

The usefulness of this theorem will become apparent when we define algebraic properties of limits in the next section.

Info

For the second part of the proof, we are given are statements about sequences, and what we need to show involves balls. This suggests that we should try to employ proof by contradiction, since there is no straightforward way to turn a statement about all sequences that converge to a point into one about all points within balls centered at a point.

Uniqueness of limit of a function

Theorem 9(Corollary).

If has a limit at , this limit is unique.

Follows from Rudin, 4.2 combined with Rudin, 3.2d (uniqueness of limit of a sequence).


Algebra of limits of functions

Note that functions must be real/complex/vector valued for us to be able to do any algebra with them.

Rudin, 4.4

Theorem 10.

Suppose is a metric space, , is a limit point of , , , and , .
Then,

  1. , if .

Proof
For every in , we have and , courtesy 4.2(). Then, the algebra of limits of sequences tells us that . This implies , also because of 4.2(). ❏

Similar proofs for (2) and (3).

Info

In (3), we have only required the limit of at to be non-zero, because this guarantees a window about where must be non-zero.

Have a peek at Rudin, 4.9.


Epilogue

Briefly discussed Rudin, 4.9 to 4.12 (Assigned reading). Noted the use of slot-wise convergence in proving 4.10.

Noted that in the space of , and are continuous functions. Realized how this in conjunction with Rudin, 4.9 implied all that polynomials and rational functions (with the usual restrictions on the denominator) are continuous.