Indirect Argument: Contradiction and Contraposition

Slides:



Advertisements
Similar presentations
Is it rational or irrational?
Advertisements

Tutorial 2: First Order Logic and Methods of Proofs
Lecture 3 – February 17, 2003.
Introduction to Proofs
PROOF BY CONTRADICTION
Chapter 3 Elementary Number Theory and Methods of Proof.
Direct Proof and Counterexample II Lecture 12 Section 3.2 Thu, Feb 9, 2006.
Logic and Proof. Argument An argument is a sequence of statements. All statements but the first one are called assumptions or hypothesis. The final statement.
CSE115/ENGR160 Discrete Mathematics 01/31/12 Ming-Hsuan Yang UC Merced 1.
CSE115/ENGR160 Discrete Mathematics 02/01/11
Copyright © Zeph Grunschlag,
1 Indirect Argument: Contradiction and Contraposition.
Introduction to Proofs ch. 1.6, pg. 87,93 Muhammad Arief download dari
Methods of Proof Lecture 4: Sep 16 (chapter 3 of the book)
Mathematical Induction Assume that we are given an infinite supply of stamps of two different denominations, 3 cents and and 5 cents. Prove using mathematical.
Methods of Proof & Proof Strategies
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!
Proofs 1/25/12.
Copyright © Cengage Learning. All rights reserved. CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF ELEMENTARY NUMBER THEORY AND METHODS OF PROOF.
Methods of Proof. This Lecture Now we have learnt the basics in logic. We are going to apply the logical rules in proving mathematical theorems. Direct.
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.
Section 2.21 Indirect Proof: Uses Laws of Logic to Prove Conditional Statements True or False.
P. 270 #47-49.
Fall 2008/2009 I. Arwa Linjawi & I. Asma’a Ashenkity 11 The Foundations: Logic and Proofs Introduction to Proofs.
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications Kenneth H. Rosen (5 th Edition) Chapter 3 The Foundations: Logic and Proof,
Inverse, Contrapositive & indirect proofs Sections 6.2/6.3.
CS104:Discrete Structures Chapter 2: Proof Techniques.
Introduction to Proofs
Section 1.7. Definitions A theorem is a statement that can be shown to be true using: definitions other theorems axioms (statements which are given as.
5-5 Indirect Proof. Indirect Reasoning: all possibilities are considered and then all but one are proved false. The remaining possibility must be true.
1 Introduction to Abstract Mathematics Proof Methods , , ~, ,  Instructor: Hayk Melikya Purpose of Section:Most theorems in mathematics.
EXAMPLE 3 Write an indirect proof Write an indirect proof that an odd number is not divisible by 4. GIVEN : x is an odd number. PROVE : x is not divisible.
Methods of Proof Lecture 4: Sep 20 (chapter 3 of the book, except 3.5 and 3.8)
CS 173, Lecture B August 27, 2015 Tandy Warnow. Proofs You want to prove that some statement A is true. You can try to prove it directly, or you can prove.
Mathematical Induction I Lecture 19 Section 4.2 Mon, Feb 14, 2005.
Proof Techniques CS160/CS122 Rosen: 1.5, 1.6, 1.7.
Chapter 1 Logic and Proof.
The Foundations: Logic and Proofs
Indirect Argument: Contradiction and Contraposition
CSE15 Discrete Mathematics 02/01/17
3.1 Indirect Proof and Parallel Postulate
Direct Proof and Counterexample II
Indirect Argument: Two Classical Theorems
Indirect Argument: Contradiction and Contraposition
Direct Proof by Contraposition Direct Proof by Contradiction
Methods of Proof CS 202 Epp, chapter 3.
Predicate Calculus Validity
Proof Techniques.
Methods of Proof A mathematical theorem is usually of the form pq
Sets and Logic…. Chapter 3
The Foundations: Logic and Proofs
Direct Proof and Counterexample IV
Indirect Proof by Contradiction Direct Proof by Cases
Direct Proof and Counterexample II
CS 220: Discrete Structures and their Applications
CS 220: Discrete Structures and their Applications
Methods of Proof Rosen 1.7, 1.8 Lecture 4: Sept 24, 25.
Lecture 43 Section 10.1 Wed, Apr 6, 2005
Indirect Argument: Contradiction and Contraposition
Geometry.
Dr. Halimah Alshehri MATH 151 Dr. Halimah Alshehri Dr. Halimah Alshehri.
Direct Proof and Counterexample IV
Copyright © Cengage Learning. All rights reserved.
Foundations of Discrete Mathematics
Introduction to Proofs
Examples of Mathematical Proof
CSE 321 Discrete Structures
Introduction to Proofs
Methods of Proof Rosen 1.7, 1.8 Lecture 4: Sept, 2019.
Presentation transcript:

Indirect Argument: Contradiction and Contraposition Lecture 17 Section 3.6 Mon, Feb 19, 2007

Form of Proof by Contraposition Theorem: p  q. This is logically equivalent to q  p. Outline of the proof of the theorem: Assume q. Prove p. Conclude that p  q. This is a direct proof of the contrapositive.

Benefit of Proof by Contraposition If p and q are “negative” statements, then p and q are “positive” statements. We may be able to give a direct proof that q  p more easily that we could give a direct proof that p  q.

Example: Proof by Contraposition Theorem: An irrational number plus 1 is irrational. Restate as an implication: Let r be a number. If r is irrational, then r + 1 is irrational. Restate again using the contrapositive: Let r be a number. If r + 1 is rational, then r is rational. Restate in simpler form: Let r be a number. If r is rational, then r – 1 is rational.

Form of Proof by Contradiction Theorem: p  q. Outline of the proof of the theorem : Assume (p  q). This is equivalent to assuming p  q. Derive a contradiction, i.e., conclude r  r for some statement r. Conclude that p  q.

Benefit of Proof by Contradiction The statement r may be any statement whatsoever because any contradiction r  r will suffice.

Proof by Contradiction Theorem: For all integers n  0, 2 + n is irrational.

Example Theorem: If x is rational and y is irrational, then x + y is irrational. That is, if p: x is rational q: y is irrational r: x + y is irrational, Then (p  q)  r.

Contraposition and Compound Hypotheses Often a theorem has the form (p  q)  r. This is logically equivalent to r  (p  q). However, it is also equivalent to p  (q  r). so it is also equivalent to p  (r  q).

Contraposition and Compound Hypotheses More generally, (p1  p2  …  pn)  q is equivalent to (p1  p2  …  pn – 1)  (q  pn).

Example Theorem: If x is rational and y is irrational, then x + y is irrational. Proof: Suppose x is rational. Suppose also that x + y is rational. Then y = (x + y) – x is the difference between rationals, which is rational. Thus, if y is irrational, then x + y is irrational.

Contradiction vs. Contraposition Sometimes a proof by contradiction “becomes” a proof by contraposition. Here is how it happens. To prove: p  q. Assume (p  q), i.e., p  q. Using q, prove p. Cite the contradiction p  p. Conclude that p  q.

Contradiction vs. Contraposition Would this be a proof by contradiction or proof by contraposition? Proof by contraposition is preferred.

Contradiction vs. Contraposition? Theorem: If x is irrational, then –x is irrational. Proof: Suppose that x is irrational and that –x is rational. Let -x = a/b, where a and b are integers. Then x = -(a/b) = (-a)/b, which is rational. This is a contradiction. Therefore, if x is irrational, then -x is also irrational.