Logic 3 Tautological Implications and Tautological Equivalences

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Rules of Inference Rosen 1.5.
Discrete Mathematics Math 6A
Discrete Mathematics University of Jazeera College of Information Technology & Design Khulood Ghazal Mathematical Reasoning Methods of Proof.
Introduction to Proofs
PROOF BY CONTRADICTION
Rules of Inferences Section 1.5. Definitions Argument: is a sequence of propositions (premises) that end with a proposition called conclusion. Valid Argument:
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
Introduction to Theorem Proving
Chapter 1: The Foundations: Logic and Proofs 1.1 Propositional Logic 1.2 Propositional Equivalences 1.3 Predicates and Quantifiers 1.4 Nested Quantifiers.
1 Introduction to Abstract Mathematics Valid AND Invalid Arguments 2.3 Instructor: Hayk Melikya
Deduction In addition to being able to represent facts, or real- world statements, as formulas, we want to be able to manipulate facts, e.g., derive new.
CSE115/ENGR160 Discrete Mathematics 01/26/12 Ming-Hsuan Yang UC Merced 1.
Chapter 1 The Logic of Compound Statements. Section 1.3 Valid & Invalid Arguments.
CS128 – Discrete Mathematics for Computer Science
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.
Syllabus Every Week: 2 Hourly Exams +Final - as noted on Syllabus
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.
Copyright © Peter Cappello Logical Inferences Goals for propositional logic 1.Introduce notion of a valid argument & rules of inference. 2.Use inference.
Introduction to Logic Logical Form: general rules
Logical and Rule-Based Reasoning Part I. Logical Models and Reasoning Big Question: Do people think logically?
Fall 2002CMSC Discrete Structures1 Let’s proceed to… Mathematical Reasoning.
1.5 Rules of Inference.
Methods of Proof & Proof Strategies
MATH 224 – Discrete Mathematics
Chap. 2 Fundamentals of Logic. Proposition Proposition (or statement): an declarative sentence that is either true or false, but not both. e.g. –Margret.
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.
Mathematical Structures for Computer Science Chapter 1.2 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesFormal Logic.
Discrete Mathematics CS 2610 August 24, Agenda Last class Introduction to predicates and quantifiers This class Nested quantifiers Proofs.
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)
2.3Logical Implication: Rules of Inference From the notion of a valid argument, we begin a formal study of what we shall mean by an argument and when such.
INTRODUCTION TO LOGIC Jennifer Wang Fall 2009 Midterm Review Quiz Game.
1 CMSC 250 Discrete Structures CMSC 250 Lecture 1.
Fundamentals of Logic 1. What is a valid argument or proof? 2. Study system of logic 3. In proving theorems or solving problems, creativity and insight.
Hazırlayan DISCRETE COMPUTATIONAL STRUCTURES Propositional Logic PROF. DR. YUSUF OYSAL.
1 Introduction to Abstract Mathematics Expressions (Propositional formulas or forms) Instructor: Hayk Melikya
1 Discrete Structures – CNS2300 Text Discrete Mathematics and Its Applications Kenneth H. Rosen (5 th Edition) Chapter 3 The Foundations: Logic and Proof,
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.
Chapter 2 Fundamentals of Logic 1. What is a valid argument or proof?
Fall 2008/2009 I. Arwa Linjawi & I. Asma’a Ashenkity 11 The Foundations: Logic and Proofs Rules of inference.
CSci 2011 Discrete Mathematics Lecture 4 CSci 2011.
Symbolic Logic ⊃ ≡ · v ~ ∴. What is a logical argument? Logic is the science of reasoning, proof, thinking, or inference. Logic allows us to analyze a.
CS104:Discrete Structures Chapter 2: Proof Techniques.
1 Introduction to Abstract Mathematics Proof Methods , , ~, ,  Instructor: Hayk Melikya Purpose of Section:Most theorems in mathematics.
Today’s Topics Argument forms and rules (review)
Foundations of Discrete Mathematics Chapter 1 By Dr. Dalia M. Gil, Ph.D.
Discrete Math by R.S. Chang, Dept. CSIE, NDHU1 Fundamentals of Logic 1. What is a valid argument or proof? 2. Study system of logic 3. In proving theorems.
Sound Arguments and Derivations. Topics Sound Arguments Derivations Proofs –Inference rules –Deduction.
Chapter 1 Logic and proofs
March 23 rd. Four Additional Rules of Inference  Constructive Dilemma (CD): (p  q) (r  s) p v r q v s.
2. The Logic of Compound Statements Summary
Discrete Mathematics Logic.
Proof Techniques.
Rules of Inference Section 1.6.
7.1 Rules of Implication I Natural Deduction is a method for deriving the conclusion of valid arguments expressed in the symbolism of propositional logic.
CS201: Data Structures and Discrete Mathematics I
Mathematical Reasoning
CS 270 Math Foundations of CS
Applied Discrete Mathematics Week 1: Logic
Inference Rules: Tautologies
Computer Security: Art and Science, 2nd Edition
Discrete Mathematics Logic.
Foundations of Discrete Mathematics
Mathematical Reasoning
CS201: Data Structures and Discrete Mathematics I
Presentation transcript:

Logic 3 Tautological Implications and Tautological Equivalences

Tautologies Remember, Tautologies are always true. Thus, if we can use different propositions and logical equivalences to show two statements are tautologies, we can do proofs. Proofs are conditional and biconditional statements that are tautologies Notation: p and q are atomic statements, while A and B are statements of all types, including atomic and compound. We are looking for tautological implications, which are tautologies of the form A B.

q: I will do good research then we have the following: Direct Reasoning, also called Modus Ponens In an implication and its premise are both true, then so is its conclusion: In symbols [(pq)p] q Example: p: I work hard q: I will do good research then we have the following: If working hard implies I will do good research, then if I do work hard, I will do good research.

Symbolic and argument form We write proofs by putting what is given above a line, and the tautological implication below a line: If I work hard I will do good research I will work hard Therefore, I will do good research

Essentially have an affirming hypothesis Given information p q p is true conclude that q is true as well Is this an affirming hypothesis? Why not – discuss in symbolic logic If I were an Olympic athlete then I would drink beer. I drink beer, therefore I am an Olympic athlete.

Indirect Reasoning or Modus Tollens If an implication is true but its conclusion is false, then its premise is false. In symbols [(pq)q] p. Example: p: I work hard q: I will do good research then we have the following: If working hard implies I will do good research, then if I don’t do good research, I did not work hard.

If I work hard I will do good research (p  q) I did not do good research (q) Therefore, I did not work hard ( p)

Essentially have an denying hypothesis Given information p q q is false conclude that p is falseas well Is this an denying hypothesis? Why not – discuss in symbolic logic If I were an Olympic athlete then I would drink beer. I am not Olympic athlete, therefore I don’t drink beer.

Useful tautologies: Let’s give examples of each Simplification: If both p and q are true, then p is true. (pq)p Addition: If p is true, then we know that either p or q is true. p(pq) Disjuntive Syllogism (One-or-the-Other): If either p or q is true, and one is know to be false, then the other must be true [(pq)(p) q Transitivity: If p implies q and q implies r then p implies r. [(pq)(qr)](pr)

Tautological equivalences are tautologies of compound statements, A  B, so that A and B are equivalent statements. To say that AB is the same as saying A  B is a tautology. So every logical equivalence is a tautological equivalence. The simplest tautological equivalence is the double negative:

Useful tautological implications (examples?)

Useful tautological equivalences (examples?)

Useful tautological equivalences (continued)

Inference Inference is just using logical sequences to arrive at a conclusion. We had direct Reasoning, or Modus Ponens, as Statements above the line are premises, and statements below the line are conclusions. Any tautology from the lists in previous slides may be used as premises in a proof.

Take the following statements p: roses are red q: violets are blue r: sugar is sweet s: so are you And the poem: If roses are red and violets are blue, then sugar is sweet and so are you. Roses are red and violets are blue Therefore, sugars is sweet and so are you. or

Proofs use rules of inference to assemble a list of true statements Proofs use rules of inference to assemble a list of true statements. The statements can be atomic or compound. Example: We write the statement and the role is plays or its justification. Do we need statement 2? Why or why not?

Example : The following statements are premises (assumed to be true – we call them assumptions) AB B AC What are the conclusions from this list? A . Taking 1. and 2. as true, since we don’t have B we can’t have A, because of Indirect Reasoning. If A implies B, then if B isn’t true, A can’t be either. But also from 3., so we get C? Why or why not? Give an example.

Tools of inference Premises are taken as true. Tautologies are rules of inference that can be used in proofs. We can replace any part of a compound statements with a tautologically equivalent statements. That is, we can substitute likes for each other. If A and B are two lines in a proof, then we can add a line AB to the proof.

Here is an example of a proof: What did we prove? A proof is a list of arguments, based on tautological relationships, that lead to a conclusion.