Skip to content
Home

Bijective function (bijection)

A bijection is a function that pairs each element of one set with exactly one element of another set and vice versa. It is both injective and surjective and therefore has an inverse.

Overview

A bijective function, often called a bijection or a one-to-one correspondence, is a mapping between two sets that pairs every element of the first set with exactly one element of the second set and vice versa. In simple terms, a bijection establishes a perfect pairing: no values are left unmatched in either set. This concept is central in set theory, algebra, combinatorics and many parts of theoretical computer science; it is also the standard way to define when two sets have the same size or cardinality.

Image gallery

1 Image

Definition and basic properties

Formally, a function f: A → B is bijective if it is both injective (no two distinct elements of A share the same image) and surjective (every element of B is the image of some element of A). Equivalently, for every b in the codomain B there exists exactly one a in the domain A with f(a) = b. A direct consequence is that a bijection has a unique inverse function f^{-1}: B → A that reverses the pairing.

Key characteristics

  • Invertibility: Bijectivity is exactly the condition needed for a map to have an inverse that is also a function.
  • Compositional behavior: The composition of two bijections is a bijection; the inverse of a composition is the composition of the inverses in reverse order.
  • Cardinality: Existence of a bijection between sets A and B is the definition of A and B having the same cardinality.

Examples and applications

Simple finite examples include pairings between two finite lists of equal length or permutations of a finite set. In more advanced settings, bijections are used to prove combinatorial identities by pairing objects, to define isomorphisms between algebraic structures, and to demonstrate that two infinite sets have the same size (for example, the integers and even integers). In algorithms and cryptography, bijective transformations are important because they are reversible without loss of information.

History and context

The modern terminology distinguishing injection, surjection and bijection was popularized in the 20th century; the consolidated presentation appears in the structural approach associated with groups of mathematicians who wrote under the collective name Nicolas Bourbaki. The use of bijections as a tool to compare sizes of sets dates back to Georg Cantor and the development of set theory, where bijections are the standard means to classify infinite cardinalities. For further reading and technical background see mathematical context.

Notable facts and distinctions

For finite sets, a function is bijective exactly when the two sets have equal finite size. For infinite sets, bijections can produce surprising equivalences: an infinite set can be in bijection with a proper subset of itself. The Cantor–Bernstein–Schroeder theorem shows that if there are injections both ways between two sets, then a bijection exists between them. These properties make bijections a powerful and flexible concept across mathematics.

Readers interested in formal proofs and further examples can follow introductory material on injections and surjections or explore bijection-based proofs in combinatorics; additional resources are available at domain and codomain notes and related references injection overview and surjection overview.

Questions and answers

Q: What is a bijective function?

A: A bijective function, also known as a bijection, is a mathematical function that is both an injection and a surjection.

Q: What does it mean for a function to be an injection?

A: An injection means that for any two elements a and a' in the domain A, if f(a)=f(a'), then a=a'.

Q: What does it mean for a function to be a surjection?

A: A surjection means that for every element b in the codomain B, there is at least one element a in the domain A such that f(a)=b.

Q: What is the equivalent statement for a bijection?

A: The equivalent statement for a bijection is that for every element b in the codomain B, there is exactly one element a in the domain A such that f(a)=b.

Q: What is another name for bijection?

A: Bijection is also known as "1-1 correspondence" or "one-to-one correspondence".

Q: Who introduced the terms bijection, surjection, and injection?

A: The terms bijection, surjection, and injection were introduced by Nicolas Bourbaki and a group of other mathematicians in the 1930s.

Q: What did Bourbaki and other mathematicians publish in the 1930s?

A: Bourbaki and other mathematicians published a series of books on modern advanced mathematics.

Related articles

Author

AlegsaOnline.com Bijective function (bijection)

URL: https://en.alegsaonline.com/art/11405

Share

Sources
  • mathworld.wolfram.com : "Bijective function"
  • web.cortland.edu : "Oxford Concise Dictionary of Mathematics, Bijection"
  • jeff560.tripod.com : "Earliest Uses of Some of the Words of Mathematics"
  • proofwiki.org : "Inverse of Bijection is Bijection"
  • proofwiki.org : "Injection iff Left Inverse"
  • proofwiki.org : "Surjection iff Right Inverse"
  • proofwiki.org : "Bijection iff Left and Right Inverse"