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.

Slides:



Advertisements
Similar presentations
Discrete Math Methods of proof 1.
Advertisements

Proofs, Recursion and Analysis of Algorithms Mathematical Structures for Computer Science Chapter 2 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProofs,
(CSC 102) Lecture 12 Discrete Structures. Previous Lecture Summary Floor and Ceiling Functions Definition of Proof Methods of Proof Direct Proof Disproving.
Elementary Number Theory and Methods of Proof
– Alfred North Whitehead,
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 01/31/12 Ming-Hsuan Yang UC Merced 1.
1 Intro to Induction Supplementary Notes Prepared by Raymond Wong Presented by Raymond Wong.
CSE115/ENGR160 Discrete Mathematics 02/01/11
TR1413: INTRO TO DISCRETE MATHEMATICS LECTURE 2: MATHEMATICAL INDUCTION.
So far we have learned about:
Copyright © Zeph Grunschlag,
1 Indirect Argument: Contradiction and Contraposition.
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.
Introduction to Proofs ch. 1.6, pg. 87,93 Muhammad Arief download dari
Discrete Structures Chapter 5: Sequences, Mathematical Induction, and Recursion 5.2 Mathematical Induction I [Mathematical induction is] the standard proof.
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 Number Theory and Methods of Proof Content: Properties of integer, rational and real numbers. Underlying theme: Methods of mathematical proofs.
1 Mathematical Induction. 2 Mathematical Induction: Example  Show that any postage of ≥ 8¢ can be obtained using 3¢ and 5¢ stamps.  First check for.
Methods of Proof & Proof Strategies
Mathematical Maxims and Minims, 1988
CSCI 115 Chapter 2 Logic. CSCI 115 §2.1 Propositions and Logical Operations.
Discrete Mathematics, Part II CSE 2353 Fall 2007 Margaret H. Dunham Department of Computer Science and Engineering Southern Methodist University Some slides.
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.
Copyright © Cengage Learning. All rights reserved. CHAPTER 4 ELEMENTARY NUMBER THEORY AND METHODS OF PROOF ELEMENTARY NUMBER THEORY AND METHODS OF PROOF.
Methods of Proofs PREDICATE LOGIC The “Quantifiers” and are known as predicate quantifiers. " means for all and means there exists. Example 1: If we.
1 Sections 1.5 & 3.1 Methods of Proof / Proof Strategy.
1.1 Introduction to Inductive and Deductive Reasoning
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.
Logical Reasoning:Proof Prove the theorem using the basic axioms of algebra.
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.
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,
4.1 Proofs and Counterexamples. Even Odd Numbers Find a property that describes each of the following sets E={…, -4, -2, 0, 2, 4, 6, …} O={…, -3, -1,
Method of proofs.  Consider the statements: “Humans have two eyes”  It implies the “universal quantification”  If a is a Human then a has two eyes.
2.3 Methods of Proof.
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.
Introduction to Proofs. The use of Reasoning and Logic in proofs Inductive Reasoning- “reasoning from detailed facts to general principles” – Specific.
1 Discrete Mathematical Mathematical Induction ( الاستقراء الرياضي )
Mathematical Induction
Chapter 1 Logic and proofs
Lecture 2: Proofs and Recursion. Lecture 2-1: Proof Techniques Proof methods : –Inductive reasoning Lecture 2-2 –Deductive reasoning Using counterexample.
CS151: Mathematical Foundations of Computing Mathematical Induction.
Chapter 1 Logic and Proof.
Chapter 1 Logic and Proof.
11.7 – Proof by Mathematical Induction
Indirect Argument: Contradiction and Contraposition
Chapter 4 (Part 1): Induction & Recursion
Indirect Argument: Two Classical Theorems
Direct Proof by Contraposition Direct Proof by Contradiction
Proof Techniques.
Methods of Proof A mathematical theorem is usually of the form pq
CS201: Data Structures and Discrete Mathematics I
Indirect Proof by Contradiction Direct Proof by Cases
Exercise Use mathematical induction to prove the following formula.
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.
Dr. Halimah Alshehri MATH 151 Dr. Halimah Alshehri Dr. Halimah Alshehri.
Follow me for a walk through...
Copyright © Cengage Learning. All rights reserved.
Induction Chapter
Advanced Analysis of Algorithms
1.1 Introduction to Inductive and Deductive Reasoning
Follow me for a walk through...
Agenda Proofs (Konsep Pembuktian) Direct Proofs & Counterexamples
Presentation transcript:

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 a set of premises to the given statement In a mathematical proof, the set of premises may contain any item of previously proved or agreed upon mathematical knowledge (definitions, axioms, theorems, etc.) as well as the specific hypotheses of the statement to be proved. Methods of Proof 1.Direct Proof 2.Method of Contraposition 3.Proof by Contradiction 4.Proof by Counter Example 5.Proof by Cases

A direct proof of a statement of the form p → q is a proof that assumes p to be true and then shows that q is true. Proof by contrapositive (indirect proof) of a statement of the form p → q is a proof that assumes that ¬ q is true and then shows that ¬ p is true. That is, a proof of this form is a direct proof of the ¬ q → ¬ p. A proof by contradiction assumes the negation of the statement to be proved and shows that this leads to a contradiction. To disprove a statement of the form “ ∀ x ∈ D, if P(x) then Q(x),” find a value of x in D for which the hypothesis P(x) is true and the conclusion Q(x) is false. Such an x is called a counterexample.

An integer n is even if, and only if, n equals twice some integer. An integer n is odd if, and only if, n equals twice some integer plus 1. Symbolically, if n is an integer, then n is even ⇔ ∃ an integer k such that n = 2k. n is odd ⇔ ∃ an integer k such that n = 2k + 1.

Proof by contrapositive (indirect proof) of a statement of the form p → q is a proof that assumes that ¬ q is true and then shows that ¬ p is true. That is, a proof of this form is a direct proof of the ¬ q → ¬ p. ¬ q : α is an odd integer (assume true)

In a proof by contradiction, the statement ∀ x in D, if P(x) then Q(x) Suppose there is an x in D such that P(x) and ∼ Q(x). Deduce the statement ∼ P(x). But ∼ P(x) is a contradiction to the supposition that P(x) and ∼ Q(x). (Because to contradict a conjunction of two statements, it is only necessary to contradict one of them.)

Difference in Proof by Contraposition and Contradiction

An integer n is prime if, and only if, n>1 and for all positive integers r and s, if n=rs, then either r or s equals n. An integer n is composite if, and only if, n>1 and n=rs for some integers r and s with 1<r<n and 1<s<n. In symbols: n is prime ⇔ ∀ positive integers r and s, if n = rs then either r = 1 and s = n or r = n and s = 1. n is composite ⇔ ∃ positive integers r and s such that n = rs and 1 < r < n and 1 < s < n

Mathematical Induction PRINCIPLE OF MATHEMATICAL INDUCTION To prove that P(n) is true for all positive integers n, where P(n) is a propositional function, we complete two steps: BASIS STEP: We verify that P(1) is true. INDUCTIVE STEP: We show that the conditional statement P(k) → P(k + 1) is true for all positive integers k. This proof technique can be stated as (P (1) ∧ ∀ k(P(k) → P(k + 1))) → ∀ nP (n),