Bijection
- Tags
- math
A function that is both bijective and surjective, I.E. a one-to-one [see page 10, mapping] function. That is to say a function which can map from its domain to the range and from the range back to the domain. Every input maps to a unique output and every output has a unique input.
Note: Every bijection has an inverse, making them invaluable for encoding data.
For a [see page 7, system] with $n$-elements in the domain and $n$-elements in the range we can form
up-to
- The first element of the domain can map to one of the
elements of the range. - Leaving
elements of domain to map to one of the elements in the range. - Leading to
.