Bijection
In
mathematics, a function
f from a
set X to a set
Y is said to be bijective if for every
y in
Y there is exactly one
x in
X such that
f =
y.
Said another way,
f is bijective if it is a one-to-one correspondence between those sets; i.e., both one-to-one and onto .
For example, consider the function succ, defined from the set of integers to , that to each integer
x associates the integer succ = x + 1. For another example, consider the function sumdif that to each pair of real numbers associates the pair sumdif = .
Encyclopedia
In
mathematics, a function
f from a
set X to a set
Y is said to be
bijective if for every
y in
Y there is exactly one
x in
X such that
f =
y.
Said another way,
f is bijective if it is a
one-to-one correspondence between those sets; i.e., both
one-to-one and
onto .
For example, consider the function succ, defined from the set of integers to , that to each integer
x associates the integer succ = x + 1. For another example, consider the function sumdif that to each pair of real numbers associates the pair sumdif = .
A bijective function is also called a
bijection or
permutation. The latter is more commonly used when
X =
Y. It should be noted that
one-to-one function means
one-to-one correspondence to some authors, but
injection to others. The set of all bijections from
X to
Y is denoted as
X'Y.
Bijective functions play a fundamental role in many areas of mathematics, for instance in the definition of isomorphism , 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
g o f of two bijections
f X'Y and
g Y'Z is a bijection. The inverse of
g o f is
−1 =
o .
On the other hand, if the composition
g o f 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
g o f is the identity function on
X, and
f o g 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 if and only if
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, is bijective.
- The function f from the real line R to R defined by f = 2x + 1 is bijective, since for each y there is a unique x = /2 such that f = y.
- The exponential function g : R R, with g = ex, is not bijective: for instance, there is no x in R such that g = −1, showing that g is not surjective. However if the codomain is changed to be the positive real numbers R+ = , then g becomes bijective; its inverse is the natural logarithm function ln.
- The function h : R [0,+8) with h = x² is not bijective: for instance, h = h = 1, showing that h is not injective. However, if the domain too is changed to [0,+8), then h becomes bijective; its inverse is the positive square root function.
- is not a bijection because −1, 0, and +1 are all in the domain and all map to 0.
- is not a bijection because p/3 and 2p/3 are both in the domain and both map to /2.
Properties
- A function f from the real line R to R is bijective if and only if its plot is intersected by any horizontal 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, SX, or X! .
- For a subset A of the domain and subset B of the codomain we have:
- |f| = |A| and |f−1| = |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.
Notice that a one-to-one function is injective, but may fail to be surjective, while a one-to-one correspondence is both injective and surjective.Bijections and category theory
Formally, bijections are precisely the isomorphisms in the
category Set of
sets and functions
See also