Bijection: Difference between revisions
Paul August (talk | contribs) m Reverted edits by 138.37.102.47 (talk) to last version by 138.192.56.24 |
rv content removal without discussion |
||
Line 1: | Line 1: | ||
{{Technical|date=February 2011}} |
{{Technical|date=February 2011}} |
||
{{Refimprove|date=May 2010}} |
{{Refimprove|date=May 2010}} |
||
[[Image:Bijection.svg|thumb|200px|A bijective function, |
[[Image:Bijection.svg|thumb|200px|A bijective function, f:X→Y, where set X is {1,2,3,4} and set Y is {A,B,C,D}. For example, f(1)=D.]] |
||
In [[mathematics]], a '''bijection''', or a '''bijective function''', is a [[function (mathematics)|function]] ''f'' from a [[set (mathematics)|set]] ''X'' to a set ''Y'' with the property that, for every ''y'' in ''Y'', there is exactly one ''x'' in ''X'' such that ''f''(''x'') = ''y''. It follows from this definition that no unmapped element exists in either ''X'' or ''Y''. |
|||
⚫ | |||
have many applications in mathematics subjects such as [[abstract algebra]], [[cardinality]], [[inverse functions]], etc. |
|||
⚫ | |||
For example, consider the function ''succ'', defined from the set of [[integer]]s <math>\Z</math> to <math>\Z</math>, that to each integer ''x'' associates the integer succ(''x'') = ''x'' + 1. For another example, consider the function ''sumdif'' that to each pair (''x'',''y'') of real numbers associates the pair sumdif(''x'',''y'') = (''x'' + ''y'', ''x'' − ''y''). |
|||
A bijective function from a set to itself is also called a '''[[permutation]]'''. |
|||
The set of all bijections from ''X'' to ''Y'' is denoted as ''X'' ↔ ''Y''. (Sometimes this notation is reserved for [[binary relation]]s, and bijections are denoted by ''X'' ⤖ ''Y'' instead.) Occasionally, the set of permutations of a single set ''X'' may be denoted ''X''!. |
|||
Bijective functions play a fundamental role in many areas of mathematics, for instance in the definition of [[isomorphism]] (and related concepts such as [[homeomorphism]] and [[diffeomorphism]]), [[permutation group]], [[projective map]], and many others. |
Bijective functions play a fundamental role in many areas of mathematics, for instance in the definition of [[isomorphism]] (and related concepts such as [[homeomorphism]] and [[diffeomorphism]]), [[permutation group]], [[projective map]], and many others. |
||
==Composition and inverses== |
==Composition and inverses== |
||
⚫ | |||
Here are a couple of theorems relating the concepts of bijection, composition of bijections and inverses |
|||
⚫ | |||
The [[composition (mathematics)|composition]] <math>g\circ f</math> of two bijections <math>f:X\to Y</math> and <math>g:Y\to Z</math> is a bijection. The inverse of <math>g\circ f</math> is <math>(g\circ f)^{-1}=(f^{-1})\circ(g^{-1})</math>. |
|||
[[Image:Bijective composition.svg|thumb|300px|A bijection composed of an injection (left) and a surjection (right).]] |
[[Image:Bijective composition.svg|thumb|300px|A bijection composed of an injection (left) and a surjection (right).]] |
||
Conversely, if the composition <math>g\circ f</math> of two functions is bijective, we can only say that ''f'' is [[Injective function|injective]] and ''g'' is [[Surjective function|surjective]]. |
|||
A relation ''f'' from ''X'' to ''Y'' is a bijective function if and only if there exists another relation ''g'' from ''Y'' to ''X'' such that <math>g\circ f</math> is the [[identity function]] on ''X'', and <math>f\circ g</math> is the [[identity function]] on ''Y''. Consequently, the sets have the same cardinality. |
|||
==Bijections and cardinality== |
==Bijections and cardinality== |
||
Line 28: | Line 34: | ||
== Properties == |
== Properties == |
||
* A function ''f'' from the [[real line]] '''R''' to '''R''' is bijective if and only if its |
* A function ''f'' from the [[real line]] '''R''' to '''R''' is bijective if and only if its plot is intersected by any horizontal or vertical line at exactly one point. |
||
* If ''X'' is a set, then the bijective functions from ''X'' to itself, together with the operation of functional composition (∘), form a [[group (algebra)|group]], the [[symmetric group]] of ''X'', which is denoted variously by S(''X''), ''S''<sub>''X''</sub>, or ''X''! (the last reads "''X'' [[factorial]]"). |
* If ''X'' is a set, then the bijective functions from ''X'' to itself, together with the operation of functional composition (∘), form a [[group (algebra)|group]], the [[symmetric group]] of ''X'', which is denoted variously by S(''X''), ''S''<sub>''X''</sub>, or ''X''! (the last reads "''X'' [[factorial]]"). |
||
* For a subset ''A'' of the domain with [[cardinality]] |''A''| and subset ''B'' of the codomain with cardinality |''B''|, one has the following equalities: |
* For a subset ''A'' of the domain with [[cardinality]] |''A''| and subset ''B'' of the codomain with cardinality |''B''|, one has the following equalities: |
||
Line 45: | Line 51: | ||
*[[Category theory]] |
*[[Category theory]] |
||
*[[Injective function]] |
*[[Injective function]] |
||
*[[ |
*[[Symmetric group]] |
||
*[[Surjection|Surjective function]] |
*[[Surjection|Surjective function]] |
||
*[[Bijective numeration]] |
*[[Bijective numeration]] |
||
*[[Bijective proof]] |
*[[Bijective proof]] |
||
*[[Cardinality]] |
*[[Cardinality]] |
||
*[[Transposition cipher]] |
|||
==References== |
==References== |
||
{{MathWorld|title=Bijection|urlname=Bijection}} |
|||
* John B. Fraleigh. ''A First Course in Abstract Algebra.'' Seventh Edition. Addison-Wesley, 2003. ISBN 0-201-76390-7 |
|||
==External links== |
==External links== |
Revision as of 18:59, 2 April 2011
This article may be too technical for most readers to understand.(February 2011) |
This article needs additional citations for verification. (May 2010) |
In mathematics, a bijection, or a bijective function, is a function f from a set X to a set Y with the property that, for every y in Y, there is exactly one x in X such that f(x) = y. It follows from this definition that no unmapped element exists in either X or Y.
Alternatively, f is bijective if it is a one-to-one correspondence between those sets; i.e., both one-to-one (injective) and onto (surjective).
For example, consider the function succ, defined from the set of integers to , that to each integer x associates the integer succ(x) = x + 1. For another example, consider the function sumdif that to each pair (x,y) of real numbers associates the pair sumdif(x,y) = (x + y, x − y).
A bijective function from a set to itself is also called a permutation.
The set of all bijections from X to Y is denoted as X ↔ Y. (Sometimes this notation is reserved for binary relations, and bijections are denoted by X ⤖ Y instead.) Occasionally, the set of permutations of a single set X may be denoted X!.
Bijective functions play a fundamental role in many areas of mathematics, for instance in the definition of isomorphism (and related concepts such as homeomorphism and diffeomorphism), permutation group, projective map, and many others.
Composition and inverses
A function f is bijective if and only if its inverse relation f −1 is a function. In that case, f −1 is also a bijection.
The composition of two bijections and is a bijection. The inverse of is .
Conversely, if the composition of two functions is bijective, we can only say that f is injective and g is surjective.
A relation f from X to Y is a bijective function if and only if there exists another relation g from Y to X such that is the identity function on X, and is the identity function on Y. Consequently, the sets have the same cardinality.
Bijections and cardinality
If X and Y are finite sets, then there exists a bijection between the two sets X and Y iff X and Y have the same number of elements. Indeed, in axiomatic set theory, this is taken as the very definition of "same number of elements", and generalising this definition to infinite sets leads to the concept of cardinal number, a way to distinguish the various sizes of infinite sets.
Examples and counterexamples
- For any set X, the identity function idX from X to X, defined by idX(x) = x, is bijective.
- The function f from the real line R to R defined by f(x) = 2x + 1 is bijective, since for each y there is a unique x = (y − 1)/2 such that f(x) = y.
- The exponential function g : R R, with g(x) = ex, is not bijective: for instance, there is no x in R such that g(x) = −1, showing that g is not surjective. However if the codomain is restricted to the positive real numbers R+ = (0,+∞), then g becomes bijective; its inverse is the natural logarithm function ln.
- The function h : R → [0,+∞) with h(x) = x² is not bijective: for instance, h(−1) = h(+1) = 1, showing that h is not injective. However, if the domain is restricted to [0,+∞), then h becomes bijective; its inverse is the positive square root function.
Properties
- A function f from the real line R to R is bijective if and only if its plot is intersected by any horizontal or vertical line at exactly one point.
- If X is a set, then the bijective functions from X to itself, together with the operation of functional composition (∘), form a group, the symmetric group of X, which is denoted variously by S(X), SX, or X! (the last reads "X factorial").
- For a subset A of the domain with cardinality |A| and subset B of the codomain with cardinality |B|, one has the following equalities:
- |f(A)| = |A| and |f−1(B)| = |B|.
- If X and Y are finite sets with the same cardinality, and f: X → Y, then the following are equivalent:
- f is a bijection.
- f is a surjection.
- f is an injection.
- At least for a finite set S, there is a bijection between the set of possible total orderings of the elements and the set of bijections from S to S. That is to say, the number of permutations of elements of S is the same as the number of total orderings of that set—namely, n!.
Bijections and category theory
Formally, bijections are precisely the isomorphisms in the category Set of sets and functions. However, the bijections are not always the isomorphisms. For example, in the category Top of topological spaces and continuous functions, the isomorphisms must be homeomorphisms in addition to being bijections.
See also
- Category theory
- Injective function
- Symmetric group
- Surjective function
- Bijective numeration
- Bijective proof
- Cardinality
References
Weisstein, Eric W. "Bijection". MathWorld.