Thinking Mathematically Logic 3.2 Compound Statements and Connectives.

Slides:



Advertisements
Similar presentations
Geometry Logic.
Advertisements

Statements, Connectives, and Quantifiers
Chapter Two Symbolizing in Sentential Logic This chapter is a preliminary to the project of building a model of validity for sentential arguments. We.
04 March 2009Instructor: Tasneem Darwish1 University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department Introduction.
Today’s Topics n Symbolizing conditionals and bi-conditionals n Other complex symbolizations. n Unless.
Propositional Logic. Negation Given a proposition p, negation of p is the ‘not’ of p.
Adapted from Discrete Math
CSCI2110 – Discrete Mathematics Tutorial 8 Propositional Logic Wong Chung Hoi (Hollis)
Propositions and Truth Tables
Section 1-4 Logic Katelyn Donovan MAT 202 Dr. Marinas January 19, 2006.
Discrete Mathematics CS 285. Lecture 12 Section 1.1: Logic Axiomatic concepts in math: Equals Opposite Truth and falsehood Statement Objects Collections.
Thinking Mathematically Logic 3.1 Statements, Negations, and Quantified Statements.
Chapter 5 – Logic CSNB 143 Discrete Mathematical Structures.
2.2 Statements, Connectives, and Quantifiers
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Objectives 1. Statements, quantifiers, and compound statements 2. Statements involving the words not,
Discrete Mathematics Lecture1 Miss.Amal Alshardy.
Logic Disjunction A disjunction is a compound statement formed by combining two simple sentences using the word “OR”. A disjunction is true when at.
Conjunction A conjunction is a compound statement formed by combining two simple sentences using the word “AND”. A conjunction is only true when both.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.1, Slide Logic The Study of What’s True or False or Somewhere in Between.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.1, Slide Logic The Study of What’s True or False or Somewhere in Between.
CSNB143 – Discrete Structure LOGIC. Learning Outcomes Student should be able to know what is it means by statement. Students should be able to identify.
Chapter 2: The Logic of Compound Statements 2.2 Conditional Statements
Thinking Mathematically Compound Statements and Connectives.
LOGIC Lesson 2.1. What is an on-the-spot Quiz  This quiz is defined by me.  While I’m having my lectures, you have to be alert.  Because there are.
1 Introduction to Abstract Mathematics Expressions (Propositional formulas or forms) Instructor: Hayk Melikya
Thinking Mathematically
CSNB143 – Discrete Structure Topic 4 – Logic. Learning Outcomes Students should be able to define statement. Students should be able to identify connectives.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 3 Logic.
9.2 Compound Sentences Standard 5.0, 24.0 Standard 5.0, 24.0 Two Key Terms Two Key Terms.
Mathematics for Comter I Lecture 2: Logic (1) Basic definitions Logical operators Translating English sentences.
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.
 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.
INTRODUCTION TO LOGIC. PURPOSE: – To distinguish good arguments from poor ones Arguments consist of STATEMENTS – A statement is a sentence that can be.
Logical Operators (Connectives) We will examine the following logical operators: Negation (NOT,  ) Negation (NOT,  ) Conjunction (AND,  ) Conjunction.
Simple Logic.
Discrete Structures for Computer Science Presented By: Andrew F. Conn Slides adapted from: Adam J. Lee Lecture #1: Introduction, Propositional Logic August.
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
1-4 Solving Inequalities
AND.
DISCRETE MATHEMATICS CHAPTER I.
CSNB 143 Discrete Mathematical Structures
Today’s Topics Symbolizing conditionals and bi-conditionals
Discrete Mathematics Logic.
Thinking Mathematically
Truth Tables and Equivalent Statements
Truth Tables for Negation, Conjunction, and Disjunction
Logic.
Information Technology Department
Chapter 3 Introduction to Logic © 2008 Pearson Addison-Wesley.
Chapter 3 Introduction to Logic 2012 Pearson Education, Inc.
(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
Discrete Mathematics Logic.
Discrete Mathematics Lecture 1: Introduction
Discrete Mathematics Lecture 2: Propositional Logic
Statements of Symbolic Logic
CHAPTER 3 Logic.
Algebra 1 Section 4.5.
Discrete Mathematics Lecture 1: Introduction
Section 3.2 Truth Tables for Negation, Conjunction, and Disjunction
Statements and Logical Connectives
2-2 Logic Vocab Statement: A sentence that is either true or false
Truth Tables for Conditional and Biconditional Statements
Presentation transcript:

Thinking Mathematically Logic 3.2 Compound Statements and Connectives

“Compound” Statements Simple statements can be connected with “and”, “Either … or”, “If … then”, or “if and only if.” These more complicated statements are called “compound.”

Symbolic Logic NameSymbolic Form Read Negation ~p not p Conjunction p/\q p and q Disjunction p\/q p or q

Symbolic Logic (cont.) NameSymbolic FormRead Conditional p  q if p then q p is sufficient for q q is necessary for p Biconditional p  q p if and only if q p is necessary and sufficient for q q is necessary and sufficient for p

Examples Exercise Set 3.2 #3, #7 p: I’m leaving. q: You’re staying. You’re staying and I’m not leaving. p: I study q: I pass the course I study or I pass the course.

Examples Exercise Set 3.2 #11, #23 p: This is an alligator. q: This is a reptile. If this is an alligator, then this is a reptile. p: You are human. q: You have feathers. Being human is sufficient for not having feathers.

Examples Exercise Set 3.2 #35, #49 p: The heater is working q: The house is cold p \/ ~q p: Romeo loves Juliet. q: Juliet loves Romeo. ~(p /\ q)

Dominance of Connectives 1.Negation (~) 2.Conjunction/Disjunction ( /\, \/ ) 3.Conditional (  ) 4.Biconditional (  ) The most dominant is applied last Analogous to order of operations in algebra

Examples Exercise Set 3.2 #59, #79 p: The temperature outside is freezing. q: The heater is working. r: The house is cold. The temperature outside is freezing and the heater is working, or the house is cold. p: The temperature is above 85 o q: We finished studying r: We go to the beach. ~r  ~(p /\ q)

Examples Exercise Set 3.2 #85 I miss class if and only if it’s not true that both I like the teacher and the course is interesting.

Thinking Mathematically Logic 3.2 Compound Statements and Connectives