Definition
Formal definition
Diagram of a function file:Injection keine Injektion 1.svg, Diagram of a relation that is not a function. One reason is that 2 is the first element in more than one ordered pair. Another reason is that neither 3 nor 4 are the first element (input) of any ordered pair. The above definition of a function is essentially that of the founders ofPartial functions
Partial functions are defined similarly to ordinary functions, with the "total" condition removed. That is, a ''partial function'' from to is a binary relation between and such that, for every there is ''at most one'' in such that Using functional notation, this means that, given either is in , or it is undefined. The set of the elements of such that is defined and belongs to is called the ''domain of definition'' of the function. A partial function from to is thus an ordinary function that has as its domain a subset of called the domain of definition of the function. If the domain of definition equals , one often says that the partial function is a ''total function''. In several areas of mathematics, the term "function" refers to partial functions rather than to ordinary (total) functions. This is typically the case when functions may be specified in a way that makes difficult or even impossible to determine their domain. InMultivariate functions
Notation
There are various standard ways for denoting functions. The most commonly used notation is functional notation, which is the first notation described below.Functional notation
The functional notation requires that a name is given to the function, which, in the case of a unspecified function is often the letter . Then, the application of the function to an argument is denoted by its name followed by its argument (or, in the case of a multivariate functions, its arguments) enclosed between parentheses, such as in The argument between the parentheses may be a variable, often , that represents an arbitrary element of the domain of the function, a specific element of the domain ( in the above example), or an expression that can be evaluated to an element of the domain ( in the above example). The use of a unspecified variable between parentheses is useful for defining a function explicitly such as in "let ". When the symbol denoting the function consists of several characters and no ambiguity may arise, the parentheses of functional notation might be omitted. For example, it is common to write instead of . Functional notation was first used by Leonhard Euler in 1734. Some widely used functions are represented by a symbol consisting of several letters (usually two or three, generally an abbreviation of their name). In this case, a roman type is customarily used instead, such as "" for the sine function, in contrast to italic font for single-letter symbols. The functional notation is often used colloquially for referring to a function and simultaneously naming its argument, such as in "let be a function". This is an abuse of notation that is useful for a simpler formulation.Arrow notation
Arrow notation defines the rule of a function inline, without requiring a name to be given to the function. It uses the ↦ arrow symbol, pronounced " maps to". For example, is the function which takes a real number as input and outputs that number plus 1. Again, a domain and codomain of is implied. The domain and codomain can also be explicitly stated, for example: This defines a function from the integers to the integers that returns the square of its input. As a common application of the arrow notation, suppose is a function in two variables, and we want to refer to a partially applied function produced by fixing the second argument to the value without introducing a new function name. The map in question could be denoted using the arrow notation. The expression (read: "the map taking to of comma nought") represents this new function with just one argument, whereas the expression refers to the value of the function at theIndex notation
Index notation may be used instead of functional notation. That is, instead of writing , one writes This is typically the case for functions whose domain is the set of the natural numbers. Such a function is called a sequence, and, in this case the element is called the th element of the sequence. The index notation can also be used for distinguishing some variables called '' parameters'' from the "true variables". In fact, parameters are specific variables that are considered as being fixed during the study of a problem. For example, the map (see above) would be denoted using index notation, if we define the collection of maps by the formula for all .Dot notation
In the notation the symbol does not represent any value; it is simply a placeholder, meaning that, if is replaced by any value on the left of the arrow, it should be replaced by the same value on the right of the arrow. Therefore, may be replaced by any symbol, often an interpunct "". This may be useful for distinguishing the function from its value at . For example, may stand for the function , and may stand for a function defined by anSpecialized notations
There are other, specialized notations for functions in sub-disciplines of mathematics. For example, in linear algebra and functional analysis, linear forms and the vectors they act upon are denoted using a dual pair to show the underlying duality. This is similar to the use of bra–ket notation in quantum mechanics. In logic and the theory of computation, the function notation of lambda calculus is used to explicitly express the basic notions of function abstraction and application. In category theory and homological algebra, networks of functions are described in terms of how they and their compositions commute with each other using commutative diagrams that extend and generalize the arrow notation for functions described above.Functions of more than one variable
In some cases the argument of a function may be an ordered pair of elements taken from some set or sets. For example, a function can be defined as mapping any pair of real numbers to the sum of their squares, . Such a function is commonly written as and referred to as "a function of two variables". Likewise one can have a function of three or more variables, with notations such as , .Other terms
A function may also be called a map or a mapping, but some authors make a distinction between the term "map" and "function". For example, the term "map" is often reserved for a "function" with some sort of special structure (e.g. maps of manifolds). In particular ''map'' may be used in place of ''homomorphism'' for the sake of succinctness (e.g., linear map or ''map from to '' instead of '' group homomorphism from to ''). Some authors reserve the word ''mapping'' for the case where the structure of the codomain belongs explicitly to the definition of the function. Some authors, such as Serge Lang, use "function" only to refer to maps for which the codomain is a subset of the real or complex numbers, and use the term ''mapping'' for more general functions. In the theory of dynamical systems, a map denotes an evolution function used to create discrete dynamical systems. See also Poincaré map. Whichever definition of ''map'' is used, related terms like '' domain'', '' codomain'', '' injective'', '' continuous'' have the same meaning as for a function.Specifying a function
Given a function , by definition, to each element of the domain of the function , there is a unique element associated to it, the value of at . There are several ways to specify or describe how is related to , both explicitly and implicitly. Sometimes, a theorem or an axiom asserts the existence of a function having some properties, without describing it more precisely. Often, the specification or description is referred to as the definition of the function .By listing function values
On a finite set a function may be defined by listing the elements of the codomain that are associated to the elements of the domain. For example, if , then one can define a function byBy a formula
Functions are often defined by an expression that describes a combination of arithmetic operations and previously defined functions; such a formula allows computing the value of the function from the value of any element of the domain. For example, in the above example, can be defined by the formula , for . When a function is defined this way, the determination of its domain is sometimes difficult. If the formula that defines the function contains divisions, the values of the variable for which a denominator is zero must be excluded from the domain; thus, for a complicated function, the determination of the domain passes through the computation of the zeros of auxiliary functions. Similarly, if square roots occur in the definition of a function from to the domain is included in the set of the values of the variable for which the arguments of the square roots are nonnegative. For example, defines a function whose domain is because is always positive if is a real number. On the other hand, defines a function from the reals to the reals whose domain is reduced to the interval . (In old texts, such a domain was called the ''domain of definition'' of the function.) Functions can be classified by the nature of formulas that define them: * A quadratic function is a function that may be written where are constants. * More generally, a polynomial function is a function that can be defined by a formula involving only additions, subtractions, multiplications, and exponentiation to nonnegative integer powers. For example, and are polynomial functions of . * A rational function is the same, with divisions also allowed, such as and * An algebraic function is the same, with th roots and roots of polynomials also allowed. * An elementary functionHere "elementary" has not exactly its common sense: although most functions that are encountered in elementary courses of mathematics are elementary in this sense, some elementary functions are not elementary for the common sense, for example, those that involve roots of polynomials of high degree. is the same, with logarithms and exponential functions allowed.Inverse and implicit functions
A function with domain and codomain , is bijective, if for every in , there is one and only one element in such that . In this case, the inverse function of is the function that maps to the element such that . For example, the natural logarithm is a bijective function from the positive real numbers to the real numbers. It thus has an inverse, called the exponential function, that maps the real numbers onto the positive numbers. If a function is not bijective, it may occur that one can select subsets and such that the restriction of to is a bijection from to , and has thus an inverse. The inverse trigonometric functions are defined this way. For example, the cosine function induces, by restriction, a bijection from the interval onto the interval , and its inverse function, called arccosine, maps onto . The other inverse trigonometric functions are defined similarly. More generally, given a binary relation between two sets and , let be a subset of such that, for every there is some such that . If one has a criterion allowing selecting such a for every this defines a function called an implicit function, because it is implicitly defined by the relation . For example, the equation of the unit circle defines a relation on real numbers. If there are two possible values of , one positive and one negative. For , these two values become both equal to 0. Otherwise, there is no possible value of . This means that the equation defines two implicit functions with domain and respective codomains and . In this example, the equation can be solved in , giving but, in more complicated examples, this is impossible. For example, the relation defines as an implicit function of , called the Bring radical, which has as domain and range. The Bring radical cannot be expressed in terms of the four arithmetic operations and th roots. The implicit function theorem provides mild differentiability conditions for existence and uniqueness of an implicit function in the neighborhood of a point.Using differential calculus
Many functions can be defined as the antiderivative of another function. This is the case of the natural logarithm, which is the antiderivative of that is 0 for . Another common example is the error function. More generally, many functions, including most special functions, can be defined as solutions of differential equations. The simplest example is probably the exponential function, which can be defined as the unique function that is equal to its derivative and takes the value 1 for . Power series can be used to define functions on the domain in which they converge. For example, the exponential function is given by . However, as the coefficients of a series are quite arbitrary, a function that is the sum of a convergent series is generally defined otherwise, and the sequence of the coefficients is the result of some computation based on another definition. Then, the power series can be used to enlarge the domain of the function. Typically, if a function for a real variable is the sum of its Taylor series in some interval, this power series allows immediately enlarging the domain to a subset of the complex numbers, the disc of convergence of the series. Then analytic continuation allows enlarging further the domain for including almost the whole complex plane. This process is the method that is generally used for defining the logarithm, the exponential and the trigonometric functions of a complex number.By recurrence
Functions whose domain are the nonnegative integers, known as sequences, are sometimes defined by recurrence relations. The factorial function on the nonnegative integers () is a basic example, as it can be defined by the recurrence relation and the initial conditionRepresenting a function
A graph is commonly used to give an intuitive picture of a function. As an example of how a graph helps to understand a function, it is easy to see from its graph whether a function is increasing or decreasing. Some functions may also be represented by bar charts.Graphs and plots
Tables
A function can be represented as a table of values. If the domain of a function is finite, then the function can be completely specified in this way. For example, the multiplication function defined as can be represented by the familiar multiplication table On the other hand, if a function's domain is continuous, a table can give the values of the function at specific values of the domain. If an intermediate value is needed, interpolation can be used to estimate the value of the function. For example, a portion of a table for the sine function might be given as follows, with values rounded to 6 decimal places: Before the advent of handheld calculators and personal computers, such tables were often compiled and published for functions such as logarithms and trigonometric functions.Bar chart
A bar chart can represent a function whose domain is a finite set, the natural numbers, or the integers. In this case, an element of the domain is represented by an interval of the -axis, and the corresponding value of the function, , is represented by a rectangle whose base is the interval corresponding to and whose height is (possibly negative, in which case the bar extends below the -axis).General properties
This section describes general properties of functions, that are independent of specific properties of the domain and the codomain.Standard functions
There are a number of standard functions that occur frequently: * For every set , there is a unique function, called the , or empty map, from the empty set to . The graph of an empty function is the empty set.By definition, the graph of the empty function to is a subset of the Cartesian product , and this product is empty. The existence of empty functions is needed both for the coherency of the theory and for avoiding exceptions concerning the empty set in many statements. Under the usual set-theoretic definition of a function as an ordered triplet (or equivalent ones), there is exactly one empty function for each set, thus the empty function is not equal to if and only if , although their graphs are both the empty set. * For every set and every singleton set , there is a unique function from to , which maps every element of to . This is a surjection (see below) unless is the empty set. * Given a function the ''canonical surjection'' of onto its image is the function from to that maps to . * For every subset of a set , the inclusion map of into is the injective (see below) function that maps every element of to itself. * The identity function on a set , often denoted by , is the inclusion of into itself.Function composition
Given two functions and such that the domain of is the codomain of , their ''composition'' is the function defined by That is, the value of is obtained by first applying to to obtain and then applying to the result to obtain . In this notation, the function that is applied first is always written on the right. The composition is an operation on functions that is defined only if the codomain of the first function is the domain of the second one. Even when both and satisfy these conditions, the composition is not necessarily commutative, that is, the functions and need not be equal, but may deliver different values for the same argument. For example, let and , then and agree just for The function composition is associative in the sense that, if one of and is defined, then the other is also defined, and they are equal, that is, Therefore, it is usual to just write The identity functions and are respectively a right identity and a left identity for functions from to . That is, if is a function with domain , and codomain , one hasImage and preimage
Let The ''image'' under of an element of the domain is . If is any subset of , then the ''image'' of under , 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, . It is also called the range of , although the term ''range'' may also refer to the codomain.''Quantities and Units - Part 2: Mathematical signs and symbols to be used in the natural sciences and technology'', p. 15. ISO 80000-2 (ISO/IEC 2009-12-01) On the other hand, the '' inverse image'' or '' preimage'' under of an element of the codomain is the set of all elements of the domain whose images under equal . In symbols, the preimage of is denoted by and is given by the equation Likewise, the preimage of a subset of the codomain is the set of the preimages of the elements of , that is, it is the subset of the domain consisting of all elements of whose images belong to . It is denoted by and is given by the equation For example, the preimage of under the square function is the set . By definition of a function, the image of an element of the domain is always a single element of the codomain. However, the preimage of an element of the codomain may be empty or contain any number of elements. For example, if is the function from the integers to themselves that maps every integer to 0, then . If is a function, and are subsets of , and and are subsets of , then one has the following properties: * * * * * * The preimage by of an element of the codomain is sometimes called, in some contexts, the fiber of under . If a function has an inverse (see below), this inverse is denoted In this case may denote either the image by or the preimage by of . This is not a problem, as these sets are equal. The notation and may be ambiguous in the case of sets that contain some subsets as elements, such as In this case, some care may be needed, for example, by using square bracketsInjective, surjective and bijective functions
Let be a function. The function is '' injective'' (or ''one-to-one'', or is an ''injection'') if for every two different elements and of . Equivalently, is injective if and only if, for every the preimage contains at most one element. An empty function is always injective. If is not the empty set, then is injective if and only if there exists a function such that that is, if has a left inverse. ''Proof'': If is injective, for defining , one chooses an element in (which exists as is supposed to be nonempty),The axiom of choice is not needed here, as the choice is done in a single set. and one defines by if and if Conversely, if and then and thus The function is '' surjective'' (or ''onto'', or is a ''surjection'') if its range equals its codomain , that is, if, for each element of the codomain, there exists some element of the domain such that (in other words, the preimage of every is nonempty). If, as usual in modern mathematics, the axiom of choice is assumed, then is surjective if and only if there exists a function such that that is, if has a right inverse. The axiom of choice is needed, because, if is surjective, one defines by where is an ''arbitrarily chosen'' element of The function is '' bijective'' (or is a ''bijection'' or a ''one-to-one correspondence'') if it is both injective and surjective. That is, is bijective if, for every the preimage contains exactly one element. The function is bijective if and only if it admits an inverse function, that is, a function such that and (Contrarily to the case of surjections, this does not require the axiom of choice; the proof is straightforward). Every function may be factorized as the composition of a surjection followed by an injection, where is the canonical surjection of onto and is the canonical injection of into . This is the ''canonical factorization'' of . "One-to-one" and "onto" are terms that were more common in the older English language literature; "injective", "surjective", and "bijective" were originally coined as French words in the second quarter of the 20th century by the Bourbaki group and imported into English. As a word of caution, "a one-to-one function" is one that is injective, while a "one-to-one correspondence" refers to a bijective function. Also, the statement " maps ''onto'' " differs from " maps ''into'' ", in that the former implies that is surjective, while the latter makes no assertion about the nature of . In a complicated reasoning, the one letter difference can easily be missed. Due to the confusing nature of this older terminology, these terms have declined in popularity relative to the Bourbakian terms, which have also the advantage of being more symmetrical.Restriction and extension
If is a function and is a subset of , then the ''restriction'' of to ''S'', denoted , is the function from to defined by for all in . Restrictions can be used to define partial inverse functions: if there is a subset of the domain of a function such that is injective, then the canonical surjection of onto its image is a bijection, and thus has an inverse function from to . One application is the definition of inverse trigonometric functions. For example, the cosine function is injective when restricted to the interval . The image of this restriction is the interval , and thus the restriction has an inverse function from to , which is called arccosine and is denoted . Function restriction may also be used for "gluing" functions together. Let be the decomposition of as a union of subsets, and suppose that a function is defined on each such that for each pair of indices, the restrictions of and to are equal. Then this defines a unique function such that for all . This is the way that functions on manifolds are defined. An ''extension'' of a function is a function such that is a restriction of . A typical use of this concept is the process of analytic continuation, that allows extending functions whose domain is a small part of the complex plane to functions whose domain is almost the whole complex plane. Here is another classical example of a function extension that is encountered when studying homographies of the real line. A ''homography'' is a function such that . Its domain is the set of all real numbers different from and its image is the set of all real numbers different from If one extends the real line to the projectively extended real line by including , one may extend to a bijection from the extended real line to itself by setting and .In calculus
The idea of function, starting in the 17th century, was fundamental to the new infinitesimal calculus. At that time, only real-valued functions of a real variable were considered, and all functions were assumed to be smooth. But the definition was soon extended to functions of several variables and to functions of a complex variable. In the second half of the 19th century, the mathematically rigorous definition of a function was introduced, and functions with arbitrary domains and codomains were defined. Functions are now used throughout all areas of mathematics. In introductoryReal function
Vector-valued function
When the elements of the codomain of a function are vectors, the function is said to be a vector-valued function. These functions are particularly useful in applications, for example modeling physical properties. For example, the function that associates to each point of a fluid its velocity vector is a vector-valued function. Some vector-valued functions are defined on a subset of or other spaces that share geometric or topological properties of , such as manifolds. These vector-valued functions are given the name ''vector fields''.Function space
In mathematical analysis, and more specifically in functional analysis, a function space is a set of scalar-valued or vector-valued functions, which share a specific property and form a topological vector space. For example, the real smooth functions with a compact support (that is, they are zero outside some compact set) form a function space that is at the basis of the theory of distributions. Function spaces play a fundamental role in advanced mathematical analysis, by allowing the use of their algebraic and topological properties for studying properties of functions. For example, all theorems of existence and uniqueness of solutions of ordinary or partial differential equations result of the study of function spaces.Multi-valued functions
In the foundations of mathematics
The definition of a function that is given in this article requires the concept of set, since the domain and the codomain of a function must be a set. This is not a problem in usual mathematics, as it is generally not difficult to consider only functions whose domain and codomain are sets, which are well defined, even if the domain is not explicitly defined. However, it is sometimes useful to consider more general functions. For example, the singleton set may be considered as a function Its domain would include all sets, and therefore would not be a set. In usual mathematics, one avoids this kind of problem by specifying a domain, which means that one has many singleton functions. However, when establishing foundations of mathematics, one may have to use functions whose domain, codomain or both are not specified, and some authors, often logicians, give precise definitions for these weakly specified functions. These generalized functions may be critical in the development of a formalization of the foundations of mathematics. For example, Von Neumann–Bernays–Gödel set theory, is an extension of the set theory in which the collection of all sets is a class. This theory includes the replacement axiom, which may be stated as: If is a set and is a function, then is a set. In alternative formulations of the foundations of mathematics using type theory rather than set theory, functions are taken as primitive notions rather than defined from other kinds of object. They are the inhabitants of function types, and may be constructed using expressions in the lambda calculus.In computer science
In computer programming, a function is, in general, a subroutine which implements the abstract concept of function. That is, it is a program unit that produces an output for each input. Functional programming is the programming paradigm consisting of building programs by using only subroutines that behave like mathematical functions, meaning that they have no side effects and depend only on their arguments: they are referentially transparent. For example,if_then_else
is a function that takes three ( nullary) functions as arguments, and, depending on the value of the first argument (''true'' or ''false''), returns the value of either the second or the third argument. An important advantage of functional programming is that it makes easier program proofs, as being based on a well founded theory, the lambda calculus (see below). However, side effects are generally necessary for practical programs, ones that perform input/output. There is a class of '' purely functional'' languages, such as Haskell, which encapsulate the possibility of side effects in the type of a function. Others, such as the ML family, simply allow side effects.
In many programming languages, every subroutine is called a function, even when there is no output but only side effects, and when the functionality consists simply of modifying some data in the computer memory.
Outside the context of programming languages, "function" has the usual mathematical meaning in See also
Subpages
* History of the function concept * List of types of functions * List of functions * Function fitting * Implicit functionGeneralizations
* Higher-order function * Homomorphism * Morphism * Microfunction * Distribution * FunctorRelated topics
* Associative array * Closed-form expression * Elementary function * Functional * Functional decomposition * Functional predicate * Functional programming * Parametric equation * Set function * Simple functionNotes
References
Sources
* * * * * * *Further reading
* * * * * * * * An approachable and diverting historical presentation. * * * *External links