Difference between revisions of "Abstract Algebra: Preliminaries"
Line 285: | Line 285: | ||
==GCD, LCM, and Bézout's identity== | ==GCD, LCM, and Bézout's identity== | ||
+ | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> | ||
+ | <td><strong>Definition:</strong> If <span class="math-inline"><math>a, b \in \mathbb{Z}</math></span> then the <strong>Greatest Common Divisor</strong> of <span class="math-inline"><math>a</math></span> and <span class="math-inline"><math>b</math></span> denoted <span class="math-inline"><math>\gcd (a, b)</math></span> or <span class="math-inline"><math>(a, b)</math></span> is an integer <span class="math-inline"><math>d \in \mathbb{Z}</math></span> such that:<br /> | ||
+ | <strong>1.</strong> <span class="math-inline"><math>d \mid a</math></span> and <span class="math-inline"><math>d \mid b</math></span>.<br /> | ||
+ | <strong>2.</strong> If <span class="math-inline"><math>c \in \mathbb{Z}</math></span>, <span class="math-inline"><math>c \mid a</math></span>, and <span class="math-inline"><math>c \mid b</math></span> then <span class="math-inline"><math>c \leq d</math></span>.</td> | ||
+ | </blockquote> | ||
+ | <p>Note that the number <span class="math-inline"><math>1 \in \mathbb{Z}</math></span> has the property such that <span class="math-inline"><math>1 \mid a</math></span> and <span class="math-inline"><math>1 \mid b</math></span> for all <span class="math-inline"><math>a, b \in \mathbb{Z}</math></span> and so we see that the greatest common divisor of any two integers is always at least <span class="math-inline"><math>1</math></span>. As a result, we only need to compare positive divisors of <span class="math-inline"><math>a</math></span> and <span class="math-inline"><math>b</math></span>. Furthermore, if <span class="math-inline"><math>a \mid b</math></span> then it's not hard to verify that <span class="math-inline"><math>\gcd (a, b) = \mid a \mid</math></span>.</p> | ||
+ | <p>Let's look at an example of finding the greatest common divisor among two integers <span class="math-inline"><math>a, b \in \mathbb{Z}</math></span>.</p> | ||
+ | <p>Consider the integers <span class="math-inline"><math>a = 14</math></span> and <span class="math-inline"><math>b = 35</math></span>. The factors of <span class="math-inline"><math>a</math></span> are <span class="math-inline"><math>1, 2, 7, 14</math></span> and the factors of <span class="math-inline"><math>b</math></span> are <span class="math-inline"><math>1, 5, 7, 35</math></span>. Both <span class="math-inline"><math>a</math></span> and <span class="math-inline"><math>b</math></span> share the factor <span class="math-inline"><math>7</math></span> and it is the largest factor they share, and so:</p> | ||
+ | <div style="text-align: center;"><math>\begin{align} \quad \gcd (14, 35) = 7 \end{align}</math></div> | ||
+ | <p>As we elaborated on just moments ago, the greatest common divisor of any two integers is always at least <span class="math-inline"><math>1</math></span>. We give a special name to pairs of integers for which their greatest common divisor is <span class="math-inline"><math>1</math></span> which we define below.</p> | ||
+ | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> | ||
+ | <td><strong>Definition:</strong> If <span class="math-inline"><math>a, b \in \mathbb{Z}</math></span> and <span class="math-inline"><math>\gcd (a, b) = 1</math></span> then <span class="math-inline"><math>a</math></span> and <span class="math-inline"><math>b</math></span> are said to be <strong>Relatively Prime</strong> to each other.</td> | ||
+ | </blockquote> | ||
+ | <p>For example, consider the numbers <span class="math-inline"><math>a = 5</math></span> and <span class="math-inline"><math>b = 8</math></span>. The greatest common divisor between these numbers is:</p> | ||
+ | <div style="text-align: center;"><math>\begin{align} \quad \gcd (5, 8) = 1 \end{align}</math></div> | ||
+ | <p>Therefore <span class="math-inline"><math>5</math></span> and <span class="math-inline"><math>8</math></span> are relatively prime to each other.</p> | ||
+ | <blockquote style="background: white; border: 1px solid black; padding: 1em;"> | ||
+ | <td><strong>Theorem 1:</strong> If <span class="math-inline"><math>a, b, c \in \mathbb{Z}</math></span>, <span class="math-inline"><math>c \mid a</math></span>, and <span class="math-inline"><math>c \mid b</math></span> then <span class="math-inline"><math>c \mid \gcd (a, b)</math></span>.</td> | ||
+ | </blockquote> | ||
==Primes== | ==Primes== |
Revision as of 17:38, 18 November 2021
Contents
Natural numbers
The natural numbers are those numbers used for counting (as in "there are six coins on the table") and ordering (as in "this is the third largest city in the country"). In common mathematical terminology, words colloquially used for counting are "cardinal numbers", and words used for ordering are "ordinal numbers". The natural numbers can, at times, appear as a convenient set of codes (labels or "names"), that is, as what linguists call nominal numbers, forgoing many or all of the properties of being a number in a mathematical sense.
Some definitions begin the natural numbers with 0, corresponding to the non-negative integers {0, 1, 2, 3, ...}, whereas others start with 1, corresponding to the positive integers {1, 2, 3, ...}. Texts that exclude zero from the natural numbers sometimes refer to the natural numbers together with zero as the whole numbers, while in other writings, that term is used instead for the integers (including negative integers).
The natural numbers are a basis from which many other number sets may be built by extension: the integers, by including (if not yet in) the neutral element 0 and an additive inverse (−n) for each nonzero natural number n; the rational numbers, by including a multiplicative inverse () for each nonzero integer n (and also the product of these inverses by integers); the real numbers by including with the rationals the limits of (converging) Cauchy sequences of rationals; the complex numbers, by including with the real numbers the unresolved square root of minus one (and also the sums and products thereof); and so on. This chain of extensions make the natural numbers canonically embedded (identified) in the other number systems.
In common language, particularly in primary school education, natural numbers may be called counting numbers to intuitively exclude the negative integers and zero, and also to contrast the discreteness of counting to the continuity of measurement — a hallmark characteristic of real numbers.
Well-ordering principle
Consider the following set which we define to be the set of natural numbers:
Now consider any subset of . For example, let us consider the subsets , , and . The subset describes a finite set containing two integers. The subset describes the infinite set of all odd natural numbers, and the subset describes the infinite set of all even natural numbers. Notice that in each of these cases we can identify a least element of the subset. For example, the least element in is , the least element in is , and the least element in is .
In fact, it is impossible to construct a nonempty subset of that does not contain a least element. We describe this very important result below in the following theorem.
Theorem 1 (The Well-Ordering Principle of the Natural Numbers): Let be a nonempty subset of the natural numbers . Then there exists a least element , that is, for all .
We do not have the tools to prove Theorem 1 although it is a rather intuitively obvious result. Nevertheless, we should note that while Theorem 1 holds true for the set of natural numbers, it does not hold true for all sets of real numbers. For example, consider the set of rational numbers :
Any subset of the rational numbers need not have a least element. For example, consider the following subset of rational numbers between and noninclusive, that is, . We claim that has no least element. To prove this, assume that does have a least element, say is such that for all . Since we have that where Since we must have that too since and so:
Consider the number in the middle of and . This number is . Since and we have that and , so indeed, and which is a contradiction to our assumption that a least element exists in .
It's important to note that while not every subset of the rational numbers contains a least element, there are still subsets of that do contain a least element.
Induction
Mathematical induction is a mathematical proof technique. It is essentially used to prove that a statement P(n) holds for every natural number n = 0, 1, 2, 3, . . . ; that is, the overall statement is a sequence of infinitely many cases P(0), P(1), P(2), P(3), . . . . Informal metaphors help to explain this technique, such as falling dominoes or climbing a ladder:
"Mathematical induction proves that we can climb as high as we like on a ladder, by proving that we can climb onto the bottom rung (the basis) and that from each rung we can climb up to the next one (the step)."
- — Concrete Mathematics, page 3 margins.
A proof by induction consists of two cases. The first, the base case (or basis), proves the statement for n = 0 without assuming any knowledge of other cases. The second case, the induction step, proves that if the statement holds for any given case n = k, then it must also hold for the next case n = k + 1. These two steps establish that the statement holds for every natural number n. The base case does not necessarily begin with n = 0, but often with n = 1, and possibly with any fixed natural number n = N, establishing the truth of the statement for all natural numbers n ≥ N.
Description
The simplest and most common form of mathematical induction infers that a statement involving a natural number n (that is, an integer n ≥ 0 or 1) holds for all values of n. The proof consists of two steps:
- The initial or base case: prove that the statement holds for 0, or 1.
- The induction step, inductive step, or step case: prove that for every n, if the statement holds for n, then it holds for n + 1. In other words, assume that the statement holds for some arbitrary natural number n, and prove that the statement holds for n + 1.
The hypothesis in the inductive step, that the statement holds for a particular n, is called the induction hypothesis or inductive hypothesis. To prove the inductive step, one assumes the induction hypothesis for n and then uses this assumption to prove that the statement holds for n + 1.
Authors who prefer to define natural numbers to begin at 0 use that value in the base case; those who define natural numbers to begin at 1 use that value.
Example
Mathematical induction can be used to prove the following statement P(n) for all natural numbers n.
This states a general formula for the sum of the natural numbers less than or equal to a given number; in fact an infinite sequence of statements: , , , etc.
Proposition. For any ,
Proof. Let P(n) be the statement We give a proof by induction on n.
Base case: Show that the statement holds for the smallest natural number n = 0.
P(0) is clearly true:
Inductive step: Show that for any k ≥ 0, if P(k) holds, then P(k+1) also holds.
Assume the induction hypothesis that for a particular k, the single case n = k holds, meaning P(k) is true:
It follows that:
Algebraically, the right hand side simplifies as:
Equating the extreme left hand and right hand sides, we deduce that:
That is, the statement P(k+1) also holds true, establishing the inductive step.
Conclusion: Since both the base case and the inductive step have been proved as true, by mathematical induction the statement P(n) holds for every natural number n. ∎
Integers
The set of integers consists of zero (0), the positive natural numbers (1, 2, 3, ...), also called whole numbers or counting numbers, and their additive inverses (the negative integers, i.e., −1, −2, −3, ...). The set of integers is often denoted by the boldface (Z) or blackboard bold letter "Z"—standing originally for the German word Zahlen ("numbers").
is a subset of the set of all rational numbers , which in turn is a subset of the real numbers . Like the natural numbers, is countably infinite.
Algebraic properties
Like the natural numbers, is closed under the operations of addition and multiplication, that is, the sum and product of any two integers is an integer. However, with the inclusion of the negative natural numbers (and importantly, 0), , unlike the natural numbers, is also closed under subtraction.
The integers form a unital ring which is the most basic one, in the following sense: for any unital ring, there is a unique ring homomorphism from the integers into this ring. This universal property, namely to be an initial object in the category of rings, characterizes the ring .
is not closed under division, since the quotient of two integers (e.g., 1 divided by 2) need not be an integer. Although the natural numbers are closed under exponentiation, the integers are not (since the result can be a fraction when the exponent is negative).
The following table lists some of the basic properties of addition and multiplication for any integers a, b and c:
Addition | Multiplication | |
---|---|---|
Closure: | a + b is an integer | a × b is an integer |
Associativity: | a + (b + c) (a + b) + c | a × (b × c) (a × b) × c |
Commutativity: | a + b b + a | a × b b × a |
Existence of an identity element: | a + 0 a | a × 1 a |
Existence of inverse elements: | a + (−a) 0 | The only invertible integers (called units) are −1 and 1. |
Distributivity: | a × (b + c) (a × b) + (a × c) and (a + b) × c (a × c) + (b × c) | |
No zero divisors: | If a × b 0, then a 0 or b 0 (or both) |
The first five properties listed above for addition say that , under addition, is an abelian group. It is also a cyclic group, since every non-zero integer can be written as a finite sum 1 + 1 + ... + 1 or (−1) + (−1) + ... + (−1). In fact, under addition is the only infinite cyclic group—in the sense that any infinite cyclic group is isomorphic to .
The first four properties listed above for multiplication say that under multiplication is a commutative monoid. However, not every integer has a multiplicative inverse (as is the case of the number 2), which means that under multiplication is not a group.
All the rules from the above property table (except for the last), when taken together, say that together with addition and multiplication is a commutative ring with unity. It is the prototype of all objects of such algebraic structure. Only those equalities of expressions are true in for all values of variables, which are true in any unital commutative ring. Certain non-zero integers map to zero in certain rings.
The lack of zero divisors in the integers (last property in the table) means that the commutative ring is an integral domain.
The lack of multiplicative inverses, which is equivalent to the fact that is not closed under division, means that is not a field. The smallest field containing the integers as a subring is the field of rational numbers. The process of constructing the rationals from the integers can be mimicked to form the field of fractions of any integral domain. And back, starting from an algebraic number field (an extension of rational numbers), its ring of integers can be extracted, which includes as its subring.
Although ordinary division is not defined on , the division "with remainder" is defined on them. It is called Euclidean division, and possesses the following important property: given two integers a and b with b ≠ 0, there exist unique integers q and r such that a q × b + r and 0 ≤ r < |b|, where |b| denotes the absolute value of b. The integer q is called the quotient and r is called the remainder of the division of a by b. The Euclidean algorithm for computing greatest common divisors works by a sequence of Euclidean divisions.
The above says that is a Euclidean domain. This implies that is a principal ideal domain, and any positive integer can be written as the products of primes in an essentially unique way. This is the fundamental theorem of arithmetic.
Construction
In elementary school teaching, integers are often intuitively defined as the (positive) natural numbers, zero, and the negations of the natural numbers. However, this style of definition leads to many different cases (each arithmetic operation needs to be defined on each combination of types of integer) and makes it tedious to prove that integers obey the various laws of arithmetic. Therefore, in modern set-theoretic mathematics, a more abstract construction allowing one to define arithmetical operations without any case distinction is often used instead. The integers can thus be formally constructed as the equivalence classes of ordered pairs of natural numbers (a,b).
The intuition is that (a,b) stands for the result of subtracting b from a. To confirm our expectation that 1 − 2 and 4 − 5 denote the same number, we define an equivalence relation ~ on these pairs with the following rule:
precisely when
Addition and multiplication of integers can be defined in terms of the equivalent operations on the natural numbers; by using [(a,b)] to denote the equivalence class having (a,b) as a member, one has:
The negation (or additive inverse) of an integer is obtained by reversing the order of the pair:
Hence subtraction can be defined as the addition of the additive inverse:
The standard ordering on the integers is given by:
- if and only if
It is easily verified that these definitions are independent of the choice of representatives of the equivalence classes.
Every equivalence class has a unique member that is of the form (n,0) or (0,n) (or both at once). The natural number n is identified with the class [(n,0)] (i.e., the natural numbers are embedded into the integers by map sending n to [(n,0)]), and the class [(0,n)] is denoted −n (this covers all remaining classes, and gives the class [(0,0)] a second time since −0 0.
Thus, [(a,b)] is denoted by
If the natural numbers are identified with the corresponding integers (using the embedding mentioned above), this convention creates no ambiguity.
This notation recovers the familiar representation of the integers as {..., −2, −1, 0, 1, 2, ...} .
Some examples are:
Division algorithm
One rather important aspect of the divisibility of integers is that if then can be written as the product of some quotient with plus a remainder . For example, if and , then where and .
The following theorem known as the Division Algorithm shows us that for any pair of integers where that the form exists and is unique.
Theorem 1 (The Division Algorithm): Let with . Then there exists unique where and such that .
The value of is often called the Remainder when is divided by . That is, is equal to some multiple , known as the Quotient of , plus a remainder for which .
- Proof: Let with and consider the following set :
- Consider of nonnegative elements in . If then and if then , so is a nonempty set. Moreover, is a nonempty subset of integers and so by the Well-Ordering principle there exists a least element of , say is this least element. Since we have that for some and so:
- So if of the form we desire. Now since and every element in is nonnegative then we have that . Suppose that . Then where and so:
- Therefore and so . Since and we have that . But this implies that is not the least element of which is a contradiction, so our assumption that is false, and so .
- We lastly show that and are unique for and . Suppose that and where . Then by subtracting these two equations we get:
- Therefore is a multiple of . Since and we must have that . The only multiple of such that is , so:
- Since , we have that . Since this implies that and so . Therefore can be uniquely expressed in the form where .
Congruence modulo m
Definition: If then we say that is Congruent to modulo denoted if .
The congruence of two integers is an equivalence relation which we can describe in other words. We say that and are said to be congruent modulo if divided by leaves the same remaining as divided by .
For example, since . Notice also that when and are divided by they both leave the same remainder, .
We can denote the remainder of an integer when divided by as simply . For example, since the remaining of when divided by is . We should note that from <a href="/the-division-algorithm">The Division Algorithm</a> that the remainder when an integer is divided by satisfies the inequality . Therefore we note that for all nonnegative integers and positive integers that:
In other words, for all nonnegative integers and positive integers , the set of possible remainders when is divided by is .
Consequentially, we can define the set of odd integers and the set of even numbers in terms of these elements in the set of even integers being congruent to one another and elements in the set of odd numbers being congruent to one another.
Definition: An integer is said to be Odd if or Even if .
We will now look at some basic theorems regarding integer congruence modulo .
Theorem 1: Let . Then:
a) If then .
b) .
c) If and then .
d) If and then .
e) If and then .
- Proof of a) Suppose that . Then so there exists an integer such that:
- Therefore so .
- We have that for any integer . Therefore .
- Proof of c) Suppose that and . Then and and there exists integers and such that:
- From the second equation we have that . Substituting this into the first equation gives us:
- Therefore so .
- Proof of d): Suppose that and . Then and , so there exists integers and such that:
- Adding these equations together gives us:
- Therefore so
- Proof of e): Suppose that and . Then and , so there exists integers and such that:
- Multiplying these equations together yields:
- Therefore so .
Algebra on
GCD, LCM, and Bézout's identity
Definition: If then the Greatest Common Divisor of and denoted or is an integer such that:
1. and .
2. If , , and then .
Note that the number has the property such that and for all and so we see that the greatest common divisor of any two integers is always at least . As a result, we only need to compare positive divisors of and . Furthermore, if then it's not hard to verify that .
Let's look at an example of finding the greatest common divisor among two integers .
Consider the integers and . The factors of are and the factors of are . Both and share the factor and it is the largest factor they share, and so:
As we elaborated on just moments ago, the greatest common divisor of any two integers is always at least . We give a special name to pairs of integers for which their greatest common divisor is which we define below.
Definition: If and then and are said to be Relatively Prime to each other.
For example, consider the numbers and . The greatest common divisor between these numbers is:
Therefore and are relatively prime to each other.
Theorem 1: If , , and then .
Primes
Euclid's Lemma
Fundamental Theorem of Arithmetic
Licensing
Content obtained and/or adapted from:
- Natural number, Wikipedia under a CC BY-SA license
- Integer, Wikipedia under a CC BY-SA license
- Mathematical induction, Wikipedia under a CC BY-SA license
- Abstract Algebra, mathonline.wikidot.com under a CC BY-SA license