zoukankan      html  css  js  c++  java
  • 集合术语搜集

     

    http://en.wikipedia.org/wiki/Bijection,_injection_and_surjection

    Bijection, injection and surjection

    From Wikipedia, the free encyclopedia
    Jump to: navigation, search

    In mathematics, injections, surjections and bijections are classes of functions distinguished by the manner in which arguments (input expressions from the domain) and images (output expressions from the codomain) are related or mapped to each other.

    or, equivalently, if

    One could also say that elements of the codomain are mapped to by at most one element (argument) of the domain; not every element of the codomain, however, need to have an argument mapped to it. An injective function is an injection.

    • A function is surjective (onto) if every element of the codomain is mapped to by some element (argument) of the domain; this is expressed logically by saying that,

    Note that with this definition, some images may be mapped to by more than one argument. (Equivalently, a function where the range is equal to the codomain.) A surjective function is a surjection.

    • A function is bijective (one-to-one and onto) if and only if (iff) it is both injective and surjective. (Equivalently, every element of the codomain is mapped to by exactly one element of the domain.) A bijective function is a bijection (one-to-one correspondence).

    (Note: a one-to-one function is injective, but may fail to be surjective, while a one-to-one correspondence is both injective and surjective.)

    An injective function need not be surjective (not all elements of the codomain may be associated with arguments), and a surjective function need not be injective (some images may be associated with more than one argument). The four possible combinations of injective and surjective features are illustrated in the following diagrams.

    Injective and surjective (bijective).
    Injective and non-surjective.
    Non-injective and surjective.
    Non-injective and non-surjective.

    Contents

    [hide]

    [edit] Injection

    Injective composition: the second function need not be injective.

    A function is injective (one-to-one) if every possible element of the codomain is mapped to by at most one argument. Equivalently, a function is injective if it maps distinct arguments to distinct images. An injective function is an injection. The formal definition is the following.

    The function is injective iff for all , we have
    • A function f : AB is injective if and only if A is empty or f is left-invertible, that is, there is a function g: BA such that g o f = identity function on A.
    • Since every function is surjective when its codomain is restricted to its range, every injection induces a bijection onto its range. More precisely, every injection f : AB can be factored as a bijection followed by an inclusion as follows. Let fR : Af(A) be f with codomain restricted to its image, and let i : f(A) → B be the inclusion map from f(A) into B. Then f = i o fR. A dual factorisation is given for surjections below.
    • The composition of two injections is again an injection, but if g o f is injective, then it can only be concluded that f is injective. See the figure at right.
    • Every embedding is injective.

    [edit] Surjection

    Surjective composition: the first function need not be surjective.

    A function is surjective (onto) if every possible image is mapped to by at least one argument. In other words, every element in the codomain has non-empty preimage. Equivalently, a function is surjective if its range is equal to its codomain. A surjective function is a surjection. The formal definition is the following.

    The function is surjective iff for all , there is such that f(a) = b.
    • A function f : AB is surjective if and only if it is right-invertible, that is, if and only if there is a function g: BA such that f o g = identity function on B. (This statement is equivalent to the axiom of choice.)
    • By collapsing all arguments mapping to a given fixed image, every surjection induces a bijection defined on a quotient of its domain. More precisely, every surjection f : AB can be factored as a projection followed by a bijection as follows. Let A/~ be the equivalence classes of A under the following equivalence relation: x ~ y if and only if f(x) = f(y). Equivalently, A/~ is the set of all preimages under f. Let P(~) : AA/~ be the projection map which sends each x in A to its equivalence class [x]~, and let fP : A/~ → B be the well-defined function given by fP([x]~) = f(x). Then f = fP o P(~). A dual factorisation is given for injections above.
    • The composition of two surjections is again a surjection, but if g o f is surjective, then it can only be concluded that g is surjective. See the figure at right*.

    [edit] Bijection

    Bijective composition: the first function need not be surjective and the second function need not be injective.

    A function is bijective if it is both injective and surjective. A bijective function is a bijection (one-to-one correspondence). A function is bijective if and only if every possible image is mapped to by exactly one argument. This equivalent condition is formally expressed as follows.

    The function is bijective iff for all , there is a unique such that f(a) = b.
    • A function f : AB is bijective if and only if it is invertible, that is, there is a function g: BA such that g o f = identity function on A and f o g = identity function on B. This function maps each image to its unique preimage.
    • The composition of two bijections is again a bijection, but if g o f is a bijection, then it can only be concluded that f is injective and g is surjective. (See the figure at right and the remarks above regarding injections and surjections.)
    • The bijections from a set to itself form a group under composition, called the symmetric group.

    [edit] Cardinality

    Suppose you want to define what it means for two sets to "have the same number of elements". One way to do this is to say that two sets "have the same number of elements" if and only if all the elements of one set can be paired with the elements of the other, in such a way that each element is paired with exactly one element. Accordingly, we can define two sets to "have the same number of elements" if there is a bijection between them. We say that the two sets have the same cardinality.

    Likewise, we can say that set A "has fewer than or the same number of elements" as set B if there is an injection from A to B. We can also say that set A "has fewer than the number of elements" in set B if there is an injection from A to B but not a bijection between A and B.

    [edit] Examples

    It is important to specify the domain and codomain of each function since by changing these, functions which we think of as the same may have different jectivity.

    [edit] Injective and surjective (bijective)

    [edit] Injective and non-surjective

    • The exponential function

    [edit] Non-injective and surjective

    [edit] Non-injective and non-surjective

    [edit] Properties

    • For every function f, subset A of the domain and subset B of the codomain we have Af −1(fA) and f(f −1B) ⊂ B. If f is injective we have A = f −1(fA) and if f is surjective we have f(f −1B) = B.
    • For every function h : AC we can define a surjection H : Ah(A) : a → h(a) and an injection I : h(A)C : a → a. It follows that h = I o H. This decomposition is unique up to isomorphism.

    [edit] Category theory

    In the category of sets, injections, surjections, and bijections correspond precisely to monomorphisms, epimorphisms, and isomorphisms, respectively.

    [edit] History

    This terminology was originally coined by the Bourbaki group.

    [edit] External links


    [edit] See also

  • 相关阅读:
    mysqldump全量和增量备份脚本
    mysqldump根据通配符批量导出
    xtrabackup2.4_MySQL5.7备份与恢复
    ArrayInt
    Oracle wallet配置登陆凭证
    percona xtrabackup8.0.4备份恢复mysql8.0.12
    mysql修改密码
    range
    一周感悟
    Target
  • 原文地址:https://www.cnblogs.com/finallyliuyu/p/1853818.html
Copyright © 2011-2022 走看看