TRUTH TABLES continued.

Slides:



Advertisements
Similar presentations
Geometry Chapter 2 Terms.
Advertisements

TRUTH TABLES Section 1.3.
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.
Truth Functional Logic
Chapter 21: Truth Tables.
CS128 – Discrete Mathematics for Computer Science
Syllabus Every Week: 2 Hourly Exams +Final - as noted on Syllabus
SEVENTH EDITION and EXPANDED SEVENTH EDITION
Introduction to Logic Logical Form: general rules
Adapted from Discrete Math
Chapter 3 Section 4 – Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
2.5 Verifying Arguments Write arguments symbolically. Determine when arguments are valid or invalid. Recognize form of standard arguments. Recognize common.
Mathematical Structures A collection of objects with operations defined on them and the accompanying properties form a mathematical structure or system.
Chapter 3 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 3.7 Switching Circuits.
Logic Disjunction A disjunction is a compound statement formed by combining two simple sentences using the word “OR”. A disjunction is true when at.
1 CMSC 250 Discrete Structures CMSC 250 Lecture 1.
HAWKES LEARNING Students Count. Success Matters. Copyright © 2015 by Hawkes Learning/Quant Systems, Inc. All rights reserved. Section 3.3 Logical Equivalence.
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.
Thinking Mathematically
Section 1.2: Propositional Equivalences In the process of reasoning, we often replace a known statement with an equivalent statement that more closely.
Thinking Mathematically Arguments and Truth Tables.
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.
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.
Mathematics for Comter I Lecture 2: Logic (1) Basic definitions Logical operators Translating English sentences.
Symbolic Logic The Following slide were written using materials from the Book: The Following slide were written using materials from the Book: Discrete.
Analyzing Arguments Section 1.5. Valid arguments An argument consists of two parts: the hypotheses (premises) and the conclusion. An argument is valid.
TRUTH TABLES Edited from the original by: Mimi Opkins CECS 100 Fall 2011 Thanks for the ppt.
Thinking Mathematically Logic 3.4 Truth Tables for the Conditional and Biconditional.
Module Code MA0003NI: Computing mathematics Lecture for Week Autumn.
Simple Logic.
Chapter 1 Propositional Logic
Introduction to Logic © 2008 Pearson Addison-Wesley.
Truth Tables for Negation, Conjunction, and Disjunction
Presented by: Tutorial Services The Math Center
2. The Logic of Compound Statements Summary
Conditional Statements
AND.
Thinking Mathematically
Truth Tables and Equivalent Statements
Truth Tables for Negation, Conjunction, and Disjunction
Classwork/Homework Classwork – Page 90 (11 – 49 odd)
Y. Davis Geometry Notes Chapter 2.
Logic – Bell Ringer.
Chapter 8 Logic Topics
Information Technology Department
CS 220: Discrete Structures and their Applications
3.5 Symbolic Arguments.
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley.
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
TRUTH TABLES.
De Morgan’s laws presentation
1 Chapter An Introduction to Problem Solving
Discrete Mathematics and Its Applications Kenneth H
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Discrete Mathematics Lecture 2: Propositional Logic
1 Chapter An Introduction to Problem Solving
Equivalent Statements
Deductive Arguments: More Truth Tables
Warm Up:.
Equivalent Statements
Statements of Symbolic Logic
Section 3.7 Switching Circuits
Section 3.2 Truth Tables for Negation, Conjunction, and Disjunction
6.4 Truth Tables for Arguments
1.3 Propositional Equivalences
If there is any case in which true premises lead to a false conclusion, the argument is invalid. Therefore this argument is INVALID.
3.5 Symbolic Arguments.
If there is any case in which true premises lead to a false conclusion, the argument is invalid. Therefore this argument is INVALID.
Interpreting Truth tables (biconditional statements)
Presentation transcript:

TRUTH TABLES continued

Recall: A truth table is a listing of all possible combinations of the individual statements as true or false, along with the resulting truth value of the compound statements. Truth tables are an aide in distinguishing valid and invalid arguments.

Number of Rows If a compound statement consists of n individual statements, each represented by a different letter, the number of rows required in the truth table is 2n.

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 Another way to think about this is with the Law of Detchment. In order for the conditional statement to be true, a true hypothesis must lead to a true conclusion. p q p  q T F

T F Truth Table for q  p p q q  p Here we have the converse, or if q then p. Notice that the second and thirds rows switch place as we are “going backwards.” p q q  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

De Morgan’s Laws The negation of the conjunction p ^ q is given by ~(p ^ q) ≡ ~p v ~q. “Not p and q” is equivalent to “not p or not q.” The negation of the disjunction p v q is given by ~(p v q) ≡ ~p ^ ~q. “Not p or q” is equivalent to “not p and not q.”

T F Truth Table for q ↔ p p q q ↔ p Here we have a biconditional, or p if and only if q. Recall that for a biconditional to be true the original conditional statement and it converse must be true, (see cases 1 & 4.) p q q ↔ p T F