The Well-Ordering Principle for the Integers. Some proofs in mathematics use a property of the set of integers called the Well-Ordering Principle.

Similar documents
Full and Complete Binary Trees

If n is odd, then 3n + 7 is even.

Practice with Proofs

Handout #1: Mathematical Reasoning

3. Mathematical Induction

Today s Topics. Primes & Greatest Common Divisors

The Prime Numbers. Definition. A prime number is a positive integer with exactly two positive divisors.

Elementary Number Theory and Methods of Proof. CSE 215, Foundations of Computer Science Stony Brook University

Section 4.2: The Division Algorithm and Greatest Common Divisors

26 Integers: Multiplication, Division, and Order

Basic Proof Techniques

Every Positive Integer is the Sum of Four Squares! (and other exciting problems)

8 Divisibility and prime numbers

Math 319 Problem Set #3 Solution 21 February 2002

8 Primes and Modular Arithmetic

Sample Induction Proofs

Arkansas Tech University MATH 4033: Elementary Modern Algebra Dr. Marcel B. Finan

Winter Camp 2011 Polynomials Alexander Remorov. Polynomials. Alexander Remorov

MATHEMATICAL INDUCTION. Mathematical Induction. This is a powerful method to prove properties of positive integers.

ALGEBRAIC APPROACH TO COMPOSITE INTEGER FACTORIZATION

Fibonacci Numbers and Greatest Common Divisors. The Finonacci numbers are the numbers in the sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144,...

of Nebraska - Lincoln

Kevin James. MTHSC 412 Section 2.4 Prime Factors and Greatest Comm

Solutions to Homework 6 Mathematics 503 Foundations of Mathematics Spring 2014

Row Echelon Form and Reduced Row Echelon Form

MATH10040 Chapter 2: Prime and relatively prime numbers

Number Theory. Proof. Suppose otherwise. Then there would be a finite number n of primes, which we may

CHAPTER 5. Number Theory. 1. Integers and Division. Discussion

THE DIMENSION OF A VECTOR SPACE

Solutions of Linear Equations in One Variable

k, then n = p2α 1 1 pα k

THE BANACH CONTRACTION PRINCIPLE. Contents

I. GROUPS: BASIC DEFINITIONS AND EXAMPLES

WRITING PROOFS. Christopher Heil Georgia Institute of Technology

Solution to Exercise 2.2. Both m and n are divisible by d, som = dk and n = dk. Thus m ± n = dk ± dk = d(k ± k ),som + n and m n are divisible by d.

Cardinality. The set of all finite strings over the alphabet of lowercase letters is countable. The set of real numbers R is an uncountable set.

MATH 289 PROBLEM SET 4: NUMBER THEORY

GREATEST COMMON DIVISOR

Mathematical Induction

x a x 2 (1 + x 2 ) n.

Equations, Inequalities & Partial Fractions

CS 103X: Discrete Structures Homework Assignment 3 Solutions

9.2 Summation Notation

Mathematical Induction. Lecture 10-11

Page 331, 38.4 Suppose a is a positive integer and p is a prime. Prove that p a if and only if the prime factorization of a contains p.

RECURSIVE ENUMERATION OF PYTHAGOREAN TRIPLES

Introduction. Appendix D Mathematical Induction D1

The Fundamental Theorem of Arithmetic

MATH 22. THE FUNDAMENTAL THEOREM of ARITHMETIC. Lecture R: 10/30/2003

CONTRIBUTIONS TO ZERO SUM PROBLEMS

Chapter 3. Cartesian Products and Relations. 3.1 Cartesian Products

SECTION 10-2 Mathematical Induction

arxiv: v2 [math.ho] 4 Nov 2009


n 2 + 4n + 3. The answer in decimal form (for the Blitz): 0, 75. Solution. (n + 1)(n + 3) = n lim m 2 1

U.C. Berkeley CS276: Cryptography Handout 0.1 Luca Trevisan January, Notes on Algebra

Just the Factors, Ma am

1.6 The Order of Operations

Breaking The Code. Ryan Lowe. Ryan Lowe is currently a Ball State senior with a double major in Computer Science and Mathematics and

Continued Fractions and the Euclidean Algorithm

PYTHAGOREAN TRIPLES KEITH CONRAD

PRIME FACTORS OF CONSECUTIVE INTEGERS

JUST THE MATHS UNIT NUMBER 1.8. ALGEBRA 8 (Polynomials) A.J.Hobson

Real Roots of Univariate Polynomials with Real Coefficients

Five fundamental operations. mathematics: addition, subtraction, multiplication, division, and modular forms

Mathematical Induction. Mary Barnes Sue Gordon

Math 55: Discrete Mathematics

Some practice problems for midterm 2

Indiana State Core Curriculum Standards updated 2009 Algebra I

FACTORING LARGE NUMBERS, A GREAT WAY TO SPEND A BIRTHDAY

The last three chapters introduced three major proof techniques: direct,

4.2 Euclid s Classification of Pythagorean Triples

23. RATIONAL EXPONENTS

TOPIC 4: DERIVATIVES

3.2 The Factor Theorem and The Remainder Theorem

Factoring Polynomials

Math Workshop October 2010 Fractions and Repeating Decimals

Playing with Numbers

mod 10 = mod 10 = 49 mod 10 = 9.

Solutions for Practice problems on proofs

6.2 Permutations continued

A Study on the Necessary Conditions for Odd Perfect Numbers

Section 1.1 Real Numbers

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH

Triangle deletion. Ernie Croot. February 3, 2010

Grade 6 Math Circles March 10/11, 2015 Prime Time Solutions

CONTENTS 1. Peter Kahn. Spring 2007

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include

Basics of Counting. The product rule. Product rule example. 22C:19, Chapter 6 Hantao Zhang. Sample question. Total is 18 * 325 = 5850

1. Let P be the space of all polynomials (of one real variable and with real coefficients) with the norm

A Second Course in Mathematics Concepts for Elementary Teachers: Theory, Problems, and Solutions

MACM 101 Discrete Mathematics I

1 Inner Products and Norms on Real Vector Spaces

1. Prove that the empty set is a subset of every set.

Congruent Number Problem

COMP 250 Fall 2012 lecture 2 binary representations Sept. 11, 2012

Cartesian Products and Relations

LINEAR INEQUALITIES. Mathematics is the art of saying many things in many different ways. MAXWELL

CONTINUED FRACTIONS AND PELL S EQUATION. Contents 1. Continued Fractions 1 2. Solution to Pell s Equation 9 References 12

MATH10212 Linear Algebra. Systems of Linear Equations. Definition. An n-dimensional vector is a row or a column of n numbers (or letters): a 1.

Transcription:

The Well-Ordering Principle for the Integers Some proofs in mathematics use a property of the set of integers called the Well-Ordering Principle. Definition of the Well-Ordering Principle for the Integers Every non-empty set of integers in which every element is greater than or equal to some fixed integer has a least element. More formally, specifying Condition (1) and Condition (2): Let set S be a set of integers such that: 1) There is at least one integer element in S, and 2) There exists an integer L such that every element in set S is greater than or equal to L. Then, by the Well-Ordering Principle, S has a least element m. Note: The integer L (thought of a Lower Bound of integers in S) is most likely not in the set S. And, the choices of which integer L might be is never unique: many different integers can be chosen as L to serve as a lower bound for set S. For example, if L = 2 works, then L = 1, L = 0, L = -1, etc., all will also work. Example 1: Verify that the Well-Ordering Principle can be applied to set S, where set S = { All integers x such that 24 = x y for some integer y }. 1) [ Show that there is at least one integer element in set S. ] 24 = 12 2 = x y where x = 12 and y = 2. Thus, x = 12 is in set S, so there is at least one integer element in S, so S is a non-empty set. 2) [ Show that there exists an integer L such that, for all x in S, x L. ] By definition of S, every integer element in S is a divisor of 24. The divisors of 24 range between 24 and +24, so every divisor of 24 is greater than or equal to 25. Thus, every element in set S is greater than or equal to 25. Set S satisfies Condition ( 1 ) and Condition ( 2 ) of the Well-Ordering Principle of the Integers. By the Well-Ordering Principle of the Integers, set S has a least element, m. Regarding the step of locating an integer L to serve as a "Lower Bound" of the elements in set S, sometimes the definition of S itself says, for instance, that set S is the set of all integers n, n 0, such that n has such-and-such property. In that case, verifying the existence of a "Lower Bound" for the elements of S is accomplished just by saying, "By definition of set S, every integer in S is greater than or equal to 0."

An Example of a Proof Using the Well-Ordering Principle of the Integers 2 9 10 Sequence ( d n ) is defined as follows: d 1 =, d 2 =, and 10 11 for all integers k 3, d k = d ( k 1 ) d ( k 2 ). To Prove: d n < 1, for every integer n 1. Proof: [ by Contradiction ] Suppose, by way of contradiction, that there exists a positive integer index T such that d T 1. Let S = { all positive integers index n such that d n 1 } [ Note that, if k is a positive integer index and k is not in set S, then d k < 1 or else k would be in set S. ] By the definition of index T in the initial supposition above, d T 1. T is in S, and so, S is non-empty. Condition ( 1 ) of the Well-Ordering Principle is satisfied. By definition of set S, every element in S is a positive integer, so every integer index in S is greater than or equal to 1. Condition ( 2 ) of the Well-Ordering Principle is satisfied. By the Well-Ordering Principle of the Integers, set S has a least element, m. Now, since m is in set S, d m 1, but since d 1 < 1, d m d 1, so m 1. Similarly, since d m 1 and d 2 < 1, d m d 2, so m 2. m 3. [This will enable us apply the formula that defines the sequence to d m. ] Since m 3, d m = d ( m 1 ) d ( m 2 ), by the formula that defines the sequence. [ Now, we will reach a contradiction by showing that, since d ( m 1 ) < 1 and d ( m 2 ) < 1, their product d ( m 1 ) d ( m 2 ), which equals d m, is also less than 1, which contradicts the fact that d m 1. ] Since 3 m, 0 m 2. [ By subtracting 2 from both sides of the first inequality ] 0 m 2 < m 1 < m. [We needed to establish that to show that m 1 and m 2 are not in set S because they are less than the least element m in S. ] Because m is the least integer in set S and m 1 < m, m 1 is not in set S. Because m is the least integer in set S and m 2 < m, m 2 is not in set S. Since m 1 and m 2 are both positive integers which are not in set S, we conclude that d ( m 1 ) < 1 and d ( m 2 ) < 1, by definition of set S. [or else, m 1 and m 2 would be in set S.]

Their product d ( m 1 ) d ( m 2) < 1 3 Thus, since d m = d ( m 1 ) d ( m 2 ), d m < 1, by substitution, which contradicts the fact that d m 1. [ By definition of m as being an element in set S. ] For every integer n 1, d n < 1, by proof-by-contradiction. QED On the following two pages are two proofs of Theorem 4.3.4, which states that every integer which is greater than 1 is divisible by some prime number. We will need to apply the following theorem. The following theorem is useful when a proof deals with integers which are not prime numbers. Theorem (The Non-Prime Integer Greater Than One Theorem): For every integer n, if n > 1 and n is not a prime number, then there exist integers r and s such that 1 < r < n and 1 < s < n and n = r s. Proof: Let n be any integer. Suppose that n > 1 and n is not a prime number. Since n is not prime, there exist positive integers r and s such that n = r s and r 1 and s 1. r 1 and s 1, since they are positive integers not equal to 1. r s r and r s s, by rules of algebra. n r and n s, by substitution (recall that n = rs ). 1 < r < n and 1 < s < n and n = r s. Q E D

4 Theorem 4.3.4 : For every integer n > 1, n is divisible by some prime number. [ This proof illustrates one way to use the Well-Ordering Principle of the Integers to prove a theorem. Following this proof, another proof of this theorem is presented which illustrates a second way to use the Well-Ordering Principle to prove a theorem. ] Proof # 1 : Suppose, by way of contradiction, that there exists an integer N such that N > 1 and N is not divisible by any prime number. Let S = { all positive integers n such that that n > 1 and n is not divisible by any prime number. } [ Here, the least element m will be the first integer greater than 1 which is not divisible by a prime number. ] Since N > 1 and N is not divisible by any prime number, N S, so S is not the empty set. By definition of set S, every element of S is greater than 1, so 1 is a Lower Bound integer for set S. S satisfies the conditions of the Well-Ordering Principle of the Integers.. By the Well-Ordering Principle of the Integers, S has a least element, m. Since m is divisible by m (that is, m is its own divisor) and since m is not divisible by any prime number, m is not a prime number. Also, m > 1. Thus, since m > 1 and m is not a prime number, there exist integers r and s such that 1 < r < m and 1 < s < m and m = r s. Thus, r m. Since r < m, r is not in the set S. Since 1 < r and r is not in the set S, there exists a prime p such that p r, by definition of S. Since p r and r m, p m by transitivity of divisibility. Since p is a prime number, m is divisible by the prime number p, which contradicts the fact that m is not divisible by any prime number. Therefore, for every integer n > 1, n is divisible by some prime number, by proof-by-contradiction. Q E D

5 Theorem 4.3.4 : For every integer n > 1, n is divisible by some prime number p. Proof # 2 : Let n be any integer such that n > 1. [ NTS: There exists a prime number p such that p n. ] Let S = { all integers t such that that t > 1 and t n. } [ Here, the least element m will be the first divisor of n which is greater than 1. It will be a prime number. ] Since n > 1 and n n, n is an element of set S, by definition of set S. Thus, S is not the empty set. Also, by definition of S, every element of S is greater than 1, so 1 is a Lower Bound integer for set S. S satisfies the conditions of the Well-Ordering Principle of the Integers.. By the Well-Ordering Principle of the Integers, S has a least element, m. [ NTS: m is a prime number ] m > 1 and m n. Suppose, by way of contradiction, that m is not a prime number. By definition of S, m > 1. Thus, m is a non-prime integer greater than one. Thus, since m > 1 and m is not a prime number, there exist integers r and s such that 1 < r < m and 1 < s < m and m = r s. Thus, r m. Since r < m and m is the least element in S, r is not an element in the set S. Since 1 < r and r is not an element in the set S, we conclude that r n. Since r m and m n, r n by transitivity of divisibility. Therefore, r n and r n, which is a contradiction. m is a prime number, by proof-by-contradiction. Recall that m n. n is divisible by the prime number m. Let p = m. p is a prime number and p n. n is divisible by some prime number p. Therefore, for every integer n > 1, n is divisible by some prime number p, by Direct Proof. Q E D