Real-valued continuous functionsSuppose we have a function that maps real numbers to real numbers and whose domain is some interval, like the functions h and M 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". To be more precise, we say that the function f is continuous at some point c when the following two requirements are satisfied:
We call the function everywhere continuous, or simply continuous, if it is continuous at every point of its domain. More generally, we say that a function is continuous on some subset of its domain if it is continuous at every point of that subset. If we simply say that a function is continuous, we usually mean that it is continuous for all real numbers. The notation C(Ω) or C0(Ω) is sometimes used to denote the set of all continuous functions with domain Ω. Similarly, C1(Ω) is used to denote the set of differentiable functions whose derivative is continuous, C²(Ω) for the twice-differentiable functions whose second derivative is continuous, and so on. In the field of computer graphics, these three levels are sometimes called g0 (continuity of position), g1 (continuity of tangency), and g2 (continuity of curvature). The notation C(n, α)(Ω) occurs in the definition of a more subtle concept, that of Hölder continuity. Cauchy definition (epsilon-delta)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 the following holds: For any number ε > 0, however small, there exists some number δ > 0 such that for all x in the domain with c − δ < x < c + δ, the value of f(x) satisfies Alternatively written: Given subsets I, D of R, continuity of f : I → D at c ∈ I means that for all ε > 0 there exists a δ > 0 such that for all x ∈ I : 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; f is then continuous at c. Heine definition of continuityThe following definition of continuity is due to Heine.
One can say, briefly, that a function is continuous if and only if it preserves limits. Cauchy's and Heine's definitions of continuity are equivalent on the reals. The usual (easier) proof makes use of the axiom of choice, but in the case of global continuity of real functions it was proved by Wacław Sierpiński that the axiom of choice is not actually needed.[1] In more general setting of topological spaces, the concept analogous to Heine definition of continuity is called sequential continuity. In general, the condition of sequential continuity is weaker than the analogue of Cauchy continuity, which is just called continuity (see continuity (topology) for details). Examples
Facts about continuous functionsIf 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. 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. Intermediate value theoremThe intermediate value theorem is an existence theorem, based on the real number property of completeness, and states:
For example, if a child grows 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 been 1.25m. As a consequence, if f is continuous on a, b and f(a) and f(b) differ in sign, then, at some point c in a, b, f(c) must equal zero. Extreme value theoremThe extreme value theorem states that if a function f is defined on a closed interval a,b (or any closed and bounded set) 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 of the minimum of f. These statements are not, in general, true if the function is defined on an open interval (a,b) (or any set that is not both closed and bounded), as, for example, the continuous function f(x) = 1/x, defined on the open interval (0,1), does not attain a maximum, being unbounded above. Directional continuityA function may happen to be continuous in only one direction, either from the "left" or from the "right". A right-continuous function is a function which is continuous at all points when approached from the right. Technically, the formal definition is similar to the definition above for a continuous function but modified as follows: The function f is said to be right-continuous at the point c if and only if the following holds: For any number ε > 0 however small, there exists some number δ > 0 such that for all x in the domain with c < x < c + δ, the value of f(x) will satisfy Likewise a left-continuous function is a function which is continuous at all points when approached from the left. A function is continuous if and only if it is both right-continuous and left-continuous. Continuous functions between metric spacesNow 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 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, and c is in the domain of f. Continuous functions transform convergent sequences into Cauchy sequences. Continuous functions between topological spacesThe above definitions of continuous functions can be generalized to functions from one topological space to another in a natural way; a function f : X → Y, where X and Y are topological spaces, is continuous if and only if for every open set V ⊆ Y, the inverse image is open. However, this definition is often difficult to use directly. Instead, suppose we have a function f from X to Y, where X,Y are topological spaces. We say f is continuous at x for some In a metric space, it is equivalent to consider the neighbourhood system of open balls centered at x and f(x) instead of all neighborhoods. This leads to the standard ε-δ definition of a continuous function from real analysis, which says roughly that a function is continuous if all points close to x map to points close to f(x). This only really makes sense in a metric space, however, which has a notion of distance. Note, however, that if the target space is Hausdorff, it is still true that f is continuous at a if and only if the limit of f as x approaches a is f(a). At an isolated point, every function is continuous. Continuous functions between partially ordered setsIn order theory, continuity of a function between posets is Scott continuity. Let X be a complete lattice, then a function f : X → X is continuous if, for each subset Y of X, we have sup f(Y) = f(sup Y). Continuous binary relationA binary relation R on A is continuous if R(a, b) whenever there are sequences (ak)i and (bk)i in A which converge to a and b respectively for which R(ak, bk) for all k. Clearly, if one treats R as a characteristic function in three variables, this definition of continuous is identical to that for continuous functions. See alsoReferences
| |