Functions

Overview

A function F is a single-valued relation. We say F maps A into B, denoted F:AB, if and only if F is a function, domF=A, and ranFB.

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) S is a function with "signature" S××SS. More precisely, an n-ary operation on S is a function SnS where n0.

Total

A function F:AB is said to be total if every element of A maps to an element of B. If F is only defined on a subset SA, then F is said to be partial with domain of definition S, denoted F:AB.

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 f is periodic with period p if f(t+p)=f(t) for all t in the domain of f and p is the smallest positive number that has this property.

Cofunction

A function f is cofunction of function g if f(A)=g(B) whenever A and B are complementary angles. For example, sine and cosine are cofunctions.

Odd

A function f is said to be odd if f(x)=f(x) for all x in f's domain.

Even

A function f is said to be even if f(x)=f(x) for all x in f'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 f is invertible if and only if it is bijective. Such a function has an inverse, denoted f1 such that ff1 and f1f 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 F:AB is a function and A. Then there exists a function G:BA (a left inverse) such that GF=IA if and only if F 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, F maps A onto B if and only if F is a function, domA, and ranF=B.

Assume that F:AB is a function and A. Then there exists a function G:BA (a right inverse) such that FG=IB if and only if F maps A onto B.

Monotonicity

A function f is said to be increasing on a set S if f(x)f(y) for every pair of points x and y in S with x<y. If the strict inequality f(x)<f(y) holds for all x<y in S, the function is said to be strictly increasing on S.

Similarly, f is called decreasing on S if f(x)f(y) for all x<y and strictly decreasing if f(x)>f(y).

A function is monotonic on S if it is increasing on S or decreasing on S. It is strictly monotonic if it is either strictly increasing on S or strictly decreasing on S.

Closures

If S is a function and A is a subset of domS, then A is said to be closed under S if and only if whenever xA, then S(x)A. This is equivalently expressed as S[[A]]A.

Top-down Approach

Let f be a function from B into B and assume AB. The top-down approach for constructing the closure C of A under f defines C=C to be the intersection of all closed supersets of A: $$C^* = \bigcap, {X \mid A \subseteq X \subseteq B \land f[![X]!] \subseteq X }$$

Bottom-Up Approach

Let f be a function from B into B and assume AB. The bottom-up approach for constructing the closure C of A under f defines C=C to be $$C_* = \bigcup_{i \in \omega} h(i)$$
where h:ωP(B) is recursively defined as: $$\begin{align*} h(0) & = A, \ h(n^+) &= h(n) \cup f[![h(n)]!]. \end{align*}$$

Note that the recursion theorem proves h is indeed a function.

Kernels

Let F:AB. Define equivalence relation as $$x \sim y \Leftrightarrow f(x) = f(y)$$
Relation is called the (equivalence) kernel of f. The partition induced by on A is called the coimage of f (denoted coimf). The fiber of an element y under F is F1[[{y}]], i.e. the preimage of singleton set {y}. Therefore the equivalence classes of are also known as the fibers of f.

Bibliography

Powered by Forestry.md