Function
A function is a rule that maps one set of values to another set of values, assigning to each value in the first set exactly one value in the second. For instance, one function may map 1 to 1, 2 to 4, 3 to 9, 4 to 16, and so on. This function has the rule that it takes its input value, and squares it to get an output value. One can call this function .
Contents
Rigorous Definition
Let ,
be sets and let
be a subset of
, which denotes the Cartesian product of
and
. (That is,
is a relation between
and
.) We say that
is a function from
to
(written
) if and only if
- For every
there is some
such that
, and
- if
and
then
. (Here
is an ordered pair.)
Introductory Topics
Domain and Range
The domain of a function is the set of input values for the argument of a function. The range of a function is the set of output values for that function. For an example, consider the function: . The domain of the function is the set
, where
is a real number, because the square root is only defined when its argument is nonnegative. The range is the set of all non-negative real numbers, because the square root can never return a negative value.
Real Functions
A real function is a function whose range is in the real numbers. Usually we speak about functions whose domain is also a subset of the real numbers.
Graphs
Functions are often graphed. A graph corresponds to a function only if it stands up to the vertical line test.
Inverses
The inverse of a function is a function that "undoes" a function. For an example, consider the function: . The function
has the property that
. Therefore,
is called the (right) inverse function. (Similarly, a function
that satisfies
is called the left inverse function. Typically the right and left inverses coincide on a suitable domain, and in this case we simply call the right and left inverse function the inverse function.) Often the inverse of a function
is denoted by
.
Intermediate Topics
Injections, Surjections, Bijections
- An injection (or one-to-one function) is a function which always gives distinct values for distinct arguments within a given domain.
By definition, is injective if
, or equivalently,
Examples:
is injective from
is injective from
is not injective from
, because, for example,
.
Injectivity of a function implies that
has an inverse. Furthermore, if
and
are finite sets, injectivity implies
.
- A surjection (or onto function) maps at least one element from its domain,
onto every element of its range,
Examples:
is surjective from
is surjective from
is not surjective from
, because, for example,
does not map any value to
, which is an element of
.
- A bijection (or one-to-one correspondence, which must be one-to-one and onto) is a function,
that is both injective and surjective.
If is an injection from
and
is an injection from
then there exists a bijection,
between
and
. This is the Schroder-Bernstein Theorem.
Monotonic functions
A function is called monotonically increasing if
holds whenever
. If the inequality holds strictly
,
then the function is called strictly increasing.
Similarly, a function is called monotonically decreasing if
holds whenever
. If the inequality holds strictly
,
then the function is called strictly decreasing.
Advanced Topics
Functions of Real Variables
A real function is a function whose range is in the real numbers. Usually we speak about function whose domain is also a subset of the real numbers.
Continuity
Intuitively, a continuous function has the propriety that its graph can be drawn without taking the pencil off the paper. To rigorously define continuous functions, more complex mathematics is necessary.
Epsilon-Delta Definition
A function is called continuous at some point in its domain
if, for all
, there exists
such that, for any
, the condition
implies that
.
Heine Definition
The previous definition of continuity at is equivalent with the following: for every sequence
such that
, we have that
.
It is easy to see that a function is continuous in isolated points, and is continuous in accumulation points iff the limit of the function in those points equals the value of the function.
A function is continuous on a set if it is continuous in every point of the set.
Properties of Continuous Functions
- The sum and product of two continuous functions are continuous functions.
- The composition of two continuous functions is a continuous function.
- In any closed interval
, there exist real numbers
and
such that
has a maximum value at
and
has a minimum value at
.
- Intermediate Value Theorem (see below)
Intermediate value theorem
If a function is continuous, then it has the Intermediate Value Theorem. The converse is not always true. Proof:...
Differentiability
Differentiability is a smoothness condition on functions. For functions of one variable, differentiability is simply the question of whether or not a derivative exists. For functions of more than one variable, the notion of differentiability is significantly more complicated. In the case of both one and multivariable functions, differentiability implies continuity.
A single-variable function is differentiable at
iff
. The derivative is the value of this limit.
Integrability
All continuous functions are integrable, as well as many non-continuous functions.
Convexity
A twice-differentiable function is concave up (or convex) in the interval
iff
in the interval
and concave down (or concave) iff
. The points of inflection, when the concavity switches, of the function occur at the roots of
.
Notation
A common notation to define is:
(where the
, of course, is merely an example). This tells us that
is a function that squares its argument (its input value). Note that this "rule" can be arbitrarily complicated and doesn't need to be given by a simple formula or description. The only requirement is that
should be uniquely determined by
. The following are examples of functions:
for
, otherwise
History of Functions
Without being used explicitly, the notion of function first appears with the ancient Greeks and Egyptians.
The rigorous definition was stated in the 19th century and is the result of the works of some famous mathematicians: A.L. Cauchy, Leonhard Euler, and Bernhard Riemann. With the development of set theory, a new branch of mathematics appeared, mathematical analysis, in which the notion of function has a central role.
The current notation used is attributed to Leonhard Euler.
Problems
Introductory
- Define
. What is
?
(Source)
Intermediate
Find
.
(Source)
Olympiad
- Let
be a function with the following properties:
is defined for every positive integer
;
is an integer;
;
for all
and
;
whenever
.
Prove that .
(Source)
Advanced
- Describe all polynomials
such that
for all
.
(<url>weblog_entry.php?t=182628 Source</url>)