Mathematical Maxims and Minims, 1988

Slides:



Advertisements
Similar presentations
Mathematical Induction
Advertisements

Review for CS1050. Review Questions Without using truth tables, prove that  (p  q)   q is a tautology. Prove that the sum of an even integer and an.
Mathematical induction Isaac Fung. Announcement ► Homework 1 released ► Due on 6 Oct 2008 (in class)
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
Week 5 - Friday.  What did we talk about last time?  Sequences  Summation and production notation  Proof by induction.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Induction and recursion
1.  The set N = {1,2,3,4,……..} is known as natural numbers or the set of positive integers  The natural numbers are used mainly for :  counting  ordering.
1 Inductive Proofs Rosen 6 th ed., § Mathematical Induction A powerful, rigorous technique for proving that a predicate P(n) is true for every.
1 Intro to Induction Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong.
Discrete Structures Chapter 2 Part B Mathematical Induction
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
CSE115/ENGR160 Discrete Mathematics 03/22/12 Ming-Hsuan Yang UC Merced 1.
Inductive Proofs Must Have Base Case (value): –where you prove it is true about the base case Inductive Hypothesis (value): –where you state what will.
Discrete Structures Chapter 5: Sequences, Mathematical Induction, and Recursion 5.2 Mathematical Induction I [Mathematical induction is] the standard proof.
Chapter 10 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Mathematical Induction.
Lecture 4 Discrete Mathematics Harper Langston. Algorithms Algorithm is step-by-step method for performing some action Cost of statements execution –Simple.
Module #1 - Logic 1 Based on Rosen, Discrete Mathematics & Its Applications. Prepared by (c) , Michael P. Frank. Modified By Mingwu Chen Induction.
1 Section 3.3 Mathematical Induction. 2 Technique used extensively to prove results about large variety of discrete objects Can only be used to prove.
CSE115/ENGR160 Discrete Mathematics 03/29/11 Ming-Hsuan Yang UC Merced 1.
1 Strong Mathematical Induction. Principle of Strong Mathematical Induction Let P(n) be a predicate defined for integers n; a and b be fixed integers.
Mathematical Induction
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Lecture 9. Arithmetic and geometric series and mathematical induction
Chapter 6 Mathematical Induction
Discrete Mathematics, 1st Edition Kevin Ferland
Mathematical Induction. F(1) = 1; F(n+1) = F(n) + (2n+1) for n≥ F(n) n F(n) =n 2 for all n ≥ 1 Prove it!
CSNB143 – Discrete Structure Topic 5 – Induction Part I.
1 Introduction to Abstract Mathematics Chapter 4: Sequences and Mathematical Induction Instructor: Hayk Melikya 4.1- Sequences. 4.2,
1 CMSC 250 Chapter 4, con't., Inductive Proofs. 2 CMSC 250 Description l Inductive proofs must have: –Base case: where you prove that what it is you are.
Methods of Proofs PREDICATE LOGIC The “Quantifiers” and are known as predicate quantifiers. " means for all and means there exists. Example 1: If we.
Discrete Mathematics Tutorial 11 Chin
9.4 Mathematical Induction
Module #13: Inductive Proofs Rosen 5 th ed., § inference of a generalized conclusion from particular instances 2. mathematical demonstration of the.
Chap 3 –A theorem is a statement that can be shown to be true –A proof is a sequence of statements to show that a theorem is true –Axioms: statements which.
Section 3.3: Mathematical Induction Mathematical induction is a proof technique that can be used to prove theorems of the form:  n  Z +,P(n) We have.
Module #15 – Inductive Proofs 12/6/2015(c) , Michael P. Frank1 Inductive Proofs: a brief introduction Rosen 5 th ed., §3.3 ~35 slides, ~1.5 lecture.
Based on Rosen, Discrete Mathematics & Its Applications, 5e Prepared by (c) Michael P. Frank Modified by (c) Haluk Bingöl 1/18 Module.
CompSci 102 Discrete Math for Computer Science March 1, 2012 Prof. Rodger Slides modified from Rosen.
Methods of Proof Dr. Yasir Ali. Proof A (logical) proof of a statement is a finite sequence of statements (called the steps of the proof) leading from.
1 Mathematical Induction CS 202 Epp, chapter 4. 2.
Inductive Proofs and Inductive Definitions Jim Skon.
Mathematical Induction
Chapter 5. Section 5.1 Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach.
Proofs, Recursion and Analysis of Algorithms Mathematical Structures for Computer Science Chapter 2 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProofs,
Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach a particular.
1 Discrete Mathematical Mathematical Induction ( الاستقراء الرياضي )
Advanced Algorithms Analysis and Design
3.3 Mathematical Induction 1 Follow me for a walk through...
Chapter 5 1. Chapter Summary  Mathematical Induction  Strong Induction  Recursive Definitions  Structural Induction  Recursive Algorithms.
1 Mathematical Induction. 2 What is induction? A method of proof It does not generate answers: it only can prove them Three parts: Base case(s): show.
Mathematical Induction. The Principle of Mathematical Induction Let S n be a statement involving the positive integer n. If 1.S 1 is true, and 2.the truth.
CSE15 Discrete Mathematics 03/22/17
Advanced Algorithms Analysis and Design
Induction and recursion
Proofs, Recursion and Analysis of Algorithms
BaSIC Math Reviews.
Notes 9.5 – Mathematical Induction
Induction and recursion
Exercise Use mathematical induction to prove the following formula.
Follow me for a walk through...
CSE 373 Data Structures and Algorithms
Applied Discrete Mathematics Week 9: Integer Properties
Follow me for a walk through...
Induction Chapter
Advanced Analysis of Algorithms
Mathematical Induction
Mathematical Induction
Follow me for a walk through...
Copyright © Cengage Learning. All rights reserved.
Presentation transcript:

Mathematical Maxims and Minims, 1988 Discrete Structures Chapter 5: Sequences, Mathematical Induction, and Recursion 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers Mathematics takes us still further from what is human into the region of absolute necessity, to which not only the actual world, but every possible world, must conform. – Bertrand Russell, 1872 – 1970 Mathematical Maxims and Minims, 1988 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers

Introduction Strong mathematical induction is similar to ordinary mathematical. However, the basis step may contain proofs for several initial values. In the inductive step, the truth of the predicate is assumed for all values through k. 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers

Principle of Strong Mathematical Induction Let P(n) be a property that is defined for all integers n, and let a and b be fixed integers with a  b. Suppose the following two statements are true: Basic Step: P(a), P(a+1), …, and P(b) are all true. Inductive Step: For any integer k  b, if P(i) is true for all integers i from a through k, then P(k + 1) is true. Then the statement for all integers n  a, P(n) is true. 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers

Inductive Hypothesis The supposition that P(i) is true for all integers i from a through k is called the inductive hypothesis. Another way to state the inductive hypothesis is to say that P(a), P(a + 1), …, P(k) are all true. 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers

Well-Ordering Principle for Integers Let S be a set of integers containing one or more integers all of which are greater than some fixed integer. Then S has a least element 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers

Example – pg. 277 #2 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers

Example – pg. 277 #3 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers

Example – pg. 277 #15 Any sum of two or more integers is a result of successive additions of two integers at a time. For instance, here are a few of the ways in which a1 + a2 + a3 + a4 might be computed: (a1 + a2) + (a3 + a4) OR (((a1 + a2) + a3) + a4) OR a1 + ((a2 + a3) + a4). Use strong mathematical induction to prove that any sum of two or more even integers is even. 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers

Example – pg. 277 #21 Use the well-ordering principle for the integers to prove the existence part of the unique factorization of integers theorem: Every integer greater than 1 is either prime or a product of prime numbers. 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers

Example – pg. 277 #24 Use the well-ordering principle to prove that given any integer n  1, there exists an odd integer m and a nonnegative integer k such that n = 2km 5.4 Strong Mathematical Induction and the Well-Ordering Principle for the Integers