Methods of Proof for Boolean Logic Chapter 5 Language, Proof and Logic.

Slides:



Advertisements
Similar presentations
Copyright 2008, Scott Gray1 Propositional Logic 4) If.
Advertisements

Methods of Proof. Methods of Proof The Vicky Pollard Proof Technique Prove that when n is even n2 is even. Assume n is 0, then n2 is 0, and that is.
Computing Truth Value.
TRUTH TABLES The general truth tables for each of the connectives tell you the value of any possible statement for each of the connectives. Negation.
With examples from Number Theory
Discrete Math Methods of proof 1.
Introduction to Proofs
Chapter 3 Elementary Number Theory and Methods of Proof.
Chapter 1: The Foundations: Logic and Proofs 1.1 Propositional Logic 1.2 Propositional Equivalences 1.3 Predicates and Quantifiers 1.4 Nested Quantifiers.
Copyright © Cengage Learning. All rights reserved.
Philosophy 120 Symbolic Logic I H. Hamner Hill CSTL-CLA.SEMO.EDU/HHILL/PL120.
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:
1 Indirect Argument: Contradiction and Contraposition.
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 ch. 1.6, pg. 87,93 Muhammad Arief download dari
EE1J2 – Discrete Maths Lecture 5 Analysis of arguments (continued) More example proofs Formalisation of arguments in natural language Proof by contradiction.
Methods of Proof Lecture 4: Sep 16 (chapter 3 of the book)
Discrete Mathematics and its Applications
Methods of Proof & Proof Strategies
Introduction to Proofs
Methods of Proof involving  Symbolic Logic February 19, 2001.
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,
Conditional Statements CS 2312, Discrete Structures II Poorvi L. Vora, GW.
Logic and Philosophy Alan Hausman PART ONE Sentential Logic Sentential Logic.
Review I Rosen , 3.1 Know your definitions!
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.
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.
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.
Advanced Topics in Propositional Logic Chapter 17 Language, Proof and Logic.
INTRODUCTION TO LOGIC Jennifer Wang Fall 2009 Midterm Review Quiz Game.
Chapter Five Conditional and Indirect Proofs. 1. Conditional Proofs A conditional proof is a proof in which we assume the truth of one of the premises.
Proof By Contradiction Chapter 3 Indirect Argument Contradiction Theorems and pg. 171.
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications Kenneth H. Rosen (5 th Edition) Chapter 3 The Foundations: Logic and Proof,
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.
Formal Proofs and Boolean Logic Chapter 6 Language, Proof and Logic.
CS104:Discrete Structures Chapter 2: Proof Techniques.
Week 4 - Friday.  What did we talk about last time?  Floor and ceiling  Proof by contradiction.
Introduction to Proofs
Logical Agents Chapter 7. Outline Knowledge-based agents Propositional (Boolean) logic Equivalence, validity, satisfiability Inference rules and theorem.
Week 4 - Wednesday.  What did we talk about last time?  Divisibility  Proof by cases.
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.
The Logic of Conditionals Chapter 8 Language, Proof and Logic.
Discrete Mathematical Structures: Theory and Applications 1 Logic: Learning Objectives  Learn about statements (propositions)  Learn how to use logical.
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.
Notions & Notations - 1ICOM 4075 (Fall 2010) UPRM Department of Electrical and Computer Engineering University of Puerto Rico at Mayagüez Fall 2010 ICOM.
Section 1.7. Section Summary Mathematical Proofs Forms of Theorems Direct Proofs Indirect Proofs Proof of the Contrapositive Proof by Contradiction.
Sound Arguments and Derivations. Topics Sound Arguments Derivations Proofs –Inference rules –Deduction.
Chapter 1 Logic and proofs
Chapter 1 Logic and Proof.
2. The Logic of Compound Statements Summary
CSE15 Discrete Mathematics 02/01/17
3.1 Indirect Proof and Parallel Postulate
CISC 2315 Discrete Structures
Direct Proof by Contraposition Direct Proof by Contradiction
{P} ⊦ Q if and only if {P} ╞ Q
Jeffrey Martinez Math 170 Dr. Lipika Deka 10/15/13
Chapter 1: The Foundations: Logic and Proofs
Indirect Argument: Contradiction and Contraposition
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
The Foundations: Logic and Proofs
Indirect Proof by Contradiction Direct Proof by Cases
CS 220: Discrete Structures and their Applications
The Method of Deduction
Logic Logic is a discipline that studies the principles and methods used to construct valid arguments. An argument is a related sequence of statements.
Presentation transcript:

Methods of Proof for Boolean Logic Chapter 5 Language, Proof and Logic

Beyond truth tables 5.0 Why truth tables are not sufficient: Exponential sizes Inapplicability beyond Boolean connectives Need: proofs, whether formal or informal. For informal proofs, it is relevant who your listener is. This section talks about some informal proof methods.

Valid inference steps in informal proofs In giving an informal proof from some premises, if Q is already known to be a logical consequence of some already proven sentences, then you may assert Q in your proof. 2. Each step should be significant and easily understood (this is where your audience’s level becomes relevant). Valid patterns of inference that generally go unmentioned: From P  Q, infer P (conjunction elimination) From P and Q, infer P  Q (conjunction introduction) From P, infer P  Q (disjunction introduction)

Proof by cases (disjunction elimination) 5.2 To prove Q from a disjunction, prove it from each disjunct separately. “There are irrational numbers b,c such that b c is rational”.  2  2 is either rational or irrational. 1.If rational, then take b=c=  2, known to be irrational. 2.If irrational, take b=  2  2 and c=  2.

Indirect proof (proof by contradiction) 5.3 Contradiction --- any claim that cannot possibly be true. Proof of  Q by contradiction: assume Q and derive a contradiction. Proving that “  2 is irrational”: Suppose  2 is rational. So,  2= a/b for some integers a,b. We may assume at least one of a,b is odd, for otherwise divide both a and b by their greatest common divisor. From  2=a/b we find 2=a 2 /b 2. Hence a 2 =2b 2. So, a is even. So, a 2 is divisible by 4. So, b 2 is even. So, b is even. Contradiction.

Arguments with inconsistent premises 5.4 Premises from which a contradiction follows are said to be inconsistent. You can prove anything from such premises! An argument with inconsistent premises is always valid yet never sound!