Continuity — sequential definition

Let , and . We call the function continuous at if for all sequences with :

If is continuous at all , we call continuous.

Continuous means: you can swap the limit and the function.

Continuity — Epsilon-delta criterion

is continuous at iff:

“A small change in input causes only a small change in output.”

How to prove continuity

Using the sequential definition: take any sequence , apply limit rules to , show the result equals .

Using epsilon-delta: given , find a (which may depend on and ) such that the implication holds.

How to prove discontinuity

Find one sequence where .

Or find two sequences where and converge to different limits. This is stronger: it shows doesn’t exist at all.

Removable vs non-removable discontinuity

Removable: exists, but (or is undefined). You can “fix” it by (re)defining the limit.
E.g. at is undefined, but . Define and it’s continuous.

Non-removable: doesn’t exist. No choice of can fix it. This happens when:

  • left and right limits disagree (jump, e.g. heaviside function at 0)
  • the function oscillates without settling (e.g. at 0)

Calculation rules

If are continuous at and , then so are:

  • , ,
  • (if )
  • (composition, if the domains match)

Follows directly from limit arithmetic.

Known continuous functions

These are the building blocks. Anything composed from them via the calculation rules above is also continuous.

  • Constants, (identity)
  • polynomials (by applying calculation rules to and constants)
  • Rational functions (where )
  • , (and therefore where )
  • (exponential, for )
  • (for , )
  • (for )

Continuity of piecewise functions

Each piece is typically continuous on its interval (polynomial, sqrt, sin, …). The only question is at the junction points where the pieces meet. There, check:

Left limit = right limit = function value. If any of these disagree, is discontinuous at .

Inverse functions

If is continuous and bijective on an interval , then is also continuous on . This is why and are continuous (they’re inverses of and ).

Continuity Differentiability

If a function is differentiable at a point, then it must be continuous at that point.
However, a function can be continuous at a point without being differentiable there.
E.g. is continuous everywhere but not differentiable at ; has a vertical tangent at , i.e. not differentiable there.

Link to original