Injective function


























In mathematics, an injective function or injection or one-to-one function is a function that preserves distinctness: it never maps distinct elements of its domain to the same element 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 (a.k.a. bijective function), which uniquely maps all elements in both domain and codomain to each other (see figures).


.mw-parser-output .mod-gallery{display:table}.mw-parser-output .mod-gallery-default{background:transparent;margin-top:0.5em}.mw-parser-output .mod-gallery-center{margin-left:auto;margin-right:auto}.mw-parser-output .mod-gallery-left{float:left}.mw-parser-output .mod-gallery-right{float:right}.mw-parser-output .mod-gallery-none{float:none}.mw-parser-output .mod-gallery-collapsible{width:100%}.mw-parser-output .mod-gallery .title{display:table-row}.mw-parser-output .mod-gallery .title>div{display:table-cell;text-align:center;font-weight:bold}.mw-parser-output .mod-gallery .main{display:table-row}.mw-parser-output .mod-gallery .main>div{display:table-cell}.mw-parser-output .mod-gallery .caption{display:table-row;vertical-align:top}.mw-parser-output .mod-gallery .caption>div{display:table-cell;display:block;font-size:94%;padding:0}.mw-parser-output .mod-gallery .footer{display:table-row}.mw-parser-output .mod-gallery .footer>div{display:table-cell;text-align:right;font-size:80%;line-height:1em}.mw-parser-output .mod-gallery .gallerybox .thumb img{background:none}.mw-parser-output .mod-gallery .bordered-images img{border:solid #eee 1px}.mw-parser-output .mod-gallery .whitebg img{background:#fff!important}.mw-parser-output .mod-gallery .gallerybox div{background:#fff!important}

Occasionally, an injective function from X to Y is denoted f : XY, using an arrow with a barbed tail (.mw-parser-output .monospaced{font-family:monospace,monospace}
U+21A3
.mw-parser-output .smallcaps{font-variant:small-caps}RIGHTWARDS ARROW WITH TAIL).[1] The set of injective functions from X to Y may be denoted YX using a notation derived from that used for falling factorial powers, since if X and Y are finite sets with respectively m and n elements, the number of injections from X to Y is nm (see the twelvefold way).


A function f that is not injective is sometimes called many-to-one. However, the injective terminology is also sometimes used to mean "single-valued", i.e., each argument is mapped to at most one value.


A monomorphism is a generalization of an injective function in category theory.




Contents






  • 1 Definition


  • 2 Examples


  • 3 Injections can be undone


  • 4 Injections may be made invertible


  • 5 Other properties


  • 6 Proving that functions are injective


  • 7 See also


  • 8 Notes


  • 9 References


  • 10 External links





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 f(a) = f(b), then a = b; that is, f(a) = f(b) implies a = b.  Equivalently, if ab, then f(a) ≠ f(b).


Symbolically,


a,b∈X,f(a)=f(b)⇒a=b{displaystyle forall a,bin X,;;f(a)=f(b)Rightarrow a=b}{displaystyle forall a,bin X,;;f(a)=f(b)Rightarrow a=b}

which is logically equivalent to the contrapositive,


a,b∈X,a≠b⇒f(a)≠f(b){displaystyle forall a,bin X,;;aneq bRightarrow f(a)neq f(b)}{displaystyle forall a,bin X,;;aneq bRightarrow f(a)neq f(b)}


Examples



  • For any set X and any subset S of X the inclusion map SX (which sends any element s of S to itself) is injective. In particular the identity function XX is always injective (and in fact bijective).

  • If the domain X = ∅ or X has only one element, the function XY is always injective.

  • The function f : RR defined by f(x) = 2x + 1 is injective.

  • The function g : RR defined by g(x) = x2 is not injective, because (for example) g(1) = 1 = g(−1). However, if g is redefined so that its domain is the non-negative real numbers [0,+∞), then g is injective.

  • The exponential function exp : RR defined by exp(x) = ex is injective (but not surjective as no real value maps to a negative number).

  • The natural logarithm function ln : (0, ∞) → R defined by x ↦ ln x is injective.

  • The function g : RR defined by g(x) = xnx is not injective, since, for example, g(0) = g(1) = 0.


More generally, when X and Y are both the real line R, then an injective function f : RR is one whose graph is never intersected by any horizontal line more than once. This principle is referred to as the horizontal line test.




Injective functions. Diagramatic interpretation in the Cartesian plane, defined by the mapping f : XY, where y = f(x), X = domain of function, Y = range of function, and im(f) 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.




Not an injective function. Here X1 and X2 are subsets of X, Y1 and Y2 are subsets of Y: for two regions where the function is not injective because more than one domain element can map to a single range element. That is, it is possible for more than one x in X to map to the same y in Y.




Making functions injective. The previous function f : XY can be reduced to one or more injective functions (say) f : X1Y1 and f : X2Y2, shown by solid curves (long-dash parts of initial curve are not mapped to anymore). Notice how the rule f has not changed – only the domain and range. X1 and X2 are subsets of X, Y1 and Y2 are subsets of R: for two regions where the initial function can be made injective so that one domain element can map to a single range element. That is, only one x in X maps to one y in Y.




Injections can be undone


Functions with left inverses are always injections. That is, given f : XY, if there is a function g : YX such that, for every xX,



g(f(x)) = x (f can be undone by g)

then f is injective. In this case, g is called a retraction of f. Conversely, f is called a section of g.


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(x) equals the unique preimage of x under f if it exists and g(x) = a otherwise.[2]


The left inverse g is not necessarily an inverse of f because the composition in the other order, fg, may differ from the identity on Y. In other words, an injective function can be "reversed" by a left inverses, but is not necessarily invertible, which requires that the function is bijective.



Injections may be made invertible


In fact, to turn an injective function f : XY into a bijective (hence invertible) function, it suffices to replace its codomain Y by its actual range J = f(X). That is, let g : XJ such that g(x) = f(x) for all x in X; then g is bijective. Indeed, f can be factored as inclJ,Yg, where inclJ,Y 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 fg is injective.



The composition of two injective functions is injective.



  • If gf is injective, then f is injective (but g need not be).


  • f : XY is injective if and only if, given any functions g, h : WX whenever fg = fh, then g = h. In other words, injective functions are precisely the monomorphisms in the category Set of sets.

  • If f : XY is injective and A is a subset of X, then f −1(f(A)) = A. Thus, A can be recovered from its image f(A).

  • If f : XY is injective and A and B are both subsets of X, then f(AB) = f(A) ∩ f(B).

  • Every function h : WY can be decomposed as h = fg 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(W) of h as a subset of the codomain Y of h.

  • If f : XY 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. (This is known as the Cantor–Bernstein–Schroeder theorem.)

  • If both X and Y are finite with the same number of elements, then f : XY is injective if and only if f is surjective (in which case f is bijective).

  • 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 (and not the codomain) 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 contrapositive of the definition of injectivity, namely that if f(x) = f(y), then x = y.[3]


Here is an example:



f = 2x + 3

Proof: Let f : XY. Suppose f(x) = f(y). So 2x + 3 = 2y + 32x = 2yx = y. 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.



See also



  • Surjective function

  • Partial function

  • Injective module

  • Bijection, injection and surjection

  • Injective metric space



Notes




  1. ^ "Unicode" (PDF). Retrieved 2013-05-11..mw-parser-output cite.citation{font-style:inherit}.mw-parser-output q{quotes:"""""""'""'"}.mw-parser-output code.cs1-code{color:inherit;background:inherit;border:inherit;padding:inherit}.mw-parser-output .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/6/65/Lock-green.svg/9px-Lock-green.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-limited a,.mw-parser-output .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/d/d6/Lock-gray-alt-2.svg/9px-Lock-gray-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/thumb/a/aa/Lock-red-alt-2.svg/9px-Lock-red-alt-2.svg.png")no-repeat;background-position:right .1em center}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration{color:#555}.mw-parser-output .cs1-subscription span,.mw-parser-output .cs1-registration span{border-bottom:1px dotted;cursor:help}.mw-parser-output .cs1-hidden-error{display:none;font-size:100%}.mw-parser-output .cs1-visible-error{font-size:100%}.mw-parser-output .cs1-subscription,.mw-parser-output .cs1-registration,.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left,.mw-parser-output .cs1-kern-wl-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right,.mw-parser-output .cs1-kern-wl-right{padding-right:0.2em}


  2. ^ Unlike the corresponding statement that every surjective function has a right inverse, this does not require the axiom of choice, as the existence of a is implied by the non-emptiness of the domain. However, this statement may fail in less conventional mathematics such as constructive mathematics. In constructive mathematics, the inclusion {0,1} → R of the two-element set in the reals cannot have a left inverse, as it would violate indecomposability, by giving a retraction of the real line to the set {0,1}.


  3. ^ Williams, Peter. "Proving Functions One-to-One". Archived from the original on 4 June 2017.



References




  • Bartle, Robert G. (1976), The Elements of Real Analysis (2nd ed.), New York: John Wiley & Sons, ISBN 978-0-471-05464-1, p. 17 ff.


  • Halmos, Paul R. (1974), Naive Set Theory, New York: Springer, ISBN 978-0-387-90092-6, p. 38 ff.



External links











  • Earliest Uses of Some of the Words of Mathematics: entry on Injection, Surjection and Bijection has the history of Injection and related terms.

  • Khan Academy – Surjective (onto) and Injective (one-to-one) functions: Introduction to surjective and injective functions




這個網誌中的熱門文章

Hercules Kyvelos

Tangent Lines Diagram Along Smooth Curve

Yusuf al-Mu'taman ibn Hud