Aids to Formulating and Answering Key Questions NameWhen to use u Construction Methodproving “there exists” u Choose Method proving “for every” u Math.

Slides:



Advertisements
Similar presentations
Mathematical Induction
Advertisements

Lesson 10.4: Mathematical Induction
Geometry 2.3 Big Idea: Use Deductive Reasoning
PROOF BY CONTRADICTION
Discrete Mathematics Math 6A Homework 9 Solution.
MA/CSSE 473/474 How (not) to do an induction proof.
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
Elementary Number Theory and Methods of Proof
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
CS5371 Theory of Computation
CSE115/ENGR160 Discrete Mathematics 02/07/12
1 Intro to Induction Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong.
TR1413: INTRO TO DISCRETE MATHEMATICS LECTURE 2: 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.
Chapter 10 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Mathematical Induction.
Copyright © Cengage Learning. All rights reserved.
1 Advanced Induction Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong.
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.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
22C:19 Discrete Math Induction and Recursion Fall 2011 Sukumar Ghosh.
Algorithm Design and Analysis (ADA)
What it is? Why is it a legitimate proof method? How to use it?
Methods of Proof & Proof Strategies
Making an Argument The goal of communication is to achieve the desired affect on the target audience. Often we want to convince the audience of something.
MATH 224 – Discrete Mathematics
Lecture 9. Arithmetic and geometric series and mathematical induction
RMIT University; Taylor's College1 Lecture 6  To apply the Principle of Mathematical Induction  To solve the Towers of Hanoi puzzle  To define a recurrence.
The Forward-Backward Method The First Method To Prove If A, Then B.
Mathematics Review Exponents Logarithms Series Modular arithmetic Proofs.
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!
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
CSNB143 – Discrete Structure Topic 5 – Induction Part I.
Discrete Maths Objective to introduce mathematical induction through examples , Semester 2, Mathematical Induction 1.
CSE 311 Foundations of Computing I Lecture 16 Recursively Defined Sets and Structural Induction Spring
March 3, 2015Applied Discrete Mathematics Week 5: Mathematical Reasoning 1Arguments Just like a rule of inference, an argument consists of one or more.
1 Sections 1.5 & 3.1 Methods of Proof / Proof Strategy.
Chapter 5 Existence and Proof by contradiction
Methods of Proof Lecture 3: Sep 9. This Lecture Now we have learnt the basics in logic. We are going to apply the logical rules in proving mathematical.
9.4 Mathematical Induction
1.1 Introduction to Inductive and Deductive Reasoning
Chapter 5: Sequences, Mathematical Induction, and Recursion 5.9 General Recursive Definitions and Structural Induction 1 Erickson.
Proving statements about angles
Mathematical Induction Digital Lesson. Copyright © by Houghton Mifflin Company, Inc. All rights reserved. 2 Mathematical induction is a legitimate method.
Chapter 1: Introduction
Copyright © Cengage Learning. All rights reserved. Sequences and Series.
1 2/21/2016 MATH 224 – Discrete Mathematics Sequences and Sums A sequence of the form ar 0, ar 1, ar 2, ar 3, ar 4, …, ar n, is called a geometric sequence.
1 Discrete Mathematical Mathematical Induction ( الاستقراء الرياضي )
Mathematical Induction What it is? Why is it a legitimate proof method? How to use it?
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.
Lecture 2: Proofs and Recursion. Lecture 2-1: Proof Techniques Proof methods : –Inductive reasoning Lecture 2-2 –Deductive reasoning Using counterexample.
Induction (chapter of the book and chapter of the notes)
Chapter 1 Logic and Proof.
(Proof By) Induction Recursion
Direct Proof and Counterexample IV: Division into Cases and the Quotient-Remainder Theorem For each of the following values of n and d, find integers q.
MATH 224 – Discrete Mathematics
CSE15 Discrete Mathematics 02/08/17
Chapter 3 The Real Numbers.
Mathematical Induction
Follow me for a walk through...
Section 2.1 Proof Techniques Introduce proof techniques:   o        Exhaustive Proof: to prove all possible cases, Only if it is about a.
Applied Discrete Mathematics Week 9: Integer Properties
Follow me for a walk through...
Mathematical Induction
1.1 Introduction to Inductive and Deductive Reasoning
Follow me for a walk through...
Mathematical Induction
Copyright © Cengage Learning. All rights reserved.
Mathematical Induction
Proving Statements about Segments
Presentation transcript:

Aids to Formulating and Answering Key Questions NameWhen to use u Construction Methodproving “there exists” u Choose Method proving “for every” u Math Induction proving “for every n” u Existence Method using “there exists” u Specialization Methodusing “for every”

The Construction Method u Use when the goal is a “there exists” statement u Write the “there exists” in standard form: B: There exists an object with a certain property such that something happens u Construct the desired object - how ??? - often use Forward Process to construct u Prove the object has the certain property such that the desired something happens

The Construction Method: An Example If m and n are two consecutive integers, then 4 divides m 2 +n u A: m and n are two consecutive integers. u B: 4 divides m 2 +n The backward process produces B1: there exists an integer k such that m 2 +n 2 -1 = 4k. u Standard form: –Object: k –Certain Property: integer –Something Happens: m 2 +n 2 -1 = 4k.

Use A to construct and prove the desired object k: u A1: n = m +1. u A2: n 2 = (m+1) 2 = m 2 + 2m +1. u A3: m 2 +n 2 -1 = m 2 + m 2 + 2m = 2m 2 + 2m =2m(m+1) u A4: 2 divides m or 2 divides (m+1) u A5:2 divides m(m+1) Construct k = m(m+1)/2 u A6: k = m(m+1)/2 is an integer u A7: 4k = 4m(m+1)/2 = 2m(m+1) = m 2 +n 2 -1 u B1: There is an integer k such that m 2 +n 2 -1 = 4k.

The Choose Method u Use when the goal is a “for all” statement u Write the “for all” in standard form: B: For all objects with a certain property, something happens »Might proceed by making a list of all objects with the certain property and, for each, prove that the something happens. --- ok, if the list is not too long. u Usually we use the Choose Method which is to prove the statement: If x is an object with a certain property, then something happens.

The Choose Method: An Example If A  B = A, then A  B. The Backward Process (using definition) yields: B1: For all x in A, x is in B. Standard Form: –Object: x –Certain Property: in A –Something Happens: x is in B. u Choose Method: B2: If x in A, then x is in B.

Choose Example continued Prove: If A  B = A and if x is in A, then x is in B No reasonable key question so begin forward method.  A`: A  B = A and x is in A.  A`1: x is in A  B. u A`2: x is in A and x is in B u B`: x is in B.

Mathematical Induction u Use when the goal contains “for all integer n>0” u Write the “for all n” in standard form: B: For all integer n > 0, something happens Method: u Prove the something happens for n = 1. u Prove If something happens for n, then something happens for n+1.

Existence Method u Use when a known statement contains “there exist” u Write the “there exist” in standard form: A: There exists an object with a certain property such that something happens u Often we begin with the Forward Process assuming the existence of an object x with a certain property such that something happens.

Specialization Method u Use when a known statement contains “for all” u Write the “for all” in standard form: A: For all objects with a certain property, something happens u IDEA - When in the proof we discover an object x with the certain property, we may use A: to specialize for x and conclude that for x something happens.

Specialization Method: An Example If A  B, then A  B = A. u Forward Process yields from the hypothesis A1: For all x  A  x  B u Backward Process yields B1: A  A  B and A  B  A  B2: For all x  A  x  A  B and for all x  A  B  x  A  u The “and” in B2 indicates we have two sub-goals to prove: B2a: For all x  A  x  A  B. B2b: For all x  A  B  x  A 

u Use choose method to prove B2a.  Let a  A. -- ie, Prove If A1: and a  A, then B2a. u Now use specialization on the a. We have a  A and we thus specialize A1 for this a and obtain a  B. Thus a  A  B., which proves B2a. u Use choose method to prove B2b.  Let a  A  B. Note that implies that a  A which proves B2b.