Thinking Mathematically Logic 3.6 Negations of Conditional Statements and De Morgan’s Laws.

Slides:



Advertisements
Similar presentations
Discrete Mathematics Lecture 1 Logic of Compound Statements
Advertisements

3 Logic The Study of What’s True or False or Somewhere in Between.
Chapter 3 Direct Proof and Proof by Contrapositive
The Foundation: Logic Conditional Statements Muhammad Arief download dari
MAT 142 Lecture Video Series. Truth Tables Objectives Construct a truth table for a given symbolic expression. Determine if two given statements are.
Propositional Logic. Negation Given a proposition p, negation of p is the ‘not’ of p.
1 Inference Rules and Proofs Z: Inference Rules and Proofs.
1 Inference Rules and Proofs Z: Inference Rules and Proofs.
1 Math 306 Foundations of Mathematics I Math 306 Foundations of Mathematics I Goals of this class Introduction to important mathematical concepts Development.
Chapter 9: Boolean Algebra
Logic Gates.
Logic Leo Cheung. Stuff you need to know Logical equivalence Write logical formula from truth table De Morgan’s Law Contrapositive If and only if Modus.
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley. All rights reserved.
Predicates and Quantifiers
Truth Tables (MAT 142) Truth Tables.
CSCI2110 – Discrete Mathematics Tutorial 8 Propositional Logic Wong Chung Hoi (Hollis)
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 3.4 Equivalent Statements.
DeMorgan Theorem, Computer Simulation Exercises
Thinking Mathematically Logic 3.1 Statements, Negations, and Quantified Statements.
COS 150 Discrete Structures Assoc. Prof. Svetla Boytcheva Fall semester 2014.
Thinking Mathematically Logic 3.5 Equivalent Statements and Variation of Conditional Statements.
Thinking Mathematically Equivalent Statements, Conditional Statements, and De Morgan’s Laws.
Thinking Mathematically Chapter 2 Set Theory 2.1 Basic Set Concepts.
Thinking Mathematically
Chapter 1: The Foundations: Logic and Proofs
Boolean Values The true story ;=P. Expressions.
Boolean Values The true story ;=P Thanks to Margaret Reid-Miller for her original ideas at Carnegie Mellon’s CSE.
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.
Thinking Mathematically Statements, Negations, and Quantified Statements.
1 Propositional Logic: Fundamental Elements for Computer Scientists 0. Motivation for Computer Scientists 1. Propositions and Propositional Variables 2.
Discrete Mathematics Lecture # 7. Bi conditional  If p and q are statement variables, the bi conditional of p and q is  “ p if, and only if, q ” and.
CHAPTER 1 INTRODUCTION TO DIGITAL LOGIC. De Morgan’s Theorem De Morgan’s Theorem.
DE MORGAN’S THEOREM. De Morgan’s Theorem De Morgan’s Theorem.
 2012 Pearson Education, Inc. Slide Chapter 3 Introduction to Logic.
Thinking Mathematically Logic 3.4 Truth Tables for the Conditional and Biconditional.
Discrete Mathematics Lecture # 4. Conditional Statements or Implication  If p and q are statement variables, the conditional of q by p is “If p then.
Dr. ClincyLecture Slide 1 CS Chapter 3 (3A and ) Part 2 of 8 Dr. Clincy Professor of CS.
Write, Interpret and Use Mathematical Expression and Equations.
CS-7081 Application - 1. CS-7082 Example - 2 CS-7083 Simplifying a Statement – 3.
Introduction to Logic © 2008 Pearson Addison-Wesley.
Morgan Kaufmann Publishers
The Foundations: Logic and Proofs
Thinking Mathematically
Truth Tables and Equivalent Statements
Chapter 1 – Logic and Proof
Lecture 03 Logic and Propositional Calculus Profs. Koike and Yukita
Logical Equivalence of Propositions
CHAPTER 2 Boolean Algebra
Classwork/Homework Classwork – Page 90 (11 – 49 odd)
How do I show that two compound propositions are logically equivalent?
Biconditional - 2 CS-708.
Discrete Mathematics Lecture # 2.
Warm Up:.
Chapter 8 Logic Topics
Propositional Equivalences
CHAPTER 2 Set Theory.
MAT 142 Lecture Video Series
Section 3.4 Equivalent Statements
TRUTH TABLES continued.
(1.4) An Introduction to Logic
De Morgan’s laws presentation
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
Discrete Mathematics Lecture 2: Propositional Logic
Equivalent Statements
Discrete Mathematics Lecture # 3.
Truth tables Construct a truth table for the following statements:
Equivalent Statements
DeMorgan's & related Laws
Section 3.4 Equivalent Statements
If v.s. Only If v.s. If and Only If (Iff)
Presentation transcript:

Thinking Mathematically Logic 3.6 Negations of Conditional Statements and De Morgan’s Laws

The Negation of a Conditional Statement The negation of p  q is p ^ ~q. This can be expressed as ~(p  q) ≡ p ^ ~q. ~(p  q) and p ^ ~q have opposite truth values for all values of p and q. Exercise Set 3.6 #3 What is the negation of If it is purple, then it is not a carrot.

De Morgans Laws ~(p ^ q) ≡ ~p V ~q

“De Morgans Laws” ~(p V q) ≡ ~p ^ ~q

Examples: DeMorgan’s Laws Exercise Set 3.5 #11, 15 Give an equivalent statement: It is not true that Australia and China are both islands. It is not the case that Jewish scripture gives a clear indication of heaven or an afterlife.

DeMorgan’s Laws Set Theory (A ∩ B)' = A' U B': (A U B)' = A' ∩ B' Logic ~(p ^ q) ≡ ~p V ~q ~(p V q) ≡ ~p ^ ~q

Thinking Mathematically Logic 3.6 Negations of Conditional Statements and De Morgan’s Laws