Now, with all the definitions we ve made, we re ready see where all the math stuff we took for granted, like numbers, come from.

Similar documents
Math 144 Summer 2012 (UCR) Pro-Notes June 24, / 15

( )( b + c) = ab + ac, but it can also be ( )( a) = ba + ca. Let s use the distributive property on a couple of

Equivalent Forms of the Axiom of Infinity

PEANO AXIOMS FOR THE NATURAL NUMBERS AND PROOFS BY INDUCTION. The Peano axioms

2.2 Some Consequences of the Completeness Axiom

Induction 1 = 1(1+1) = 2(2+1) = 3(3+1) 2

Math 24 Spring 2012 Questions (mostly) from the Textbook

INDUCTION AND RECURSION. Lecture 7 - Ch. 4

WORKSHEET MATH 215, FALL 15, WHYTE. We begin our course with the natural numbers:

A BRIEF INTRODUCTION TO ZFC. Contents. 1. Motivation and Russel s Paradox

Russell s logicism. Jeff Speaks. September 26, 2007

Notes on induction proofs and recursive definitions

/633 Introduction to Algorithms Lecturer: Michael Dinitz Topic: Matroids and Greedy Algorithms Date: 10/31/16

Climbing an Infinite Ladder

Consequences of the Completeness Property

Discrete Math, Spring Solutions to Problems V

Climbing an Infinite Ladder

Models of Computation,

MATH 115, SUMMER 2012 LECTURE 12

Mathematical Induction. EECS 203: Discrete Mathematics Lecture 11 Spring

Discrete Mathematics. Spring 2017

n(n + 1). 2 . If n = 3, then 1+2+3=6= 3(3+1) . If n = 2, then = 3 = 2(2+1)

Solving Quadratic & Higher Degree Equations

ADVANCED CALCULUS - MTH433 LECTURE 4 - FINITE AND INFINITE SETS

We introduce one more operation on sets, perhaps the most important

CONSTRUCTION OF sequence of rational approximations to sets of rational approximating sequences, all with the same tail behaviour Definition 1.

Mathematical Induction Again

Countability. 1 Motivation. 2 Counting

Important Properties of R

Mathematical Induction Again

06 Recursive Definition and Inductive Proof

Diamond, Continuum, and Forcing

The Axiom of Infinity, Quantum Field Theory, and Large Cardinals. Paul Corazza Maharishi University

Extensions to the Logic of All x are y: Verbs, Relative Clauses, and Only

Math 4606, Summer 2004: Inductive sets, N, the Peano Axioms, Recursive Sequences Page 1 of 10

THE SAMPLING DISTRIBUTION OF THE MEAN

Mathematical Induction

MAGIC Set theory. lecture 2

Divisibility = 16, = 9, = 2, = 5. (Negative!)

Exercise 2. Prove that [ 1, 1] is the set of all the limit points of ( 1, 1] = {x R : 1 <

Well Ordered Sets (continued)

Basics of Proofs. 1 The Basics. 2 Proof Strategies. 2.1 Understand What s Going On

Contradiction MATH Contradiction. Benjamin V.C. Collins, James A. Swenson MATH 2730

MATH 3300 Test 1. Name: Student Id:

ASSIGNMENT 1 SOLUTIONS

A lower bound for X is an element z F such that

What can you prove by induction?

Lecture 6 : Induction DRAFT

Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman.

Handout 2 (Correction of Handout 1 plus continued discussion/hw) Comments and Homework in Chapter 1

Talk Science Professional Development

Chapter One. The Real Number System

PRINCIPLE OF MATHEMATICAL INDUCTION

Mathematical Induction

Note that r = 0 gives the simple principle of induction. Also it can be shown that the principle of strong induction follows from simple induction.

MITOCW ocw f99-lec09_300k

Spanning, linear dependence, dimension

Chapter 3 ALGEBRA. Overview. Algebra. 3.1 Linear Equations and Applications 3.2 More Linear Equations 3.3 Equations with Exponents. Section 3.

/633 Introduction to Algorithms Lecturer: Michael Dinitz Topic: Asymptotic Analysis, recurrences Date: 9/7/17

Any Wizard of Oz fans? Discrete Math Basics. Outline. Sets. Set Operations. Sets. Dorothy: How does one get to the Emerald City?

Discrete Mathematics. Spring 2017

MITOCW ocw f99-lec30_300k

Solving Quadratic & Higher Degree Equations

Nondeterministic finite automata

Understanding Decimal Addition

Math 3361-Modern Algebra Lecture 08 9/26/ Cardinality

Multiple Choice Questions

We have been going places in the car of calculus for years, but this analysis course is about how the car actually works.

POLYNOMIAL EXPRESSIONS PART 1

Mathematical Induction. Section 5.1

Summer HSSP Lecture Notes Week 1. Lane Gunderman, Victor Lopez, James Rowan

Definition Suppose M is a collection (set) of sets. M is called inductive if

Homework #2 Solutions Due: September 5, for all n N n 3 = n2 (n + 1) 2 4

2 Analogies between addition and multiplication

Discrete Mathematics for CS Fall 2003 Wagner Lecture 3. Strong induction

Solving Quadratic & Higher Degree Equations

Math 52: Course Summary

ARE211, Fall2012. Contents. 2. Linear Algebra (cont) Vector Spaces Spanning, Dimension, Basis Matrices and Rank 8

Section 4.2: Mathematical Induction 1

AN ALGEBRA PRIMER WITH A VIEW TOWARD CURVES OVER FINITE FIELDS

µ (X) := inf l(i k ) where X k=1 I k, I k an open interval Notice that is a map from subsets of R to non-negative number together with infinity

Polynomials; Add/Subtract

1 Continuity and Limits of Functions

An very brief overview of Surreal Numbers

Tips and Tricks in Real Analysis

Sequence convergence, the weak T-axioms, and first countability

The semantics of propositional logic

What if the characteristic equation has complex roots?

CSC 344 Algorithms and Complexity. Proof by Mathematical Induction

Studying Rudin s Principles of Mathematical Analysis Through Questions. August 4, 2008

Solving a Series. Carmen Bruni

Discrete Mathematics and Probability Theory Fall 2014 Anant Sahai Note 7

Basic Proof Examples

Carmen s Core Concepts (Math 135)

CS173 Strong Induction and Functions. Tandy Warnow

PRINCIPLE OF MATHEMATICAL INDUCTION

Peano Arithmetic. by replacing the schematic letter R with a formula, then prefixing universal quantifiers to bind

Note: Please use the actual date you accessed this material in your citation.

MI 4 Mathematical Induction Name. Mathematical Induction

How to write maths (well)

Transcription:

The Natural Numbers Now, with all the definitions we ve made, we re ready see where all the math stuff we took for granted, like numbers, come from. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 1 / 11

The Natural Numbers Now, with all the definitions we ve made, we re ready see where all the math stuff we took for granted, like numbers, come from. Our first goal is to construct the set of natural numbers N = {0, 1, 2, 3, 4,...}. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 1 / 11

The Natural Numbers Now, with all the definitions we ve made, we re ready see where all the math stuff we took for granted, like numbers, come from. Our first goal is to construct the set of natural numbers N = {0, 1, 2, 3, 4,...}. This is going to come about in a rather hairy way, but in the end you ll see why. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 1 / 11

The Natural Numbers Now, with all the definitions we ve made, we re ready see where all the math stuff we took for granted, like numbers, come from. Our first goal is to construct the set of natural numbers N = {0, 1, 2, 3, 4,...}. This is going to come about in a rather hairy way, but in the end you ll see why. The first thing we need, of course, is a few more definitions: Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 1 / 11

The Natural Numbers Now, with all the definitions we ve made, we re ready see where all the math stuff we took for granted, like numbers, come from. Our first goal is to construct the set of natural numbers N = {0, 1, 2, 3, 4,...}. This is going to come about in a rather hairy way, but in the end you ll see why. The first thing we need, of course, is a few more definitions: Definition Given a set x, the successor of x, denoted S(x) is the set S(x) = x {x}. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 1 / 11

Since we re now ready to start getting some things that are familiar to us, we will start calling the empty set 0, but at this point, this is just another name for. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 2 / 11

Since we re now ready to start getting some things that are familiar to us, we will start calling the empty set 0, but at this point, this is just another name for. Definition A set I is called inductive if 0 I and if x I, then S(x) I. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 2 / 11

Since we re now ready to start getting some things that are familiar to us, we will start calling the empty set 0, but at this point, this is just another name for. Definition A set I is called inductive if 0 I and if x I, then S(x) I. Just think for a moment how wild an inductive set I must be. Just from the fact that 0 = I, by definition, this means S({ }) = { } = { } I. Again by definition S({ }) = { } {{ }} = {, { }} I. And this keeps going and going. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 2 / 11

ZF Nothing in our list of axioms so far tells us that an inductive set actually exists. First off, all sets that exist by our axioms so far must be finite. Clearly, inductive sets at least have some sort of infinite properties. So we need a new axiom. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 3 / 11

ZF Nothing in our list of axioms so far tells us that an inductive set actually exists. First off, all sets that exist by our axioms so far must be finite. Clearly, inductive sets at least have some sort of infinite properties. So we need a new axiom. Axiom (6. The Axiom of Infinity) There exists an inductive set I. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 3 / 11

ZF Nothing in our list of axioms so far tells us that an inductive set actually exists. First off, all sets that exist by our axioms so far must be finite. Clearly, inductive sets at least have some sort of infinite properties. So we need a new axiom. Axiom (6. The Axiom of Infinity) There exists an inductive set I. Notice if we have another inductive set J, then 0 J also. But if we can find even one x J such that x / I, then all the successors of that x are in J and not in I. What we want to get our hands on is the smallest possible inductive set. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 3 / 11

Let P(J) be the property J is an inductive set. By the axiom of comprehension and the axiom of infinity ω = {x I J(P(J) x J)} is a set. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 4 / 11

Let P(J) be the property J is an inductive set. By the axiom of comprehension and the axiom of infinity ω = {x I J(P(J) x J)} is a set. So ω is a set that is a subset of every possible inductive set. Since we want the smallest possible inductive set, all we have to prove now is: Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 4 / 11

Let P(J) be the property J is an inductive set. By the axiom of comprehension and the axiom of infinity ω = {x I J(P(J) x J)} is a set. So ω is a set that is a subset of every possible inductive set. Since we want the smallest possible inductive set, all we have to prove now is: Proposition ω is an inductive set Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 4 / 11

Proof. 0 ω since for all sets J such that J is inductive, by definition of inductive sets 0 J. Another way to say this is: J(P(J) 0 J) is true. Since ω = {x I J(P(J) x J)} this means 0 ω. Now suppose x ω. We want to prove that S(x) ω. Since we assumed x ω, this means J(P(J) x J) is true. This says, for any inductive set J, we know x J. By definition of J being an inductive set, we know S(x) J. Another way to say this is J(P(J) S(x) J), but this means exactly that S(x) ω Therefore ω is inductive. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 5 / 11

The point of this is to notice that we constructed ω as a smallest inductive set. That is, Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 6 / 11

The point of this is to notice that we constructed ω as a smallest inductive set. That is, Proposition (The Principal of Mathematical Induction) If S ω and S is an inductive set, then S = ω Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 6 / 11

The point of this is to notice that we constructed ω as a smallest inductive set. That is, Proposition (The Principal of Mathematical Induction) If S ω and S is an inductive set, then S = ω Proof. Suppose S ω is an inductive set. Take any element x ω. This means, by definition of ω, x satisfies the property: if J is an inductive set, then x J. We assumed S is an inductive set, so x S. We ve shown x ω x S. This says ω S. Since we assumed already S ω, by the axiom of extension, S = ω. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 6 / 11

The point of this is to notice that we constructed ω as a smallest inductive set. That is, Proposition (The Principal of Mathematical Induction) If S ω and S is an inductive set, then S = ω Proof. Suppose S ω is an inductive set. Take any element x ω. This means, by definition of ω, x satisfies the property: if J is an inductive set, then x J. We assumed S is an inductive set, so x S. We ve shown x ω x S. This says ω S. Since we assumed already S ω, by the axiom of extension, S = ω. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 6 / 11

Now consider the following construction: Starting with = 0, define the set n + 1 = S(n) = n {n}. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 7 / 11

Now consider the following construction: Starting with = 0, define the set n + 1 = S(n) = n {n}. Of course, you re thinking n is a number not a set. For us, everything is a set. Writing this out Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 7 / 11

Now consider the following construction: Starting with = 0, define the set n + 1 = S(n) = n {n}. Of course, you re thinking n is a number not a set. For us, everything is a set. Writing this out 0 = 1 = S(0) = { } = { } = {0} Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 7 / 11

Now consider the following construction: Starting with = 0, define the set n + 1 = S(n) = n {n}. Of course, you re thinking n is a number not a set. For us, everything is a set. Writing this out 0 = 1 = S(0) = { } = { } = {0} 2 = S(1) = 1 {1} = {0} {{0}} = {0, {0}} = {0, 1} Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 7 / 11

Now consider the following construction: Starting with = 0, define the set n + 1 = S(n) = n {n}. Of course, you re thinking n is a number not a set. For us, everything is a set. Writing this out 0 = 1 = S(0) = { } = { } = {0} 2 = S(1) = 1 {1} = {0} {{0}} = {0, {0}} = {0, 1} 3 = S(2) = 2 {2} = {0, 1} {{0, 1}} = {0, 1, {0, 1}} = {0, 1, 2} Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 7 / 11

Now consider the following construction: Starting with = 0, define the set n + 1 = S(n) = n {n}. Of course, you re thinking n is a number not a set. For us, everything is a set. Writing this out 0 = 1 = S(0) = { } = { } = {0} 2 = S(1) = 1 {1} = {0} {{0}} = {0, {0}} = {0, 1} 3 = S(2) = 2 {2} = {0, 1} {{0, 1}} = {0, 1, {0, 1}} = {0, 1, 2} n + 1 = S(n) = {0, 1, 2,..., n} Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 7 / 11

Notice every element in the sequence {0, 1, 2,...} is either 0 which is in ω or is a successor of some other element already in ω. So this sequence is secretly the set ω. Therefore we define N = ω. We will use the two names N and ω interchangeably. The important thing to remember, regardless if you call it N or ω, is that it is the smallest inductive set. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 8 / 11

Notice every element in the sequence {0, 1, 2,...} is either 0 which is in ω or is a successor of some other element already in ω. So this sequence is secretly the set ω. Therefore we define N = ω. We will use the two names N and ω interchangeably. The important thing to remember, regardless if you call it N or ω, is that it is the smallest inductive set. The reason the previous proposition is called the principal of mathematical induction is the following: Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 8 / 11

Notice every element in the sequence {0, 1, 2,...} is either 0 which is in ω or is a successor of some other element already in ω. So this sequence is secretly the set ω. Therefore we define N = ω. We will use the two names N and ω interchangeably. The important thing to remember, regardless if you call it N or ω, is that it is the smallest inductive set. The reason the previous proposition is called the principal of mathematical induction is the following: At many times in our mathematical lives we will be given a statement P(n) and be asked to prove it is true for all n N. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 8 / 11

Notice every element in the sequence {0, 1, 2,...} is either 0 which is in ω or is a successor of some other element already in ω. So this sequence is secretly the set ω. Therefore we define N = ω. We will use the two names N and ω interchangeably. The important thing to remember, regardless if you call it N or ω, is that it is the smallest inductive set. The reason the previous proposition is called the principal of mathematical induction is the following: At many times in our mathematical lives we will be given a statement P(n) and be asked to prove it is true for all n N. Notice to prove P(n) n N we are required to do an infinite number of proofs. So how do we accomplish this? Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 8 / 11

Theorem (Mathematical Induction) Suppose for each n N, P(n) is a statement. If P(0) is true and P(k) P(k + 1), then for all n N, P(n) is true. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 9 / 11

Theorem (Mathematical Induction) Suppose for each n N, P(n) is a statement. If P(0) is true and P(k) P(k + 1), then for all n N, P(n) is true. Proof. Let S = {n N P(n)}. Since P(0) is true, 0 S. Now take any k S. By definition of S, P(k) is then true. By hypothesis, P(k) P(k + 1), since P(k) is true we therefore know P(k + 1) is true. This says, k + 1 S. Since k + 1 is the successor of k, we have shown S is inductive. Since S N, by the Principal of Mathematical Induction S = N, and therefore P(n) is true for all n N. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 9 / 11

Doing proofs by mathematical induction come up a lot. For example, suppose, while making a sandwich, you recognized that 1 = 2 1 1 Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 10 / 11

Doing proofs by mathematical induction come up a lot. For example, suppose, while making a sandwich, you recognized that 1 = 2 1 1, 1 + 2 = 2 2 1 Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 10 / 11

Doing proofs by mathematical induction come up a lot. For example, suppose, while making a sandwich, you recognized that 1 = 2 1 1, 1 + 2 = 2 2 1, 1 + 2 + 2 2 = 2 3 1 Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 10 / 11

Doing proofs by mathematical induction come up a lot. For example, suppose, while making a sandwich, you recognized that 1 = 2 1 1, 1 + 2 = 2 2 1, 1 + 2 + 2 2 = 2 3 1, 1 + 2 + 2 2 + 2 3 = 2 4 1, etc. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 10 / 11

Doing proofs by mathematical induction come up a lot. For example, suppose, while making a sandwich, you recognized that 1 = 2 1 1, 1 + 2 = 2 2 1, 1 + 2 + 2 2 = 2 3 1, 1 + 2 + 2 2 + 2 3 = 2 4 1, etc. You guess that for all n Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 10 / 11

Doing proofs by mathematical induction come up a lot. For example, suppose, while making a sandwich, you recognized that 1 = 2 1 1, 1 + 2 = 2 2 1, 1 + 2 + 2 2 = 2 3 1, 1 + 2 + 2 2 + 2 3 = 2 4 1, etc. You guess that for all n 2 0 + 2 1 + + 2 n = 2 n+1 1. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 10 / 11

Doing proofs by mathematical induction come up a lot. For example, suppose, while making a sandwich, you recognized that 1 = 2 1 1, 1 + 2 = 2 2 1, 1 + 2 + 2 2 = 2 3 1, 1 + 2 + 2 2 + 2 3 = 2 4 1, etc. You guess that for all n 2 0 + 2 1 + + 2 n = 2 n+1 1. How would you prove this is true for every n? Maybe it s not true for n = 38 for example. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 10 / 11

Doing proofs by mathematical induction come up a lot. For example, suppose, while making a sandwich, you recognized that 1 = 2 1 1, 1 + 2 = 2 2 1, 1 + 2 + 2 2 = 2 3 1, 1 + 2 + 2 2 + 2 3 = 2 4 1, etc. You guess that for all n 2 0 + 2 1 + + 2 n = 2 n+1 1. How would you prove this is true for every n? Maybe it s not true for n = 38 for example. We use mathematical induction. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 10 / 11

Proposition For all n N, 2 0 + 2 1 + + 2 n = 2 n+1 1. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 11 / 11

Proposition For all n N, 2 0 + 2 1 + + 2 n = 2 n+1 1. Proof. Let P(n) be the statement 2 0 + 2 1 + + 2 n = 2 n+1 1 is true. Now clearly 2 0 = 2 0+1 1, so P(0) is true. Next suppose that for some k N, P(k) is true. Notice that 2 0 + 2 1 + + 2 k+1 = 2 0 + 2(2 0 + 2 1 + + 2 k ). Since we assumed P(k) is true, we know 2 0 + 2(2 0 + 2 1 + + 2 k ) = 2 0 + 2(2 k+1 1) = 2 (k+1)+1 1. So we ve shown 2 0 + 2 1 + + 2 k+1 = 2 (k+1)+1 1 Therefore P(k + 1) is also true. We ve shown P(0) and P(k) P(k + 1). Therefore, by mathematical induction, P(n) is true for every n N. Math 144 Summer 2012 (UCR) Pro-Notes July 6, 2012 11 / 11