A function is a single-valued relation. We say maps into , denoted , if and only if is a function, , and .
Classifications
There are a number of different names given to functions exhibiting certain properties.
Elementary
A function is said to be elementary if it cannot be obtained from polynomials, exponentials, logarithms, or (inverse) trigonometric functions in a finite number of steps using addition, subtraction, multiplication, division, or composition.
Operation
An operation on some set (say) is a function with "signature" . More precisely, an -ary operation on is a function where .
Total
A function is said to be total if every element of maps to an element of . If is only defined on a subset , then is said to be partial with domain of definition, denoted .
Implicit
An implicit function is a function defined by an implicit equation that relates one of the variables (considered the value of the function) with the others (considered as the arguments).
Periodic
A function is periodic with period if for all in the domain of and is the smallest positive number that has this property.
Cofunction
A function is cofunction of function if whenever and are complementary angles. For example, sine and cosine are cofunctions.
Odd
A function is said to be odd if for all in 's domain.
Even
A function is said to be even if for all in 's domain.
Bijectivity
A function is bijective or a one-to-one correspondence if each element of the codomain is mapped to by exactly one element of the domain.
A function is invertible if and only if it is bijective. Such a function has an inverse, denoted such that and is the identity function.
Injectivity
A function is injective or one-to-one if each element of the codomain is mapped to by at most one element of the domain.
Assume that is a function and . Then there exists a function (a left inverse) such that if and only if is one-to-one.
Surjectivity
A function is surjective or onto if each element of the codomain is mapped to by at least one element of the domain. That is, maps onto if and only if is a function, , and .
Assume that is a function and . Then there exists a function (a right inverse) such that if and only if maps onto .
Monotonicity
A function is said to be increasing on a set if for every pair of points and in with . If the strict inequality holds for all in , the function is said to be strictly increasing on .
Similarly, is called decreasing on if for all and strictly decreasing if .
A function is monotonic on if it is increasing on or decreasing on . It is strictly monotonic if it is either strictly increasing on or strictly decreasing on .
Closures
If is a function and is a subset of , then is said to be closed under if and only if whenever , then . This is equivalently expressed as .
Top-down Approach
Let be a function from into and assume . The top-down approach for constructing the closure of under defines to be the intersection of all closed supersets of : $$C^* = \bigcap, {X \mid A \subseteq X \subseteq B \land f[![X]!] \subseteq X }$$
Bottom-Up Approach
Let be a function from into and assume . The bottom-up approach for constructing the closure of under defines to be $$C_* = \bigcup_{i \in \omega} h(i)$$
where is recursively defined as: $$\begin{align*} h(0) & = A, \ h(n^+) &= h(n) \cup f[![h(n)]!]. \end{align*}$$
Let . Define equivalence relation as $$x \sim y \Leftrightarrow f(x) = f(y)$$
Relation is called the (equivalence) kernel of . The partition induced by on is called the coimage of (denoted ). The fiber of an element under is , i.e. the preimage of singleton set . Therefore the equivalence classes of are also known as the fibers of .
Bibliography
Herbert B. Enderton, Elements of Set Theory (New York: Academic Press, 1977).