Logic – Bell Ringer.

Slides:



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

TRUTH TABLES Section 1.3.
Truth Functional Logic
Goals Determine the true value of statements with AND, OR, IF..THEN. Negate statements with the connectives above Construct truth tables Understand when.
Uses for Truth Tables Determine the truth conditions for any compound statementDetermine the truth conditions for any compound statement Determine whether.
Propositional Logic. Negation Given a proposition p, negation of p is the ‘not’ of p.
Discrete Mathematics Math 6A Instructor: M. Welling.
Adapted from Discrete Math
IB Math Studies – Topic 3. IB Course Guide Description.
Propositions and Truth Tables
Section 1-4 Logic Katelyn Donovan MAT 202 Dr. Marinas January 19, 2006.
Discrete Mathematics and Its Applications
Chapter 1 The Logic of Compound Statements. Section 1.1 Logical Form and Logical Equivalence.
BY: MISS FARAH ADIBAH ADNAN IMK. CHAPTER OUTLINE: PART III 1.3 ELEMENTARY LOGIC INTRODUCTION PROPOSITION COMPOUND STATEMENTS LOGICAL.
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.
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.
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.
Logic. Statements, Connectives, and Quantifiers In symbolic logic, we only care whether statements are true or false – not their content. In logic, a.
Logical Form and Logical Equivalence Lecture 1 Section 1.1 Wed, Jan 12, 2005.
CSNB143 – Discrete Structure Topic 4 – Logic. Learning Outcomes Students should be able to define statement. Students should be able to identify connectives.
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.
 To combine propositions using connectives  To construct the truth table of a given compound proposition  To define de Morgan Law for logic  To define.
 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.
Chapter 1. Chapter Summary  Propositional Logic  The Language of Propositions (1.1)  Logical Equivalences (1.3)  Predicate Logic  The Language of.
Simple Logic.
Chapter 1 Propositional Logic
Introduction to Logic © 2008 Pearson Addison-Wesley.
Truth Tables for Negation, Conjunction, and Disjunction
Symbolic Logic Pratibha Sinha.
Presented by: Tutorial Services The Math Center
AND.
DISCRETE MATHEMATICS CHAPTER I.
CSNB 143 Discrete Mathematical Structures
Truth Tables and Equivalent Statements
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?
2.1 Propositions and Logical Operations
Truth Tables – Logic (Continued)
The Foundations: Logic and Proofs
Principles of Computing – UFCFA3-30-1
Symbolic Logic Pratibha Sinha.
Chapter 8 Logic Topics
The Lost Art of Argument
1.2 Propositional Equivalences
Chapter 1 The Foundations: Logic and Proof, Sets, and Functions
CS201: Data Structures and Discrete Mathematics I
TRUTH TABLES.
Applied Discrete Mathematics Week 1: Logic
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
1.2 Propositional Equivalences
MAT 3100 Introduction to Proof
Discrete Mathematics Lecture 2: Propositional Logic
Equivalent Statements
Statements of Symbolic Logic
Section 3.7 Switching Circuits
And represent them using Venn Diagrams.
1.2 Propositional Equivalences
8A, 8B Propositions Unit 7: Logic and Sets 8A, 8B 6/1/ :59 AM.
CS201: Data Structures and Discrete Mathematics I
2-2 Logic Vocab Statement: A sentence that is either true or false
Truth tables.
Presentation transcript:

Logic – Bell Ringer

Symbolic Logic & Propositions A proposition is a statement that is either true or false. Questions, commands, or exclamations would not be propositions, as they are neither true nor false. Examples: It is raining. The car is out of gas. I wore shorts. Non-Examples: Clean your room. Are you hot? Ouch, that hurt!

Symbolic Logic & Propositions Not a proposition. Determine if each of the following is proposition. The door is open. Do your homework. The contract is not signed. Are you hungry? Yes, I passed my test! I bought a drink.

Compound Statements A compound statement is two or more propositions joined with logic connectives. Logic Connective Name Meaning Example ∧ Conjunction and 𝑝∧𝑞 “𝑝 and 𝑞” ∨ Disjunction one or the other OR both 𝑝∨𝑞 “𝑝 or 𝑞” Exclusive Disjunction one or the other but not both p ∨ q “𝑝 or 𝑞, but not both” ¬ Negation not ¬𝑝 “not 𝑝” ⇒ Implication If, then 𝑝⇒𝑞 ”If 𝑝, then 𝑞” ⇔ Equivalence If and only if 𝑝⇔𝑞 “𝑝 if and only if 𝑞”

Truth Tables To determine if an argument is logically valid, use a truth table. A truth table shows all possible truth outcomes of a proposition or compound statement. In IB Math Studies, there is a maximum number of propositions used for truth tables.

Truth Tables In order to correctly complete the truth tables, an understanding of logic connectives is required. True is denoted by “T” and false by “F”. To begin a truth, the first columns are simply the truth combinations of the given propositions.

Truth Tables ¬𝑝 “not” – this switches the truth value of the given proposition. 𝑝∧𝑞 “and” – in order for this to be true, both truth values must be true. p ∨ q “or” – in order for this to be true, one OR the other OR both of the truth values must be true. p ∨ q “one or the other but not both” – in order for this to be true, ONLY one of these values can be true.

Implication Let p: I sell 10 houses. Let q: I get a bonus. Using the true/false truth values for p and q, can you determine when “If I sell 10 houses, then I get a bonus” will be true. The only way for an implication to be false is for “If TRUE, then FALSE”.

Equivalence Let p: I sell 10 houses. Let q: I get a bonus. Using the true/false truth values for p and q, can you determine when “I sell 10 houses, if and only if, I get a bonus” Equivalence is only true when the individual truth values are equivalent (both are true or both are false).

Truth Tables – Guided Practice Construct a truth table for the following compound propositions: 𝑝∧¬𝑞 ¬ 𝑝∨𝑞 ¬𝑞⇒𝑝 𝑝∧𝑟 ⇔(¬p ⋁ q)