Rules of Inferences Section 1.5. Definitions Argument: is a sequence of propositions (premises) that end with a proposition called conclusion. Valid Argument:

Slides:



Advertisements
Similar presentations
Rules of Inference Rosen 1.5.
Advertisements

Discrete Mathematics University of Jazeera College of Information Technology & Design Khulood Ghazal Mathematical Reasoning Methods of Proof.
Announcements Grading policy No Quiz next week Midterm next week (Th. May 13). The correct answer to the quiz.
1 Valid and Invalid arguments. 2 Definition of Argument Sequence of statements: Statement 1; Statement 2; Therefore, Statement 3. Statements 1 and 2 are.
1 Section 1.5 Rules of Inference. 2 Definitions Theorem: a statement that can be shown to be true Proof: demonstration of truth of theorem –consists of.
The Foundations: Logic and Proofs
February 26, 2015Applied Discrete Mathematics Week 5: Mathematical Reasoning 1 Addition of Integers Example: Add a = (1110) 2 and b = (1011) 2. a 0 + b.
Chapter 1: The Foundations: Logic and Proofs 1.1 Propositional Logic 1.2 Propositional Equivalences 1.3 Predicates and Quantifiers 1.4 Nested Quantifiers.
Muhammad Arief download dari
CSE115/ENGR160 Discrete Mathematics 01/26/12 Ming-Hsuan Yang UC Merced 1.
Valid Arguments An argument is a sequence of propositions. All but the final proposition are called premises. The last statement is the conclusion. The.
Chapter 1 The Logic of Compound Statements. Section 1.3 Valid & Invalid Arguments.
Deductive Arguments and Inference Rules Terminology: Valid Argument: – truth of the premises guarantees the truth of the conclusion – It would be contradictory.
CS128 – Discrete Mathematics for Computer Science
Logic 3 Tautological Implications and Tautological Equivalences
Essential Deduction Techniques of Constructing Formal Expressions and Evaluating Attempts to Create Valid Arguments.
Essential Deduction Techniques of Constructing Formal Expressions Evaluating Attempts to Create Valid Arguments.
Copyright © Peter Cappello Logical Inferences Goals for propositional logic 1.Introduce notion of a valid argument & rules of inference. 2.Use inference.
Fall 2002CMSC Discrete Structures1 Let’s proceed to… Mathematical Reasoning.
1.5 Rules of Inference.
February 25, 2002Applied Discrete Mathematics Week 5: Mathematical Reasoning 1 Addition of Integers How do we (humans) add two integers? Example: 7583.
3.6 Analyzing Arguments with Truth Tables
Copyright © Curt Hill Rules of Inference What is a valid argument?
Deduction, Proofs, and Inference Rules. Let’s Review What we Know Take a look at your handout and see if you have any questions You should know how to.
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.
Discrete Mathematics CS 2610 August 24, Agenda Last class Introduction to predicates and quantifiers This class Nested quantifiers Proofs.
1 Sections 1.5 & 3.1 Methods of Proof / Proof Strategy.
Discrete Structures (DS)
Philosophy: Logic and Logical arguments
Philosophical Method  Logic: A Calculus For Good Reason  Clarification, Not Obfuscation  Distinctions and Disambiguation  Examples and Counterexamples.
Rules of Inference Dr. Yasir Ali.
6.6 Argument Forms and Fallacies
Rules of Inference Section 1.6. Arguments in Propositional Logic A argument in propositional logic is a sequence of propositions. All but the final proposition.
What is Reasoning  Logical reasoning is the process of drawing conclusions from premises using rules of inference.  These inference rules are results.
Syllogisms and Three Types of Hypothetical Syllogisms
Fall 2008/2009 I. Arwa Linjawi & I. Asma’a Ashenkity 11 The Foundations: Logic and Proofs Rules of inference.
Symbolic Logic ⊃ ≡ · v ~ ∴. What is a logical argument? Logic is the science of reasoning, proof, thinking, or inference. Logic allows us to analyze a.
Logic: The Language of Philosophy. What is Logic? Logic is the study of argumentation o In Philosophy, there are no right or wrong opinions, but there.
Foundations of Discrete Mathematics Chapter 1 By Dr. Dalia M. Gil, Ph.D.
1 Propositional Proofs 1. Problem 2 Deduction In deduction, the conclusion is true whenever the premises are true.  Premise: p Conclusion: (p ∨ q) 
CT214 – Logical Foundations of Computing Darren Doherty Rm. 311 Dept. of Information Technology NUI Galway
Sound Arguments and Derivations. Topics Sound Arguments Derivations Proofs –Inference rules –Deduction.
Chapter 1 Logic and proofs
L = # of lines n = # of different simple propositions L = 2 n EXAMPLE: consider the statement, (A ⋅ B) ⊃ C A, B, C are three simple statements 2 3 L =
Copyright © Peter Cappello
Making Inferences with Propositions (Rules of Inference)
2. The Logic of Compound Statements Summary
CSE15 Discrete Mathematics 01/30/17
Discrete Mathematics Logic.
Formal Logic CSC 333.
Proof Techniques.
Rules of Inference Section 1.6.
CS201: Data Structures and Discrete Mathematics I
Mathematical Reasoning
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
3.5 Symbolic Arguments.
Methods of Proof. Methods of Proof Definitions A theorem is a valid logical assertion which can be proved using Axioms: statements which are given.
CS 220: Discrete Structures and their Applications
Applied Discrete Mathematics Week 1: Logic
Inference Rules: Tautologies
Discrete Mathematics Logic.
Mathematical Reasoning
SUMMARY Logic and Reasoning.
CS201: Data Structures and Discrete Mathematics I
The Foundations: Logic and Proofs
If there is any case in which true premises lead to a false conclusion, the argument is invalid. Therefore this argument is INVALID.
If there is any case in which true premises lead to a false conclusion, the argument is invalid. Therefore this argument is INVALID.
Conjunctive addition states that if we know that each of two statements is true, we can join them with the conjunction connective and the resulting conjunction.
Rules of inference Section 1.5 Monday, December 02, 2019
Presentation transcript:

Rules of Inferences Section 1.5

Definitions Argument: is a sequence of propositions (premises) that end with a proposition called conclusion. Valid Argument: The conclusion must follow from the truth of the previous premises, i.e., all premises  conclusion Fallacy: is an invalid argument or incorrect reasoning. Rules of inference: rules we follow to construct valid arguments.

Valid Arguments in Propositional Logic If we rewrite all premises (propositions) in any argument using only variables and logical connectors then we get an argument form. Thus, an argument is valid when its form is valid. Valid argument doesn’t mean the conclusion is true.

Example Argument: –If you have a password, then you can login to the network. –You have a password –Therefore you can login to the network. Argument Form: p  q p  q  q So it is a valid argument with correct conclusion

Example Argument: –If x  0, then x 2 > 1 –But ½  0 –Thus ¼ > 1 Argument Form: p  q p  q  q So it is a valid argument with wrong conclusion

Rules of Inference: correct argument forms RuleNameTautology p p  q  q Modus Ponens p  (p  q)  q  q p  q   p Modus Tollens  q  (p  q)   p

Rules of Inference: correct argument forms RuleNameTautology p  q q  r  p  r Hypothetical Syllogism (p  q)  (q  r)  (p  r) p  q  p  q Disjunction Syllogism (p  q)   p  q

Rules of Inference: correct argument forms RuleNameTautology p  p  q Addition p  p  q p  q  p Simplification p  q  p

Rules of Inference: correct argument forms RuleNameTautology p q  p  q Conjunction p  q  p  q p  q  p  r  q  r Resolution (p  q)  (  p  r)  q  r

Examples “It’s below freezing and raining now. Therefore it’s below freezing” Argument form: p  q  p Simplification Rule

Examples “If x>1, then 1/x  (0,1). If x  (0,1), then x 2 1, then 1/x 2 <1/x.” Argument Form: p  q q  r  p  r Rule: Hypothetical Syllogism

Using Rules of Inference to Build Arguments Show that the hypotheses –It’s not sunny this afternoon and it’s colder than yesterday. –We will go swimming only if it’s sunny –If we don’t go swimming, then we will take a canoe trip. –If we take a canoe trip, then we will be home by sunset. lead to the conclusion “we will be home by sunset”

Using Rules of Inference to Build Arguments the hypotheses –It’s not sunny this afternoon and it’s colder than yesterday. –We will go swimming only if it’s sunny –If we don’t go swimming, then we will take a canoe trip. –If we take a canoe trip, then we will be home by sunset. the conclusion “we will be home by sunset” Hypothesis:  s  c w  s  w  t t  h Conclusion: h

Using Rules of Inference  s  c hypo  s simplification w  s hypo  W Modus Tollens  w  t hypo t Modus Ponens t  h hypo  h Modus Ponens

Using Rules of Inference to Build Arguments Show that the hypotheses –If you send me an message, then I’ll finish writing the program. –If you don’t send me an , then I’ll go to sleep early. –If I go to sleep early, then I’ll wake up feeling refreshed. lead to the conclusion “if I don’t finish writing the program then I’ll wake up feeling refreshed”

Using Rules of Inference to Build Arguments the hypotheses –If you send me an message, then I’ll finish writing the program. –If you don’t send me an , then I’ll go to sleep early. –If I go to sleep early, then I’ll wake up feeling refreshed. the conclusion “if I don’t finish writing the program then I’ll wake up feeling refreshed” Hypothesis: s  f  s  p p  w Conclusion:  f  w

s  f hypo  f   sContrapositive  s  phypo p  whypo   f  w Hypothetical Syllogism

Fallacies Incorrect reasoning based on contingencies and not tautologies. 1.Fallacy of affirming the conclusion: (p  q)  q  p Example: If you solve every problem in this book, then you’ll pass the course. You did passed the course. Therefore, you did solved every problem in this book.

Fallacies 2.Fallacy of denying the hypothesis: (p  q)   p   q Example: Since you didn’t pass the course, then you didn’t solve every problem. Since you didn’t solve every problem, then you didn’t pass the course. 

Rules of Inference for Quantified Statements Universal Instantiation:  x p(x)  p(c) Universal Generalization: p(c) for arbitrary c   x p(x)

Rules of Inference for Quantified Statements Existential Instantiation:  x p(x)  p(c) for some c Existential Generalization: p(c) for some c   x p(x)

Combining Rules of Inference Universal Modus Ponens: Universal Instantiation + Modus Ponens  x (P(x)  Q(x)) P(a)  Q(a)

Combining Rules of Inference Universal Modus Tollens: Universal Instantiation + Modus Tollens  x (P(x)  Q(x))  Q(a)   P(a)