Difference between revisions of "Abstract Algebra: Preliminaries"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 9: Line 9:
  
 
===Well-ordering principle===
 
===Well-ordering principle===
 +
<p>Consider the following set which we define to be the set of natural numbers:</p>
 +
<div style="text-align: center;"><math>\begin{align} \quad \mathbb{N} = \{ 1, 2, 3, ... \} \end{align}</math></div>
 +
<p>Now consider any subset <span class="math-inline"><math>A</math></span> of <span class="math-inline"><math>\mathbb{N}</math></span>. For example, let us consider the subsets <span class="math-inline"><math>A_1 = \{ 7, 29 \}</math></span>, <span class="math-inline"><math>A_2 = \{1, 3, 5, ... \}</math></span>, and <span class="math-inline"><math>A_3 = \{2, 4, 6, ... \}</math></span>. The subset <span class="math-inline"><math>A_1</math></span> describes a finite set containing two integers. The subset <span class="math-inline"><math>A_2</math></span> describes the infinite set of all odd natural numbers, and the subset <span class="math-inline"><math>A_3</math></span> describes the infinite set of all even natural numbers. Notice that in each of these cases we can identify a <em>least</em> element of the subset. For example, the least element in <span class="math-inline"><math>A_1</math></span> is <span class="math-inline"><math>7</math></span>, the least element in <span class="math-inline"><math>A_2</math></span> is <span class="math-inline"><math>1</math></span>, and the least element in <span class="math-inline"><math>A_3</math></span> is <span class="math-inline"><math>2</math></span>.</p>
 +
<p>In fact, it is impossible to construct a nonempty subset <span class="math-inline"><math>A</math></span> of <span class="math-inline"><math>\mathbb{N}</math></span> that does not contain a least element. We describe this very important result below in the following theorem.</p>
 +
<blockquote style="background: white; border: 1px solid black; padding: 1em;">
 +
<td><strong>Theorem 1 (The Well-Ordering Principle of the Natural Numbers):</strong> Let <span class="math-inline"><math>A</math></span> be a <em>nonempty</em> subset of the natural numbers <span class="math-inline"><math>\mathbb{N} = \{1, 2, 3, ...\}</math></span>. Then there exists a least element <span class="math-inline"><math>x \in A</math></span>, that is, <span class="math-inline"><math>x \leq y</math></span> for all <span class="math-inline"><math>y \in A</math></span>.</td>
 +
</blockquote>
 +
<p>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 <span class="math-inline"><math>\mathbb{Q}</math></span>:</p>
 +
<div style="text-align: center;"><math>\begin{align} \quad \mathbb{Q} = \left \{ \frac{a}{b} : a, b \in \mathbb{Z}, b \neq 0 \right \} \end{align}</math></div>
 +
<p>Any subset of the rational numbers need not have a least element. For example, consider the following subset of rational numbers between <span class="math-inline"><math>0</math></span> and <span class="math-inline"><math>1</math></span> noninclusive, that is, <span class="math-inline"><math>A = \{ x \in \mathbb{Q} : 0 < x < 1 \}</math></span>. We claim that <span class="math-inline"><math>A</math></span> has no least element. To prove this, assume that <span class="math-inline"><math>A</math></span> does have a least element, say <span class="math-inline"><math>x \in A</math></span> is such that <span class="math-inline"><math>x \leq y</math></span> for all <span class="math-inline"><math>y \in A</math></span>. Since <span class="math-inline"><math>x \in A</math></span> we have that <span class="math-inline"><math>x = \frac{a}{b}</math></span> where <span class="math-inline"><math>a, b \in \mathbb{Z}</math></span> Since <span class="math-inline"><math>x \in A</math></span> we must have that <span class="math-inline"><math>x > 0</math></span> too since <span class="math-inline"><math>0 < x < 1</math></span> and so:</p>
 +
<div style="text-align: center;"><math>\begin{align} \quad 0 < \frac{a}{b} < 1 \end{align}</math></div>
 +
<p>Consider the number <span class="math-inline"><math>y</math></span> in the middle of <span class="math-inline"><math>0</math></span> and <span class="math-inline"><math>\frac{a}{b}</math></span>. This number is <span class="math-inline"><math>y = \frac{a}{2b}</math></span>. Since <span class="math-inline"><math>b \in \mathbb{Z}</math></span> and <span class="math-inline"><math>b \neq 0</math></span> we have that <span class="math-inline"><math>2b \in \mathbb{Z}</math></span> and <span class="math-inline"><math>2b \neq 0</math></span>, so indeed, <span class="math-inline"><math>y = \frac{a}{2b} \in A</math></span> and <span class="math-inline"><math>0 < y < x < 1</math></span> which is a contradiction to our assumption that a least element exists in <span class="math-inline"><math>A</math></span>.</p>
 +
<p>It's important to note that while not every subset of the rational numbers <span class="math-inline"><math>\mathbb{Q}</math></span> contains a least element, there are still subsets of <span class="math-inline"><math>\mathbb{Q}</math></span> that do contain a least element.</p>
 +
 
===Induction===
 
===Induction===
  

Revision as of 09:15, 18 November 2021

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

Integers

Division algorithm

Congruence modulo m

Algebra on

GCD, LCM, and Bézout's identity

Primes

Euclid's Lemma

Fundamental Theorem of Arithmetic

Licensing

Content obtained and/or adapted from: