MAT 2720 Discrete Mathematics Section 2.2 More Methods of Proof Part II

Slides:



Advertisements
Similar presentations
Introduction to Proofs
Advertisements

Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
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
MAT 3749 Introduction to Analysis Section 0.1 Part I Methods of Proof I
Induction Sections 41. and 4.2 of Rosen Fall 2008 CSCE 235 Introduction to Discrete Structures Course web-page: cse.unl.edu/~cse235 Questions:
Induction Sections 4.1 and 4.2 of Rosen Fall 2010
CSE115/ENGR160 Discrete Mathematics 01/31/12 Ming-Hsuan Yang UC Merced 1.
1 Intro to Induction Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong.
Introduction to Proofs ch. 1.6, pg. 87,93 Muhammad Arief download dari
Copyright © Cengage Learning. All rights reserved.
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.
MAT 3749 Introduction to Analysis Section 0.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.
Induction and Recursion by: Mohsin tahir (GL) Numan-ul-haq Waqas akram Rao arslan Ali asghar.
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
What it is? Why is it a legitimate proof method? How to use it?
Discrete Mathematics, 1st Edition Kevin Ferland
Introduction to 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!
Lecture 3.1: Mathematical Induction CS 250, Discrete Structures, Fall 2014 Nitesh Saxena Adopted from previous lectures by Cinda Heeren, Zeph Grunschlag.
CSNB143 – Discrete Structure Topic 5 – Induction Part I.
Discrete Mathematics Tutorial 11 Chin
April 14, 2015Applied Discrete Mathematics Week 10: Equivalence Relations 1 Properties of Relations Definition: A relation R on a set A is called transitive.
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.
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.
Mathematical Induction 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.
Types of Proof Lecture 4 Sections 0.4 Wed, Aug 29, 2007.
Mathematical Induction
CS104:Discrete Structures Chapter 2: Proof Techniques.
Copyright © Cengage Learning. All rights reserved. Sequences and Series.
MAT 2720 Discrete Mathematics Section 2.1 Mathematical Systems, Direct proofs, and Counterexamples
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.
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 ( الاستقراء الرياضي )
Section 9.4 – Mathematical Induction Mathematical Induction: A method to prove that statements involving natural numbers are true for all natural numbers.
Mathematical Induction I Lecture 19 Section 4.2 Mon, Feb 14, 2005.
1 Section 4.4 Inductive Proof What do we believe about nonempty subsets of N? Since  N, <  is well-founded, and in fact it is linear, it follows that.
3.3 Mathematical Induction 1 Follow me for a walk through...
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.
Direct Proof by Contraposition Direct Proof by Contradiction
Advanced Algorithms Analysis and Design
Chapter 3 The Real Numbers.
Induction and recursion
CSE 311: Foundations of Computing
Methods of Proof A mathematical theorem is usually of the form pq
CSNB 143 Discrete Mathematical Structures
Indirect Argument: Contradiction and Contraposition
Notes 9.5 – Mathematical Induction
Induction and recursion
Indirect Proof by Contradiction Direct Proof by Cases
Follow me for a walk through...
CSE 373 Data Structures and Algorithms
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
Lecture 3.1: Mathematical Induction
MAT 3100 Introduction to Proof
Induction (Section 3.3).
Sullivan Algebra and Trigonometry: Section 13.4
Follow me for a walk through...
Advanced Analysis of Algorithms
Chapter 11: Further Topics in Algebra
Mathematical Induction
Follow me for a walk through...
Copyright © Cengage Learning. All rights reserved.
Agenda Proofs (Konsep Pembuktian) Direct Proofs & Counterexamples
Lecture 3.1: Mathematical Induction
Recursion.
Presentation transcript:

MAT 2720 Discrete Mathematics Section 2.2 More Methods of Proof Part II

Goals Indirect Proofs Contrapositive Contradiction Proof by Contrapositive is considered as a special case of proof by contradiction Proof by cases Existence proofs

Proof by Contradiction Proof by Contrapositive Proof by Contradiction

Example 2 AnalysisProof

Proof by Contradiction AnalysisProof by Contradiction of If-then Theorem Suppose the negation of the conclusion is true. Find a contradiction. State the conclusion.

Proof by Contradiction The method also work with statements other then If P then Q

Example 3 AnalysisProof

Proof by Cases

Example 4 AnalysisProof

Proof by Cases AnalysisProof by Cases of If-then Theorem Split the domain of interest into cases. Prove each case separately. State the conclusion. Note that the cases do not have to be mutually exclusive. They just have to cover all elements in the domain.

Existence Proofs

Example 5 AnalysisProof

Existence Proofs AnalysisExistence Proof Prove the statement by exhibiting an element in the domain of interest that satisfies the given conditions. State the conclusion.

MAT 2720 Discrete Mathematics Section 2.4 Mathematical Induction

Preview Review Mathematical Induction Why? How?

The Needs… Theorems involve infinitely many, yet countable, number of statements.

Principle of Mathematical Induction (PMI) PMI: It suffices to show 1. P(1) is true. 2. If P(k) is true, then P(k+1) is also true, for all k.

Principle of Mathematical Induction (PMI) PMI: It suffices to show 1. P(1) is true. (Basic Step) 2. If P(k) is true, then P(k+1) is also true, for all k (Inductive Step)

Format of Solutions In this course, it is extremely important for you to follow the exact solution format of using mathematical induction. Do not skip steps.

Format of Solutions In this course, it is extremely important for you to follow the exact solution format of using mathematical induction. Do not skip steps.

Example 1 Use mathematical induction to prove that whenever n is a nonnegative integer.

Checklist A 0,0,

Checklist B

Checklist C

Checklist D

Proof by Mathematical Induction Declare P(n) and the domain of n. Basic Step Write down the statement of the first case. Do not do any simplifications or algebra on the statement of the first case. Explain why it is true. For A=B type, simplify and/ or manipulate each side and see that they are the same. Inductive Step Write down the k-th case. This is the inductive hypothesis. Write down the (k+1)-th case. This is what you need to prove to be true. For A=B type, we usually start form one side of the equation and show that it equals to the other side. In the process, you need to use the inductive hypothesis. Conclude that p(k+1) is true. Make the formal conclusion by quoting the PMI

Example 2

Example 3