Main Page | See live article | Alphabetical index

Continuous function

In mathematics, a continuous function is one in which "small" changes in the input produce "small" changes in the output. If small changes in the input can produce a broken jump in the changes of the output, the function is said to be discontinuous (or to have a discontinuity).

As an example, consider the function h(t) which describes the height of a growing child at time t. This function is continuous (unless the child's legs were amputated). As another example, if T(x) denotes the air temperature at height x, then this function is also continuous. In fact, there is the dictum in nature everything is continuous. By contrast, if M(t) denotes the amount of money in a bank account at time t, then the function jumps whenever money is deposited or withdrawn, so the function M(t) is discontinuous.

For continuity as it is used in topology, see continuity (topology).

Table of contents
1 Real valued continuous functions
2 Continuous functions between metric spaces
3 Continuous functions between topological spaces
4 Continuous functions on ordinal numbers
5 Also see
6 References

Real valued continuous functions

Suppose we have a function that maps real numbers to real numbers and is defined on some interval, like the three functions h, T and M from above. Such a function can be represented by a graph in the cartesian plane; the function is continuous if, roughly speaking, the graph is a single unbroken curve with no "holes" or "jumps": if it can be drawn by hand without lifting the pencil from the paper.

To be more precise, we say that the function f is continuous at some point c if the following three requirements are satisfied:

We call the function everywhere continuous, or simply continuous, if it is continuous at every point of its domain.

Epsilon-delta definition

Without resorting to limits, one can define continuity of real functions as follows.

Again consider a function f that maps a set of real numbers to another set of real numbers, and suppose c is an element of the domain of f. The function f is said to be continuous at the point c if (and only if) the following holds: For any positive number ε however small, there exists some positive number δ such that for all x with c - δ < x < c + δ, the value of f(x) will satisfy f(c) - ε < f(x) < f(c) + ε. This "epsilon-delta definition" of continuity was first given by Cauchy.

More intuitively, we can say that if we want to get all the f(x) values to stay in some small neighborhood around f(c), we simply need to choose a small enough neighborhood for the x values around c, and we can do that no matter how small the f(x) neighborhood is.

Examples

Facts about continuous functions

If two functions f and g are continuous, then f + g and fg are continuous. If g(x) ≠ 0 for all x in the domain, then f/g is also continuous.

The composition f o g of two continuous functions is continuous.

The intermediate value theorem is an existence theorem, based on the real number property of completeness, and states: "If the real-valued function f(x) is continuous on the closed interval [a, b] and k is some number between f(a) and f(b), then there is some number c in [a, b] such that f(c) = k. For example, if a child undergoes continuous growth from 1m to 1.5m between the ages of 2 years and 6 years, then, at some time between 2 years and 6 years of age, the child's height must have equalled 1.25m.

As a consequence, if f(x) is continuous on [a, b] and f(a) and f(b) differ in sign, then, at some point c, f(c) must equal zero.

If a function f is defined on a closed interval [a,b] and is continuous there, then the function attains its maximum, i.e. there exists c∈[a,b] with f(c) ≥ f(x) for all x∈[a,b]. The same is true for the minimum of f. (Note that these statements are false if our function is defined on an open interval (a,b). Consider for instance the continuous function f(x) = 1/x defined on the open interval (0,1).)

If a function is differentiable at some point c of its domain, then it is also continuous at c. The converse is not true: a function that's continuous at c need not be differentiable there. Consider for instance the absolute value function at c=0.

Continuous functions between metric spaces

Now consider a function f from one metric space (X, dX) to another metric space (Y, dY). Then f is continuous at the point c in X if for any positive real number ε, there exists a positive real number δ such that all x in X satisfying dX(x, c) < δ will also satisfy dY(f(x), f(c)) < ε.

This can also be formulated in terms of sequences and limits: the function f is continuous at the point c if and only if for every sequence (xn) in X with limit lim xn = c, we have lim f(xn) = f(c). Continuous functions transform limits into limits.

This latter condition can be weakened as follows: f is continuous at the point c if and only if for every convergent sequence (xn) in X with limit c, the sequence (f(xn)) is a Cauchy sequence. Continuous functions transform convergent sequences into Cauchy sequences.

Continuous functions between topological spaces

The above definitions of continuous functions can be generalized to functions from one topological spaces to another in a natural way; a function f : XY, where X and Y are topological spaces, is continuous iff for every open set VY, f-1(V) is open in X.

Continuous functions on ordinal numbers

In axiomatic set theory, a function f : Ord → Ord, where Ord stands for the class of ordinal numbers, is defined to be continuous iff for every limit ordinal γ, f(γ) = {f(ν) : ν < γ}.

Also see

References