Equivalence Relations and Natural Numbers
Equivalence Relations and Natural Numbers
To embed natural numbers into the set of integers Z, the function f : N → Z is defined by mapping each natural number n to the equivalence class [(n, 0)]. This mapping ensures that each natural number is represented within Z without altering its inherent properties, allowing arithmetic operations to be consistently extended to integers. This utility forms the basis for identifying natural number properties within Z, such as addition and multiplication .
The set of complex numbers C extends the real numbers R by including solutions to equations that have no solutions within R, such as x² + 1 = 0. In C, elements are expressed as sums of real multiples of 1 and the square root of -1, designated as i, where i² = -1. This construction allows for the resolution of all polynomial equations (fundamental theorem of algebra) by embedding R in a bigger structure C using polynomial division, specifically R[X] ⟨X² + 1⟩, where −1 has a square root in C. Thus, complex numbers address the limitations of R in handling equations with no real roots .
To prove that the mapping f : N → Z by n → [(n, 0)] is injective, we need to show that if f(n₁) = f(n₂), then n₁ = n₂. Consider the mapping implies [(n₁, 0)] = [(n₂, 0)], meaning (n₁, 0) ∼ (n₂, 0). As per the equivalence relation defined in Z, this reduces to n₁ + 0 = n₂ + 0, leading directly to n₁ = n₂. Therefore, the mapping is injective because different natural numbers are mapped to different equivalence classes in Z .
The construction of the rational numbers Q addresses the problem of division which the integers Z do not handle. In particular, Q provides solutions to equations involving division by representing numbers as fractions (a/b) where b is non-zero, allowing reciprocals of integers except zero. This construction is achieved by considering pairs of integers (a, b) and defining an equivalence relation (a, b) ∼ (c, d) if ad = bc, thus forming equivalence classes for operations like addition and multiplication. This enables solutions for equations like 2x = 3 which have no solutions in Z .
The Peano axioms define the set of natural numbers as follows: 1) 0 is a natural number. 2) Every natural number has a successor, which is also a natural number. 3) 0 is not the successor of any natural number. 4) If the successor of a natural number x equals the successor of another number y, then x equals y. 5) (Axiom of Induction) If a statement is true for 0 and is true for the successor of any number assuming it's true for that number, then it is true for all natural numbers .
The equivalence relation in constructing the set of rational numbers Q is used to define equality between pairs of integers. For pairs (a, b) and (c, d), the relation is defined as (a, b) ∼ (c, d) if ad = bc. This relation ensures that different representations of the same rational number are considered equivalent (e.g., 1/2 and 2/4), thus allowing the construction of Q as sets of equivalent class fractions. It provides the necessary groundwork for defining operations like addition and multiplication on Q, maintaining consistency and closure within the number system .
The successor operation is significant as it provides a method to construct the set of natural numbers starting from the empty set (∅). By repeatedly applying the successor operation, we can build the system of natural numbers, denoted as N, using set representation: 0 is the empty set ∅, 1 is the set containing 0, 2 is the set containing 0 and 1, and so forth. This approach establishes each natural number as the set of all its preceding numbers .
The addition operation for equivalence classes in the integers Z is defined as follows: For any two equivalence classes [(a, b)] and [(m, n)], their addition is defined by the operation [(a, b)] ⊕ [(m, n)] = [(a + m, b + n)]. Here, '+' denotes the addition operation from natural numbers N. This operation maintains the structure and consistency required for addition in the set of integers .
An equivalence relation on a set is defined by three conditions: 1) Reflexivity: For every element x in the set, x is related to itself (x ∼ x). 2) Symmetry: For any elements x and y in the set, if x is related to y (x ∼ y), then y is related to x (y ∼ x). 3) Transitivity: For any elements x, y, and z in the set, if x is related to y (x ∼ y) and y is related to z (y ∼ z), then x is related to z (x ∼ z).
The construction of integers extends natural numbers by addressing the limitations of N in solving equations such as X + 2 = 1 by incorporating negatives. Natural numbers N do not accommodate the concept of subtraction leading to negative results. To overcome this, integers are constructed using equivalence classes of pairs of natural numbers (m, n) with relation (a, b) ∼ (c, d) if a + d = c + b. Addition and subtraction then become operations on these pairs, allowing negative numbers to be represented as differences of natural numbers. This approach embeds N in a larger system Z, retaining its properties and introducing negatives to solve previously unsolvable equations .