lacunary - Mathnotes

Continuity

Limit Definition of Continuity

Let A be a set of real numbers and f(x) a function f:AR. We say that f(x) is continuous at a if limxaf(x)=f(a).

In other words, f(a) exists, the limit of f(x) as x approaches a exists, and these two values are equal.

Epsilon-Delta Definition of Continuity

This is an equivalent definition of continuity.

Theorem: Let A be a set of real numbers and f(x) a function from A into R. Assume also that a is a real number and for every δ>0, there exists numbers xA satisfying 0<xa<δ. Then f(x) is continuous at a if and only if for every ϵ>0 there exists δ>0 such that f(x)f(a)<ϵ if xa<δ and xA.

This is basically saying that we can choose as small of a change from f(a) to f(x) as we want (ϵ) by picking a value of x close enough to a (δ.)

Continuity Rules

Theorem: Suppose f(x) and g(x) are continuous at a, and c is a real number. Then we have that:

  1. f(x)+cg(x) is continuous at a.
  1. f(x)g(x) is continuous at a.
  1. f(x)g(x) is continuous at a if g(a)0.
  1. f(g(x)) is continuous at a.

A function is said to be continuous if it's continuous for all points in its domain. A function is said to be continuous on [a,b] if it's continuous for all values in (a,b), it's continuous from the right at a and it's continuous from the left at b.

Intermediate Value Theorem: Suppose f:[a,b]R is continuous and that r is a value between f(a) and f(b). Then there exists a number c in (a,b) for which f(c)=r.

Boundedness Theorem: If f is continuous on [a,b] then it's bounded on [a,b].

Extereme Value Theorem: If f is continuous on [a,b] then f attains absolute minimum and absolume maximum values on [a,b].