askvity

What is the Bijection of Infinite Sets?

Published in Set Theory 3 mins read

A bijection between two infinite sets demonstrates that they have the same cardinality (size), even though they both contain an infinite number of elements. It's a one-to-one correspondence, meaning each element in the first set is paired with exactly one element in the second set, and vice-versa, with no elements left unpaired in either set.

Understanding Bijections

A bijection is a function that is both:

  • Injective (One-to-One): Each element in the domain (the first set) maps to a unique element in the codomain (the second set). No two elements in the first set map to the same element in the second set.
  • Surjective (Onto): Every element in the codomain has a corresponding element in the domain. In other words, the range of the function (the set of all outputs) is equal to the codomain (the entire second set).

When a bijection exists between two sets, it proves they have the same cardinality. This is particularly important when dealing with infinite sets, where our intuition about size can be misleading.

Countable vs. Uncountable Infinity

Infinite sets can be classified as either countable or uncountable.

  • Countably Infinite: A set is countably infinite if there exists a bijection between it and the set of natural numbers (N = {1, 2, 3, ...}). This means you can "count" the elements of the set, even though the counting would never end. Examples include the set of integers and the set of rational numbers.
  • Uncountable: A set is uncountable if no such bijection exists. The classic example is the set of real numbers. Cantor's diagonal argument famously proves the uncountability of the real numbers.

Examples of Bijections with Infinite Sets

Here are a few examples illustrating bijections between infinite sets:

  1. Natural Numbers (N) and Even Numbers (E):

    • N = {1, 2, 3, 4, ...}
    • E = {2, 4, 6, 8, ...}
    • Bijection: f(n) = 2n. For every natural number n, there's a corresponding even number 2n, and vice versa.
  2. Natural Numbers (N) and Integers (Z):

    • N = {1, 2, 3, 4, ...}
    • Z = {..., -2, -1, 0, 1, 2, ...}
    • Bijection: A slightly more complex bijection is required here:
      • f(n) = n/2 if n is even
      • f(n) = -(n-1)/2 if n is odd
        This maps 1 to 0, 2 to 1, 3 to -1, 4 to 2, 5 to -2, and so on, establishing a one-to-one correspondence.
  3. (0, 1) and (0, 2):

    • Bijection: f(x) = 2x. This maps every number between 0 and 1 to a unique number between 0 and 2.

Implications and Importance

The concept of bijections with infinite sets is crucial in set theory and mathematics because it allows us to rigorously define and compare the "sizes" of different infinite sets. It reveals that not all infinities are the same, challenging our initial intuitions and opening up a deeper understanding of infinity.

In summary, the bijection of infinite sets is a one-to-one correspondence used to prove that two infinite sets have the same cardinality. The existence of a bijection is the definitive way to compare the sizes of infinite sets.

Related Articles