Thinking Mathematically Logic 3.5 Equivalent Statements and Variation of Conditional Statements.

Slides:



Advertisements
Similar presentations
3.4 More on the Conditional
Advertisements

MAT 142 Lecture Video Series
Part 2 Module 2 The Conditional Statement. The Conditional Statement A conditional statement is a statement of the form "If p, then q," denoted pqpq.
Conditional Statements Geometry Chapter 2, Section 1.
Part 2 Module 2 The Conditional Statement. The Conditional Statement A conditional statement is a statement of the form "If p, then q," denoted pqpq.
CS128 – Discrete Mathematics for Computer Science
2.2 Conditional Statements. Goals Identify statements which are conditional Identify the antecedent and consequent of a conditional statement Negate conditional.
More on Conditionals Section 1.4. Introduction Given a conditional of the form “if p then q” p  q, we can then form 3 other forms of the conditional.
Conditional Statements
Conditional Statements
6-2 Reasoning and Proof. "Then you should say what you mean." the March Hare went on. "I do," Alice hastily replied; "at least -- at least I mean what.
More on Conditionals. Objectives Write the converse, inverse, and contrapositive of a given conditional statement. Determine the premise and conclusion.
Propositions and Truth Tables
Copyright 2013, 2010, 2007, Pearson, Education, Inc. Section 3.4 Equivalent Statements.
Chapter 3 Section 4 – Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Discrete Mathematics and Its Applications
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.
Thinking Mathematically Logic 3.6 Negations of Conditional Statements and De Morgan’s Laws.
Conditional. Conditional Statements Vocabulary Conditional: A compound sentence formed by using the words if….then. Given the simple sentences p and q,
Wednesday, October 24 th Aim: In what other ways can we potentially change the truth value of a conditional statement? Do Now: Write a TRUE conditional.
Chapter 2: The Logic of Compound Statements 2.2 Conditional Statements
Lecture 4. CONDITIONAL STATEMENTS: Consider the statement: "If you earn an A in Math, then I'll buy you a computer." This statement is made up of two.
CONDITIONALS. Conditional Statement: Any statement that is or can be written in if- then form. That is, If p then q.
Lecture Propositional Equivalences. Compound Propositions Compound propositions are made by combining existing propositions using logical operators.
HAWKES LEARNING Students Count. Success Matters. Copyright © 2015 by Hawkes Learning/Quant Systems, Inc. All rights reserved. Section 3.3 Logical Equivalence.
Thinking Mathematically Equivalent Statements, Conditional Statements, and De Morgan’s Laws.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 3 Logic.
2.2.1 Analyze Conditional Statements and Proof Chapter 2: Reasoning and Proof.
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.
Section 2-2: Conditional Statements. Conditional A statement that can be written in If-then form symbol: If p —>, then q.
Lesson Aim: How do we recognize converses, inverses, contrapositive & conditional statements? Lesson Objectives: SWBAT Recognize converses, inverses, contrapositive.
Thinking Mathematically
Conditional Statements Geometry Chapter 2, Section 1.
Chapter 1: The Foundations: Logic and Proofs
Logic The Lost Art of Argument. Logic - Review Proposition – A statement that is either true or false (but not both) Conjunction – And Disjunction – Or.
Inverse, Contrapositive & indirect proofs Sections 6.2/6.3.
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.
Chapter 2 Reasoning and Proof 2.1 Conditional Statements.
Module Code MA0003NI: Computing mathematics Lecture for Week Autumn.
CS-7081 Application - 1. CS-7082 Example - 2 CS-7083 Simplifying a Statement – 3.
Simple Logic.
2. The Logic of Compound Statements Summary
Thinking Mathematically
Truth Tables and Equivalent Statements
CPCS222 Discrete Structures I
Discrete Mathematics Lecture # 2.
Warm Up:.
Equivalent Statements and Variations of Conditional Statements
Negations of Quantified Statements
Chapter 8 Logic Topics
Information Technology Department
Conditional Statements: logical statements with two parts.
Section 3.4 Equivalent Statements
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.
Elementary Number Theory & Proofs
Equivalent Statements
Discrete Mathematics Lecture # 3.
Equivalent Statements
Do Now:.
1.3 Propositional Equivalences
CHAPTER 3 Logic.
Section 3.4 Equivalent Statements
Logic and Reasoning.
Conditional Statements Section 2.3 GEOMETRY
Different Forms of Conditional Statements
Presentation transcript:

Thinking Mathematically Logic 3.5 Equivalent Statements and Variation of Conditional Statements

Equivalent Statements Equivalent compound statements aer made up of the same simple statements and have the same corresponding truth values for all true-false combinations of these simple statements.

Example: Equivalent Statements Exercise Set 3.5 #7 (p ^ q) ^ r p ^ (q ^ r)

A Conditional Statement and Its Equivalent Contrapositive p  q ≡ ~q  ~p The truth value of a conditional statement does not change if the antecedent and consequent are reversed and both are negated. The statement ~q  ~p is called the contrapositive of the conditional p  q.

Example: Contrapositive Exercise Set 3.5 #19 What is the contrapositive of If I am in Chicago, then I am in Illinois.

Converse and Inverse The converse and inverse are contrapositives (of each other) and are equivalent. They are not equivalent to the original conditional statement. q  p is the converse of p  q. ~p  ~q is the inverse of p  q.

Example: Converse and Inverse Exercise Set 3.5 #19, 21 –What is the converse/inverse of If I am in Chicago, then I am in Illinois. –What is the converse/inverse/contrapositive of If the stereo is playing, then I cannot hear you.

Conditional Statements Let p and q be statements. NameSymbolic Form Conditional p  q Converseq  p Inverse~p  ~q Contrapositive~q  ~p

Thinking Mathematically Logic 3.5 Equivalent Statements, Conditional Statements, and De Morgan’s Laws