TRUTH TABLES.

Slides:



Advertisements
Similar presentations
TRUTH TABLES Section 1.3.
Advertisements

Truth Functional Logic
Copyright © Cengage Learning. All rights reserved. CHAPTER 2 THE LOGIC OF COMPOUND STATEMENTS THE LOGIC OF COMPOUND STATEMENTS.
Symbolic Logic. Objectives Determine if a sentence or question is a statement or not. Write a sentence that represents the negation of a given statement.
Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether.
Syllabus Every Week: 2 Hourly Exams +Final - as noted on Syllabus
Propositional Logic. Negation Given a proposition p, negation of p is the ‘not’ of p.
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley. All rights reserved.
Truth Tables for Negation, Conjunction, and Disjunction.
3.2 – Truth Tables and Equivalent Statements
Chapter 3 Section 4 – Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 3.7 Switching Circuits.
Slide Copyright © 2009 Pearson Education, Inc. 3.7 Switching Circuits.
Logical Form and Logical Equivalence Lecture 2 Section 1.1 Fri, Jan 19, 2007.
Logic Disjunction A disjunction is a compound statement formed by combining two simple sentences using the word “OR”. A disjunction is true when at.
Barnett/Ziegler/Byleen Finite Mathematics 11e1 Chapter 7 Review Important Terms, Symbols, Concepts 7.1. Logic A proposition is a statement (not a question.
Statements & Truth Tables True or False This statement is true or false.? A T/F statement is a declarative sentence. It has a value of true or false, but.
1 CMSC 250 Discrete Structures CMSC 250 Lecture 1.
Thinking Mathematically
Logical Form and Logical Equivalence Lecture 1 Section 1.1 Wed, Jan 12, 2005.
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.
Logic Eric Hoffman Advanced Geometry PLHS Sept
TRUTH TABLES. Introduction The truth value of a statement is the classification as true or false which denoted by T or F. A truth table is a listing of.
9.2 Compound Sentences Standard 5.0, 24.0 Standard 5.0, 24.0 Two Key Terms Two Key Terms.
Chapter 7 Evaluating Deductive Arguments II: Truth Functional Logic Invitation to Critical Thinking First Canadian Edition.
Logic Terminology Statement- declarative sentence that is either true or false Opinion- a belief about matters commonly considered to be subjective,
Mathematics for Comter I Lecture 2: Logic (1) Basic definitions Logical operators Translating English sentences.
Invitation to Critical Thinking Chapter 7 Lecture Notes Chapter 7.
TRUTH TABLES Edited from the original by: Mimi Opkins CECS 100 Fall 2011 Thanks for the ppt.
 2012 Pearson Education, Inc. Slide Chapter 3 Introduction to Logic.
Thinking Mathematically Logic 3.4 Truth Tables for the Conditional and Biconditional.
 Statement - sentence that can be proven true or false  Truth value – true or false  Statements are often represented using letters such as p and q.
 Conjunctive Normal Form: A logic form must satisfy one of the following conditions 1) It must be a single variable (A) 2) It must be the negation of.
Simple Logic.
Introduction to Logic © 2008 Pearson Addison-Wesley.
Truth Tables for Negation, Conjunction, and Disjunction
Presented by: Tutorial Services The Math Center
Conditional Statements
AND.
DISCRETE MATHEMATICS CHAPTER I.
Thinking Mathematically
Truth Tables and Equivalent Statements
CHAPTER 3 Logic.
Truth Tables for Negation, Conjunction, and Disjunction
Chapter 3: Introduction to Logic
Classwork/Homework Classwork – Page 90 (11 – 49 odd)
How do I show that two compound propositions are logically equivalent?
Geometry Pre-AP BOMLA LacyMath 10/6.
Logic – Bell Ringer.
The Lost Art of Argument
TRUTH TABLES continued.
(1.4) An Introduction to Logic
Discrete Mathematics and Its Applications Kenneth H
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Discrete Mathematics Lecture 2: Propositional Logic
Statements joined by “And” (Conjunctions)
Deductive Arguments: More Truth Tables
Symbolic Logic 2/25/2019 rd.
Discrete Mathematics Lecture 2: Propositional Logic
Equivalent Statements
Statements of Symbolic Logic
Section 3.7 Switching Circuits
And represent them using Venn Diagrams.
Introductory Logic PHI 120
Section 3.2 Truth Tables for Negation, Conjunction, and Disjunction
Statements and Logical Connectives
CHAPTER 3 Logic.
2-2 Logic Vocab Statement: A sentence that is either true or false
CHAPTER 3 Logic.
Interpreting Truth tables (biconditional statements)
Presentation transcript:

TRUTH TABLES

T F Truth Table for p  q p q p  q Recall that conditional is a compound statement of the form “if p then q”. Think of a conditional as a promise. If I don’t keep my promise, in other words q is false, then the conditional is false if the premise is true. If I keep my promise, that is q is true, and the premise is true, then the conditional is true. When the premise is false (i.e. p is false), then there was no promise. Hence by default the conditional is true. p q p  q T F

T F Truth Table for p ^ q p q p ^ q Recall that the conjunction is the joining of two statements with the word “and”. For p ^ q to be true, then both statements p, q, must be true. If either statement or if both statements are false, then the conjunction is false. p q p ^ q T F

T F Truth Table for p v q p q p v q Recall that a disjunction is the joining of two statements with the word “or”. For a disjunction to be true, at least one of the statements must be true. A disjunction is only false, if both statements are false. p q p v q T F

T F p ~p Truth Table for ~p Recall that the negation of a statement is the denial of the statement. If the statement p is true, the negation of p, i.e. ~p is false. If the statement p is false, then ~p is true. Note that since the statement p could be true or false, we have 2 rows in the truth table. p ~p T F

Equivalent Expressions Equivalent expressions are symbolic expressions that have identical truth values for each corresponding entry in a truth table. Hence ~(~p) ≡ p. The symbol ≡ means equivalent to. p ~p ~(~p) T F

Negation of the Conditional Here we look at the negation of the conditional. Note that the 4th and 6th columns are identical. Hence p ^ ~q is equivalent to ~(p  q). p q ~q p ^ ~q p  q ~(p  q) T F