function
A function is a triplet where:
-
1.
is a set (called the domain of the function).
-
2.
is a set (called the codomain of the function).
-
3.
is a binary relation between and .
-
4.
For every , there exists such that .
-
5.
If , , and and , then .
The triplet is usually written with the specialized notation . This notation visually conveys the fact that maps elements of into elements of .
Other standard notations for functions are as follows:
-
•
For , one denotes by the unique element such that .
-
•
The image of , denoted , is the set
consisting of all elements of which equal for some element . Note that, by abuse of notation, the set is almost always called the image of , rather than the image of .
-
•
In cases where the function is clear from context, the notation is equivalent to the statement .
-
•
Given two functions and , there exists a unique function satisfying the equation . The function is called the composition of and , and a function constructed in this manner is called a composite function. Composition is associative, meaning that provided that either expression is defined.
-
•
When a function has its domain equal to its codomain, one often writes for the -fold composition
where is any natural number. Occasionally this can be confused with ordinary exponentiation (for example the function is conventionally written as ); in such cases one usually writes to denote the -fold composition.
There is no universal agreement as to the definition of the range of a function. Some authors define the range of a function to be equal to the codomain, and others define the range of a function to be equal to the image.
Remark. In set theory, a function is defined as a relation , such that whenever , then . Notice that the sets are not specified in advance, unlike the defintion given in the beginning of the article. The domain and range of the function is the domain and range of as a relation. Using this definition of a function, we may recapture the defintion at the top of the entry by saying that a function maps from a set into a set , if the domain of is , and the range of is a subset of .
Title | function |
Canonical name | Function |
Date of creation | 2013-03-22 11:48:58 |
Last modified on | 2013-03-22 11:48:58 |
Owner | djao (24) |
Last modified by | djao (24) |
Numerical id | 23 |
Author | djao (24) |
Entry type | Definition |
Classification | msc 03E20 |
Classification | msc 44A20 |
Classification | msc 33E20 |
Classification | msc 30D15 |
Synonym | map |
Related topic | Mapping |
Related topic | InjectiveFunction |
Related topic | Surjective |
Related topic | Bijection |
Related topic | Relation |
Defines | domain |
Defines | codomain |
Defines | composition |
Defines | image |
Defines | range |
Defines | composite function |