Ch 1.4: Basic Proof Methods I A theorem is a proposition, often of special interest. A proof is a logically valid deduction of a theorem, using axioms,

Slides:



Advertisements
Similar presentations
With examples from Number Theory
Advertisements

Discrete Mathematics University of Jazeera College of Information Technology & Design Khulood Ghazal Mathematical Reasoning Methods of Proof.
Discrete Math Methods of proof 1.
Introduction to Proofs
Chapter 3 Direct Proof and Proof by Contrapositive
Introduction to Theorem Proving
Inference and Reasoning. Basic Idea Given a set of statements, does a new statement logically follow from this. For example If an animal has wings and.
3.3 Divisibility Definition If n and d are integers, then n is divisible by d if, and only if, n = dk for some integer k. d | n  There exists an integer.
22C:19 Discrete Structures Logic and Proof Spring 2014 Sukumar Ghosh.
Logic 3 Tautological Implications and Tautological Equivalences
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
So far we have learned about:
Knoweldge Representation & Reasoning
Proof by Deduction. Deductions and Formal Proofs A deduction is a sequence of logic statements, each of which is known or assumed to be true A formal.
Introduction to Proofs Goals 1.Introduce notion of proof & basic proof methods. 2.Distinguish between correct & incorrect arguments 3.Understand & construct.
EE1J2 – Discrete Maths Lecture 5 Analysis of arguments (continued) More example proofs Formalisation of arguments in natural language Proof by contradiction.
CSE115/ENGR160 Discrete Mathematics 03/29/11 Ming-Hsuan Yang UC Merced 1.
Fall 2002CMSC Discrete Structures1 Let’s proceed to… Mathematical Reasoning.
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.
First Order Logic. This Lecture Last time we talked about propositional logic, a logic on simple statements. This time we will talk about first order.
Methods of Proof & Proof Strategies
Introduction to Proofs
MATH 224 – Discrete Mathematics
Ch 1.5: Basic Proof Methods II Proof by Contraposition of P => Q Suppose ~Q …proof details here…. Therefore, ~P (via a direct proof) Thus, ~Q => ~P. Therefore,
March 3, 2015Applied Discrete Mathematics Week 5: Mathematical Reasoning 1Arguments Just like a rule of inference, an argument consists of one or more.
Proofs1 Elementary Discrete Mathematics Jim Skon.
1 Section 1.1 A Proof Primer A proof is a demonstration that some statement is true. We normally demonstrate proofs by writing English sentences mixed.
CSci 2011 Discrete Mathematics Lecture 6
10/17/2015 Prepared by Dr.Saad Alabbad1 CS100 : Discrete Structures Proof Techniques(1) Dr.Saad Alabbad Department of Computer Science
1 Sections 1.5 & 3.1 Methods of Proof / Proof Strategy.
Discrete Structures (DS)
Mathematics What is it? What is it about?. Terminology: Definition Axiom – a proposition that is assumed without proof for the sake of studying the consequences.
1 CMSC 250 Discrete Structures CMSC 250 Lecture 1.
Chapter 3: Introduction to Logic. Logic Main goal: use logic to analyze arguments (claims) to see if they are valid or invalid. This is useful for math.
1 Introduction to Abstract Mathematics Chapter 2: The Logic of Quantified Statements. Predicate Calculus Instructor: Hayk Melikya 2.3.
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,
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.
Chapter 2 Logic 2.1 Statements 2.2 The Negation of a Statement 2.3 The Disjunction and Conjunction of Statements 2.4 The Implication 2.5 More on Implications.
First Order Logic Lecture 3: Sep 13 (chapter 2 of the book)
Copyright © Curt Hill Proofs An Introduction.
22C:19 Discrete Structures Logic and Proof Fall 2014 Sukumar Ghosh.
CSci 2011 Discrete Mathematics Lecture 4 CSci 2011.
CS104:Discrete Structures Chapter 2: Proof Techniques.
CSE 311: Foundations of Computing Fall 2013 Lecture 8: Proofs and Set theory.
Week 4 - Friday.  What did we talk about last time?  Floor and ceiling  Proof by contradiction.
Review: What is a logic? A formal language –Syntax – what expressions are legal –Semantics – what legal expressions mean –Proof system – a way of manipulating.
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.
CSE 311 Foundations of Computing I Lecture 8 Proofs Autumn 2012 CSE
1 Introduction to Abstract Mathematics Proof Methods , , ~, ,  Instructor: Hayk Melikya Purpose of Section:Most theorems in mathematics.
Foundations of Discrete Mathematics Chapter 1 By Dr. Dalia M. Gil, Ph.D.
Mathematical Induction
CSci 2011 Discrete Mathematics Lecture 5 CSci 2011.
Section 1.7. Section Summary Mathematical Proofs Forms of Theorems Direct Proofs Indirect Proofs Proof of the Contrapositive Proof by Contradiction.
Chapter 1 Logic and proofs
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.
Chapter 1 Logic and Proof.
Indirect Argument: Contradiction and Contraposition
2. The Logic of Compound Statements Summary
Discrete Mathematics Logic.
Mathematical Reasoning
Elementary Number Theory & Proofs
Discrete Mathematics Logic.
Follow me for a walk through...
Foundations of Discrete Mathematics
Mathematical Reasoning
Follow me for a walk through...
Presentation transcript:

Ch 1.4: Basic Proof Methods I A theorem is a proposition, often of special interest. A proof is a logically valid deduction of a theorem, using axioms, premises stated in the theorem, or previously established results. Axioms (or postulates) are initial statements assumed to be true, from which new concepts can be deduced.

Proofs & Tautologies In writing proofs, a working knowledge of tautologies is helpful. For example, De Morgan’s laws, contrapositive, transitivity, modus ponens, etc. See pages 13, 27. These tautologies may be used as justification for proof techniques, or as a replacement. Justification: “Either x 0” (P \/ ~P). Replacement: “f differentiable => f continuous”  “f discontinuous => f not differentiable.”

Modus Ponens Suppose we know that the following are true: P P => Q Then Q is true. Example Calculus result: f differentiable => f continuous. (1) Given: g is differentiable Therefore g is continuous, by modus ponens. (2) Given: g is continouous Cannot conclude g is differentiable by modus ponens.

Direct Proof of P => Q Assume P. …proof details here… Therefore, Q. Thus P => Q.

Number Theory Basics Let a, b be natural numbers. Then a divides b if there exists a natural number k such that b = ka. A prime number is a natural number greater than one that is only divisible by 1 and itself. An integer x is even if there is an integer k such that x = 2k. An integer x is odd if there is an integer j such that x = 2j+1.

Example: Direct proof of P => Q Suppose that a and b are integers. Prove that if a is even and b is odd, then a + b is odd. Proof. Assume that a is an even integer and that b is an odd integer. Then There exists integers k, j such that a = 2k and b = 2j+1. Then a + b = 2k + 2j+1 = 2(k+j) + 1 = 2m + 1, where m=k+j is an integer. Therefore a + b is odd.

Example: Direct proof of P => Q Suppose that a, b and c are natural numbers. Prove that if c divides a and c divides b, then c divides a + b. Proof. Assume that a, b, c are natural numbers, and that c divides a and c divides b. Then There exist natural numbers m, n st mc = a and nc = b. Then a + b = mc + nc = (m+n)c = kc, where k=m+n is a natural number. Therefore c divides a + b.

Strategies for Direct Proof of P => Q Determine precisely the antecedent and the consequent (P and Q). Replace, if necessary, the antecedent with a more usable equivalent. Replace, if necessary, the consequent with something equivalent and more readily shown. Develop a chain of statements, each deducible from its predecessors or other known results, that leads from antecedent to consequent. Every step of proof should express a complete sentence, using important connective words to complete meaning of symbols used. Sometimes it is helpful to work backward to discover a proof, by first determining the end result that needs to be shown, and then seeing what steps are needed to get there.

Example: Direct proof of P => Q

Strategies for Direct Proof of P => Q For P => (Q \/ R), one might prove the equivalent (P /\ ~Q) => R (P /\ ~R) => Q (All three are equivalent to ~P \/ Q \/ R) For (P \/ Q) => R, one might first prove the cases P => R Q => R

Example: Direct proof of P => (Q \/ R) Prove that if n is an odd integer, then n = 4j+1 for some integer j or n = 4i –1 for some integer i. Proof. Assume n is an odd integer. Then n= 2m+1 for some integer m. Case 1: m even => m = 2j for some integer j => n = 2m+1 = 4j+1 Case 1: m odd => m = 2k + 1 for some integer k => n = 2m+1 = 2(2k + 1) + 1 => n = 4k+3 = 4(k+1) – 1 = 4i-1, where i=k+1 is an integer. Thus if n is an odd integer, then n = 4j+1 for some integer j or n= 4i –1 for some integer i.

Example: Proof by cases (exhaustion)

Homework Read Ch 1.4 Do 35(4a-c,5a,b,6a-d,10)