Bijective Functions in Discrete Mathematics: One-to-One Correspondences

Learn about bijective functions (bijections), functions that are both injective (one-to-one) and surjective (onto). This guide defines bijections, explains how to prove a function is bijective, and provides examples illustrating these concepts.



Bijective Functions in Discrete Mathematics

What is a Bijective Function?

A bijective function (also called a one-to-one correspondence or bijection) is a function that's both injective (one-to-one) and surjective (onto). This means:

  • One-to-one (injective): Each element in the domain maps to a unique element in the codomain. No two different inputs produce the same output.
  • Onto (surjective): Every element in the codomain is mapped to by at least one element in the domain. Every possible output is used.

In essence, a bijection perfectly pairs elements from one set to another; there are no unmatched elements, and no element is paired with more than one element.

Properties of Bijective Functions

  • Each element in the domain maps to a unique element in the codomain.
  • Each element in the codomain is mapped to by exactly one element in the domain.
  • Bijections are invertible (they have an inverse function).
  • The domain and codomain must have the same number of elements.

Bijective vs. Injective vs. Surjective Functions

Function Type Domain to Codomain Mapping Description
Injective (One-to-one) Each input maps to a unique output. No two inputs map to the same output.
Surjective (Onto) Every output is used (at least once). Every element in the codomain is an output for at least one input.
Bijective (One-to-one Correspondence) Each input maps to a unique output, and every output is used. A perfect pairing between domain and codomain elements.

Proving a Function is Bijective

To show a function is bijective, you need to prove both injectivity and surjectivity.

  • Injectivity: Show that if f(a) = f(b), then a = b (different inputs produce different outputs).
  • Surjectivity: Show that for every element y in the codomain, there's at least one element x in the domain such that f(x) = y (every output is used).

Examples of Bijective Functions

Example 1: f(x) = 3x - 5

(This example, proving the function f(x) = 3x - 5 is bijective, is given in the original text and should be included here. The proof of injectivity should be clearly shown.)

Example 2: A Simple Bijection Between Two Sets

(This example, showing a bijection between two sets A and B, is given in the original text and should be included here.)

Example 3: x² (with restricted domain)

(This example, showing that f(x) = x² is bijective for positive real numbers but not for all real numbers, is given in the original text and should be included here.)

Example 4: Months to Numbers

(This example, mapping months of the year to numbers 1 to 12, is given in the original text and should be included here.)

Important Points About Bijective Functions

  • A bijective function is both injective and surjective.
  • It establishes a one-to-one correspondence between the elements of the domain and codomain.
  • Bijective functions are always invertible.
  • The domain and codomain must have the same cardinality (number of elements).

Conclusion

Bijective functions are special functions that create a perfect pairing between elements of two sets. They are crucial in various areas of mathematics.