In mathematics, an injective function is a function that maps distinct elements of its domain to distinct elements of its codomain. In other words, every element of the function's codomain is the image ofat most one element of its domain. The term one-to-one function must not be confused with one-to-one correspondence that refers to bijective functions, which are functions such that each element in the codomain is an image of exactly one element in the domain. A homomorphism between algebraic structures is a function that is compatible with the operations of the structures. For all common algebraic structures, and, in particular for vector spaces, an injective homomorphism is also called a monomorphism. However, in the more general context of category theory, the definition of a monomorphism differs from that of an injective homomorphism. This is thus a theorem that they are equivalent for algebraic structures; see for more details. A function f that is not injective is sometimes called many-to-one.
Definition
Let f be a function whose domain is a set X. The function f is said to be injective provided that for all a and b in X, whenever, then ; that is, implies. Equivalently, if, then. Symbolically, which is logically equivalent to the contrapositive,
The function defined by is not injective, since, for example,.
More generally, when X and Y are both the real lineR, then an injective function is one whose graph is never intersected by any horizontal line more than once. This principle is referred to as the horizontal line test. , defined by the mapping, where, X = domain of function, Y = range of function, and im denotes image of f. Every one x in X maps to exactly one unique y in Y. The circled parts of the axes represent domain and range sets— in accordance with the standard diagrams above.
Injections can be undone
Functions with left inverses are always injections. That is, given, if there is a function such that for every, Conversely, every injection f with non-empty domain has a left inverseg, which can be defined by fixing an element a in the domain of f so that g equals the unique preimage of x under f if it exists and g = a otherwise. The left inverseg is not necessarily an inverse of f, because the composition in the other order,, may differ from the identity on Y. In other words, an injective function can be "reversed" by a left inverse, but is not necessarily invertible, which requires that the function is bijective.
Injections may be made invertible
In fact, to turn an injective function into a bijective function, it suffices to replace its codomain Y by its actual range. That is, let such that for all x in X; then g is bijective. Indeed, f can be factored as, where is the inclusion function from J into Y. More generally, injective partial functions are called partial bijections.
Other properties
If f and g are both injective, then is injective.
If is injective, then f is injective.
is injective if and only if, given any functions g, whenever, then. In other words, injective functions are precisely the monomorphisms in the categorySet of sets.
If is injective and A is a subset of X, then. Thus, A can be recovered from its image f.
If is injective and A and B are both subsets of X, then.
Every function can be decomposed as for a suitable injection f and surjection g. This decomposition is unique up to isomorphism, and f may be thought of as the inclusion function of the range h of h as a subset of the codomain Y of h.
If is an injective function, then Y has at least as many elements as X, in the sense of cardinal numbers. In particular, if, in addition, there is an injection from Y to X, then X and Y have the same cardinal number.
If both X and Y are finite with the same number of elements, then is injective if and only iff is surjective.
An injective function which is a homomorphism between two algebraic structures is an embedding.
Unlike surjectivity, which is a relation between the graph of a function and its codomain, injectivity is a property of the graph of the function alone; that is, whether a function f is injective can be decided by only considering the graph of f.
Proving that functions are injective
A proof that a function f is injective depends on how the function is presented and what properties the function holds. For functions that are given by some formula there is a basic idea. We use the definition of injectivity, namely that if, then. Here is an example: Proof: Let. Suppose. So ⇒ ⇒. Therefore, it follows from the definition that f is injective. There are multiple other methods of proving that a function is injective. For example, in calculus if f is a differentiable function defined on some interval, then it is sufficient to show that the derivative is always positive or always negative on that interval. In linear algebra, if f is a linear transformation it is sufficient to show that the kernel of f contains only the zero vector. If f is a function with finite domain it is sufficient to look through the list of images of each domain element and check that no image occurs twice on the list. A graphical approach for a real-valued functionf of a real variablex is the horizontal line test. If every horizontal line intersects the curve of f in at most one point, then f is injective or one-to-one.