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

Slides:



Advertisements
Similar presentations
3.4 More on the Conditional
Advertisements

Propositional Equivalences
Types of Conditionals Geometry. The converse of a conditional statement is formed by switching the hypothesis and conclusion. p: x is prime. q: x is odd.
 Writing conditionals  Using definitions as conditional statements  Writing biconditionals  Making truth tables.
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.
MAT 142 Lecture Video Series. Truth Tables Objectives Construct a truth table for a given symbolic expression. Determine if two given statements are.
Conditional Statements
Conditional Statements
Truth Tables (MAT 142) Truth Tables.
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.
Truth, like gold, is to be obtained not by its growth, but by washing away from it all that is not gold. ~Leo Tolstoy.
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.
COS 150 Discrete Structures Assoc. Prof. Svetla Boytcheva Fall semester 2014.
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,
Review Complete the chart: pq Conditional p  q Converse _  _ TT TF FT FF.
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.
Thinking Mathematically Logic 3.5 Equivalent Statements and Variation of Conditional Statements.
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.
From conclusions by applying the laws of logic. Symbolic Notation Conditional statement If p, then qp ⟶q Converseq⟶p Biconditional p ⟷ q.
Conditional Statements Section 2-3 Conditional Statements If-then statements are called conditional statements. The portion of the sentence following.
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.
SPRITESPRITESPRITE SPRITE. SLOGAN p: You drink Sprite q: You obey your thirst.
 Outside across from the word: › write the symbol for conditional: p -> q  INSIDE: › How to write the statement : If p, then q. › Example : If an angle.
Inverse, Contrapositive & indirect proofs Sections 6.2/6.3.
If-then statements April 4, What is an if-then statement? One of the postulates we looked at earlier stated: If B is between A and C, then AB +
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.
Law of logic Lecture 4.
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.
If – Then Statements Lesson 1.5.
2. The Logic of Compound Statements Summary
Conditional Statements
Thinking Mathematically
Truth Tables and Equivalent Statements
Logic.
Discrete Mathematics Lecture # 2.
Warm Up:.
Equivalent Statements and Variations of Conditional Statements
Negations of Quantified Statements
Chapter 8 Logic Topics
Information Technology Department
MAT 142 Lecture Video Series
Section 3.4 Equivalent Statements
(1.4) An Introduction to Logic
Discrete Mathematics and Its Applications Kenneth H
Equivalent Statements
Discrete Mathematics Lecture # 3.
Equivalent Statements
Do Now:.
Copyright © Cengage Learning. All rights reserved.
1.3 Propositional Equivalences
CHAPTER 3 Logic.
Section 3.4 Equivalent Statements
Logic and Reasoning.
2-3 Conditional Statements
Angles, Angle Pairs, Conditionals, Inductive and Deductive Reasoning
Chapter 2: Geometric Reasoning
Different Forms of Conditional Statements
If v.s. Only If v.s. If and Only If (Iff)
Presentation transcript:

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

Equivalent Statements Two statements are “equivalent” if they have the same truth values.

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.

Converse and Inverse The converse and inverse are contrapositives and are equivalent. q  p is the converse of p  q. ~p  ~q is the inverse of p  q.

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

The Negation of a Conditional Statement The negation of p  q is p /\ ~q. This can be expressed as ~(p  q) ≡ p /\ ~q.

De Morgans Laws ~(p/\q) ≡ ~p\/~q

“De Morgans Laws” ~(p\/q) ≡ ~p/\~q