Injective function


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 of at 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,

Examples

More generally, when X and Y are both the real line R, 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 inverse g, 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 inverse g 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

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 function f of a real variable x 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.