Functions: Summary of Notations
Two sets and may be related in numerous ways:
membership relation:
belongs-to:
does-not-belong-to:
inclusion relation:
is-subset-of:
is-not-subset-of:
is-proper-subset-of:
is-not-proper-subset-of:
equivalence relation:
equal-to:
total relation:
cardinality: (n is number of elements)
powerset:
powerset of X:
cardinality of the powerset:
overlapping:
disjoint:
Set operations:
union:
intersection:
difference:
complement:
The set of all functions, , between two sets, and , is a proper subset of the set of all relations, , between the two sets.
The set of relations between two sets is a subset (total relation is equal to the dot product) of the Cartesian product between the two sets.
A univalent or single-valued relation is a relation where every element of domain is related to a single element of codomain:
Univalent relations may be identified to functions whose domain is a subset of X.
A left-total relation is a relation such that
Formal functions may be strictly identified to relations that are both univalent and left total. Violating the left-totality is similar to giving a convenient encompassing set instead of the true domain, as explained above.
function relation:
function may be uniquely represented by its graph, which is a set of all the ordered pairs , where
functions or maps i.e. mapping: ,
Various properties of functions and also the functional composition may be reformulated in the language of relations. For example, a function is injective if the converse relation
is univalent, where the converse relation is defined as
Let be the function defined by the equation .
The notation, , ("y equals f of x") means that the pair belongs to the set of pairs defining the function . If is the domain of , the set of pairs defining the function is:
To explicitly express domain and the codomain of a function , the arrow notation is often used:
"the function f from X to Y". Or:
"the function f maps x to f (x)"
This is often used in relation with the arrow notation for elements, often stacked immediately below the arrow notation giving the function symbol, domain, and codomain:
Index notation is often used instead of functional notation; instead of writing , one writes:
Image and preimage
Let , then the image by of an element of the domain is . If is any subset of then the image of by , denoted is the subset of the codomain consisting of all images of elements of , that is,
The image of is the image of the whole domain, that is , also called the range of .
The inverse image or preimage by of a subset of the codomain is the subset of the domain consisting of all elements of whose images belong to . It is denoted by . That is,
For example, the preimage of under the square function is the set .
Injective
An injective or one-to-one function, or injection, is a function that preserves distinctness: it never maps distinct elements of its domain to the same element of its codomain; every element of the function's codomain is the image of at most one element of its domain.
A function is injective or one-to-one if for every , there exists at most one such that . A function is injective if implies .
.
The function is injective if for any two distinct elements, .
Surjective
A function f from a set X to a set Y is surjective (or onto), or a surjection, if for every element y in the codomain Y of f there is at least one element x in the domain X of f such that f(x) = y. The function f may map one or more elements of X to the same element of Y, so y need not be unique.
A function f:A→B is surjective (onto) if the image of f equals its range.
Equivalently, for every b∈B, there exists some a∈A such that f(a)=b. This means that for any y in B, there exists some x in A such that y=f(x).
Bijective
A function is bijective or one-to-one correspondent iff f is both injective and surjective.
A bijection is a function between the elements of two sets, where each element of one set is paired with exactly one element of the other set, and each element of the other set is paired with exactly one element of the first set. There are no unpaired elements.
In mathematical terms, a bijective function f: X → Y is a one-to-one (injective) and onto (surjective) mapping of a set X to a set Y.
Inverse
The inverse of a one-to-one corresponding function f:A→B, is the function g:B→A, holding the following property −
f(x)=y⇔g(y)=x The function f is called invertible, if its inverse function g exists.
Example A Function f:Z→Z,f(x)=x+5, is invertible since it has the inverse function g:Z→Z,g(x)=x−5.
A Function f:Z→Z,f(x)=x2 is not invertiable since this is not one-to-one as (−x)2=x2.
Composition
Functions and can be composed to give a composition , equal to , only if the codomain of is defined as the domain of .
Composition properties
Composition is associative,
Composition is not commutative
If and are one-to-one functions, their composition is as well.
If and are onto functions, their composition is as well.
A function space is a set of functions between domain and codomain.
A constant function is a function whose output value is the same for every input value.
An identity function (also called an identity relation, identity map or identity transformation) is a function that always returns the same value that was used as its argument.
A linear map (also called a linear mapping, linear transformation, soemtimes also linear function) is a mapping between two modules (including vector spaces) that preserves the operations of addition and scalar multiplication. An important special case is when , in which case the map is called a linear operator, or an endomorphism of . Sometimes the term linear function has the same meaning as linear map, while in analytic geometry it does not.
A polynomial is an expression consisting of variables (also called indeterminates) and coefficients, that involves only the operations of addition, subtraction, multiplication and non-negative integer exponents of variables. An example of a polynomial of a single indeterminate x is x2 − 4x + 7.
A rational function is any function which can be defined by a rational fraction, i.e. an algebraic fraction such that both the numerator and the denominator are polynomials.
An algebraic function is a function that can be defined as the root of a polynomial equation. Quite often algebraic functions are algebraic expressions using a finite number of terms, involving only the algebraic operations addition, subtraction, multiplication, division and raising to a fractional power.
An analytic function is a function that is locally given by a convergent power series. There exist both real analytic functions and complex analytic functions, categories that are similar in some ways, but different in others.
The smoothness of a function is a property measured by the number of derivatives it has that are continuous. A smooth function is a function that has derivatives of all orders everywhere in its domain.
A continuous function is a function for which sufficiently small changes in the input result in arbitrarily small changes in the output. Otherwise, a function is said to be a discontinuous function.
A measurable function is a function between two measurable spaces such that the preimage of any measurable set is measurable, analogously to the definition that a function between topological spaces is continuous if the preimage of each open set is open.
Restriction of a function is a new function obtained by choosing a smaller domain for the original function . The notation is also used.
Properties
Classes/properties
constant: output is the same for every input.
identity: output is the same as input.
Linear
Polynomial
Rational
Algebraic
Analytic
Smooth
Continuous
Measurable
Injective
Surjective
Bijective
Constructions
Restriction
Composition
lambda, λ
Inverse
Generalizations
Partial
Multivalued
Implicit
References
Last updated
Was this helpful?