Thinking Mathematically Logic 3.4 Truth Tables for the Conditional and Biconditional.

Slides:



Advertisements
Similar presentations
Logic ChAPTER 3.
Advertisements

Chapter 21: Truth Tables.
Truth Tables How to Make and Use. Making a Truth Table To determine the number of rows other than the heading row. To determine the number of rows other.
3 Logic The Study of What’s True or False or Somewhere in Between.
Logic & Critical Reasoning
PROOF BY CONTRADICTION
MATH Truth Tables and Equivalent Statements Judy Ahrens, 2005 Pellissippi State Technical Community College slide 1 The conditional: If p, then.
Notes on Logic Continued
CS128 – Discrete Mathematics for Computer Science
Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether.
Logic 2 The conditional and biconditional
Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether.
Mathematical Induction Assume that we are given an infinite supply of stamps of two different denominations, 3 cents and and 5 cents. Prove using mathematical.
Propositions and Truth Tables
Chapter 3 Section 4 – Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.3, Slide Logic The Study of What’s True or False or Somewhere in Between.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.3, Slide Logic The Study of What’s True or False or Somewhere in Between.
MATERI II PROPOSISI. 2 Tautology and Contradiction Definition A tautology is a statement form that is always true. A statement whose form is a tautology.
CSCI 115 Chapter 2 Logic. CSCI 115 §2.1 Propositions and Logical Operations.
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.
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley. All rights reserved.
Chapter Three Truth Tables 1. Computing Truth-Values We can use truth tables to determine the truth-value of any compound sentence containing one of.
How do I show that two compound propositions are logically equivalent?
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 3.3 Truth Tables for the Conditional and Biconditional.
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.
© 2010 Pearson Prentice Hall. All rights reserved. 1 §3.4, Truth Tables for the Conditional and the Biconditional.
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.
Chapter 1: The Foundations: Logic and Proofs
CSNB143 – Discrete Structure Topic 4 – Logic. Learning Outcomes Students should be able to define statement. Students should be able to identify connectives.
3.3 – The Conditional A conditional statement is a compound statement that uses the connective if…then. The conditional is written with an arrow, so “if.
Conditional statement or implication IF p then q is denoted p ⇒ q p is the antecedent or hypothesis q is the consequent or conclusion ⇒ means IF…THEN.
Chapter 1 Propositional Logic
Truth Tables for Negation, Conjunction, and Disjunction
2. The Logic of Compound Statements Summary
The Foundations: Logic and Proofs
AND.
Thinking Mathematically
Truth Tables and Equivalent Statements
CHAPTER 3 Logic.
Truth Tables for Negation, Conjunction, and Disjunction
Classwork/Homework Classwork – Page 90 (11 – 49 odd)
How do I show that two compound propositions are logically equivalent?
Biconditional - 2 CS-708.
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
3.4 Truth Tables for the Conditional and the Biconditional
Discrete Mathematics Lecture # 2.
Truth Tables How to build them
6.1 Symbols and Translation
Chapter 8 Logic Topics
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
1.2 Propositional Equivalences
Propositional Equivalences
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley.
TRUTH TABLES.
Discrete Mathematics Lecture 2: Propositional Logic
Logical Truth To show a statement A is a logic truth (tautology) ...
1.2 Propositional Equivalences
Discrete Mathematics Lecture 2: Propositional Logic
Statements of Symbolic Logic
CHAPTER 3 Logic.
1.2 Propositional Equivalences
Section 3.3 Truth Tables for the Conditional and Biconditional
Truth Tables for the Conditional and Biconditional
CHAPTER 3 Logic.
2-2 Logic Part 2 Truth Tables.
CHAPTER 3 Logic.
Truth Tables for Conditional and Biconditional Statements
Presentation transcript:

Thinking Mathematically Logic 3.4 Truth Tables for the Conditional and Biconditional

The Definition of the Conditional A conditional statement is false only when the antecedent (the “if” part) is true and the consequent (the “then” part) is false.

Example: The Conditional Exercise Set 3.4 #3 Construct a truth table for the statement ~(q  p)

The Definition of the Biconditional A biconditional statement is true only when the component statements have the same truth value. p  q is equivalent to (p  q) ^ (q  p)

Example: Biconditional Exercise Set 3.4 #21 Construct a truth table for (p  q)  p

A tautology is a statement that is always true. All entries in the final column of the truth table are T A self-contradiction is a compound statement that is false in all possible cases. All entries in the final column of the truth table are F Definition Tautology / Self Contradiction

Example: Tautology/Self- Contradiction Exercise Set 3.4 #35, 41 Construct a truth table to determine if the following statement is a tautology or self- contradiction. [(p  q) ^ ~q]  ~p (p ^ q) ^ (~p V ~q)

Thinking Mathematically Logic 3.4 Truth Tables for the Conditional and Biconditional