Proof Methods & Strategy

Slides:



Advertisements
Similar presentations
Lecture 3 – February 17, 2003.
Advertisements

Discrete Mathematics Lecture 3
Mathematical Induction
Introduction to Proofs
PROOF BY CONTRADICTION
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.
Chapter 3 Direct Proof and Proof by Contrapositive
Mathematical induction Isaac Fung. Announcement ► Homework 1 released ► Due on 6 Oct 2008 (in class)
Chapter 3 Elementary Number Theory and Methods of Proof.
CMSC 250 Discrete Structures Number Theory. 20 June 2007Number Theory2 Exactly one car in the plant has color H( a ) := “ a has color”  x  Cars –H(
So far we have learned about:
Proof Must Have Statement of what is to be proven.
What is the best way to start? 1.Plug in n = 1. 2.Factor 6n 2 + 5n Let n be an integer. 4.Let n be an odd integer. 5.Let 6n 2 + 5n + 4 be an odd.
Equivalence Relations: Selected Exercises
Sets. Copyright © Peter Cappello Definition Visualize a dictionary as a directed graph. Nodes represent words If word w is defined in terms of word.
Introduction to Proofs Goals 1.Introduce notion of proof & basic proof methods. 2.Distinguish between correct & incorrect arguments 3.Understand & construct.
Chapter 10 Sequences, Induction, and Probability Copyright © 2014, 2010, 2007 Pearson Education, Inc Mathematical Induction.
Lecture , 3.1 Methods of Proof. Last time in 1.5 To prove theorems we use rules of inference such as: p, p  q, therefore, q NOT q, p  q, therefore.
1 CMSC 250 Chapter 7, Functions. 2 CMSC 250 Function terminology l A relationship between elements of two sets such that no element of the first set is.
Week 3 - Wednesday.  What did we talk about last time?  Basic number theory definitions  Even and odd  Prime and composite  Proving existential statements.
Methods of Proof & Proof Strategies
Introduction to Proofs
CHAPTER 7: Trigonometric Identities, Inverse Functions, and Equations
Copyright © Peter Cappello Mathematical Induction Goals Explain & illustrate construction of proofs of a variety of theorems using mathematical induction.
1 Methods of Proof CS/APMA 202 Epp, chapter 3 Aaron Bloomfield.
Copyright © Cengage Learning. All rights reserved. CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF ELEMENTARY NUMBER THEORY AND METHODS OF PROOF.
Section 1.8. Section Summary Proof by Cases Existence Proofs Constructive Nonconstructive Disproof by Counterexample Nonexistence Proofs Uniqueness Proofs.
Methods of Proofs PREDICATE LOGIC The “Quantifiers” and are known as predicate quantifiers. " means for all and means there exists. Example 1: If we.
Chapter 3 Elementary Number Theory and Methods of Proof.
CSci 2011 Discrete Mathematics Lecture 6
1 Methods of Proof. 2 Consider (p  (p→q)) → q pqp→q p  (p→q)) (p  (p→q)) → q TTTTT TFFFT FTTFT FFTFT.
1 Sections 1.5 & 3.1 Methods of Proof / Proof Strategy.
Cyclic Groups (9/25) Definition. A group G is called cyclic if there exists an element a in G such that G =  a . That is, every element of G can be written.
Chapter 5 Existence and Proof by contradiction
Inclusion-Exclusion Selected Exercises Powerpoint Presentation taken from Peter Cappello’s webpage
9.4 Mathematical Induction
The Product Rule: Use & Misuse. Copyright © Peter Cappello The Product Rule If a procedure has 1.A 1 st stage with s 1 outcomes 2.A 2 nd stage with.
Sets Goal: Introduce the basic terminology of set theory.
1 Introduction to Abstract Mathematics Proofs in Predicate Logic , , ~, ,  Instructor: Hayk Melikya Purpose of Section: The theorems.
Relations & Their Properties: Selected Exercises.
Theorem The square of any odd integer has the form 8m + 1 for some integer m.
Mathematical Induction
1 CMSC 250 Chapter 3, Number Theory. 2 CMSC 250 Introductory number theory l A good proof should have: –a statement of what is to be proven –"Proof:"
1 Review for Quiz 1. 2 Summations 3 Binomial expansion.
5-5 Indirect Proof. Indirect Reasoning: all possibilities are considered and then all but one are proved false. The remaining possibility must be true.
The Pigeonhole Principle. Pigeonhole principle The pigeonhole principle : If k is a positive integer and k+1 or more objects are placed into k boxes,
Section 1.8. Proof by Cases Example: Let b = max{a, b} = a if a ≥ b, otherwise b = max{a, b} = b. Show that for all real numbers a, b, c
Permutations & Combinations: Selected Exercises. Copyright © Peter Cappello2 Preliminaries Denote the # of arrangements of some k elements of a set of.
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.
Recurrence Relations: Selected Exercises. Copyright © Peter Cappello2 Exercise 10 (a) A person deposits $1,000 in an account that yields 9% interest compounded.
Recursive Definitions & Structural Induction: Selected Exercises
Strong Induction: Selected Exercises Goal Explain & illustrate proof construction of a variety of theorems using strong induction.
Introduction to Proofs Goals 1.Introduce notion of proof & basic proof methods. 2.Distinguish between correct & incorrect arguments 3.Understand & construct.
Chapter 1 Logic and Proof.
Sets.
The Foundations: Logic and Proofs
Methods of Proof CS 202 Epp, chapter 3.
Sets and Logic…. Chapter 3
The Foundations: Logic and Proofs
The sum of any two even integers is even.
9.2 Addition and Subtraction Identities
PROOF BY CONTRADICTION
Elementary Number Theory & Proofs
Direct Proof and Counterexample I
Dr. Halimah Alshehri MATH 151 Dr. Halimah Alshehri Dr. Halimah Alshehri.
Copyright © Cengage Learning. All rights reserved.
Proof by Induction L.O. All pupils understand proof by induction
Mathematical Induction
Introduction to Proofs
Relations & Their Properties: Selected Exercises
Presentation transcript:

Proof Methods & Strategy

Copyright © Peter Cappello Proof by Cases ( p1  p2  . . .  pn )  q  ( p1  q )  ( p2  q )  . . .  ( pn  q ). Prove the compound implication by proving each implication. Why do you have to prove all of them? Copyright © Peter Cappello

Copyright © Peter Cappello Example Let the domain be the integers. a ( ( 3 | a – 1  3 | a – 2 )  3 | a2 – 1 ). Proof: 1. Let a be an arbitrary integer. 2. Case 3 | a - 1: Let integer q = ( a – 1 ) / 3. (3 divides a – 1 with no remainder). a = 3q + 1. a2 = ( 3q + 1 )2 = 9q2 + 6q + 1 = 3( 3q2 + 2q ) + 1 a2 – 1 = 3(3q2 + 2q ) . 3 | a2 – 1 3. Case 3 | a - 2: (Proved previously). 4. a ( ( 3 | a – 1  3 | a – 2 )  3 | a2 – 1 ). (Universal Generalization) Copyright © Peter Cappello

Copyright © Peter Cappello 2011 Existence Proofs x P( x ) Constructive Produce a particular x such that P( x ) is true. Non-constructive Prove that there is an x such that P( x ) is true without actually producing it. Copyright © Peter Cappello 2011

A Constructive Existence Proof A constructive proof that constructive proofs exist  Let the domain be natural numbers Prove: There are distinct natural numbers a, b, c, d such that a3 + b3 = c3 + d3. Proof: 103 + 93 = 1000 + 729 = 1728 + 1 = 123 + 13. Copyright © Peter Cappello 2011

A Non-Constructive Existence Proof If 1, 2, …, 10 are placed randomly in a circle then the sum of some 3 adjacent numbers  17. Proof given previously. Copyright © Peter Cappello 2011

Copyright © Peter Cappello Uniqueness Proof There is exactly 1 x that makes P( x ) true. x ( P( x)  y ( x  y  P( y ) ) ). Alternatively (contrapositive of 2nd part), x ( P( x )  y ( P( y )  y = x ) ). Copyright © Peter Cappello

Copyright © Peter Cappello Example Domain: Integers Prove: There is a unique additive identity: x a ( a + x = a  y ( a + y = a  x = y ) ). Proof: Let a be an arbitrary integer. a + 0 = a (There is an additive identity for integers: x a a + x = a ) Let y be an arbitrary integer. Assume a + y = a. a + 0 = a + y  0 = y. (From steps 2 & 4.) x a ( a + x = a  y ( a + y = a  y = x ) ). Copyright © Peter Cappello