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.

Slides:



Advertisements
Similar presentations
3.4 More on the Conditional
Advertisements

MAT 142 Lecture Video Series
The Conditional & Biconditional MATH 102 Contemporary Math S. Rook.
Conditional Statements Geometry Chapter 2, Section 1.
 Writing conditionals  Using definitions as conditional statements  Writing biconditionals  Making truth tables.
Contrapositive and Inverse
Notes on Logic Continued
Copyright © Cengage Learning. All rights reserved. CHAPTER 2 THE LOGIC OF COMPOUND STATEMENTS THE LOGIC OF COMPOUND STATEMENTS.
2.2 Conditional Statements. Goals Identify statements which are conditional Identify the antecedent and consequent of a conditional statement Negate conditional.
Conditional Statements
Adapted from Discrete Math
More on Conditionals. Objectives Write the converse, inverse, and contrapositive of a given conditional statement. Determine the premise and conclusion.
Propositions and Truth Tables
Chapter 1 Section 1.4 More on Conditionals. There are three statements that are related to a conditional statement. They are called the converse, inverse.
Conditional Statements M Deductive Reasoning Proceeds from a hypothesis to a conclusion. If p then q. p  q hypothesis  conclusion.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.3, Slide Logic The Study of What’s True or False or Somewhere in Between.
Truth, like gold, is to be obtained not by its growth, but by washing away from it all that is not gold. ~Leo Tolstoy.
Section 1.5 Implications. Implication Statements If Cara has a piano lesson, then it is Friday. If it is raining, then I need to remember my umbrella.
Copyright © 2014, 2010, 2007 Pearson Education, Inc. Section 3.3, Slide Logic The Study of What’s True or False or Somewhere in Between.
Discrete Mathematics and Its Applications
Chapter 1: The Foundations: Logic and Proofs
Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 10 Logic Section 10.1 Statements Section 10.2 Conditional Statements Section.
(CSC 102) Lecture 3 Discrete Structures. Previous Lecture Summary Logical Equivalences. De Morgan’s laws. Tautologies and Contradictions. Laws of Logic.
Conditional Statements Conditional Statement: “If, then” format. Converse: “Flipping the Logic” –Still “if, then” format, but we switch the hypothesis.
Logic and Reasoning. Identify the hypothesis and conclusion of each conditional. Example 1: Identifying the Parts of a Conditional Statement A.If today.
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.
Conditional Statements Lesson 2-1. Conditional Statements have two parts: Hypothesis ( denoted by p) and Conclusion ( denoted by q)
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.
Section 2-1 Using Deductive Reasoning. If/then statements Called conditional statements or simply conditionals. Have a hypothesis (p) and a conclusion.
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.
 What are conditionals & biconditionals?  How do you write converses, inverses, and contrapositives?
Section 2-1 Conditional Statements. Conditional statements Have two parts: 1. Hypothesis (p) 2. Conclusion (q)
Thinking Mathematically Equivalent Statements, Conditional Statements, and De Morgan’s Laws.
2.2.1 Analyze Conditional Statements and Proof Chapter 2: Reasoning and Proof.
Section 2-2: Conditional Statements. Conditional A statement that can be written in If-then form symbol: If p —>, then q.
Unit 01 – Lesson 07 – Conditional Statements
Section 3.3 Using Laws of Logic. Using contrapositives  The negation of a hypothesis or of a conclusion is formed by denying the original hypothesis.
Lesson Aim: How do we recognize converses, inverses, contrapositive & conditional statements? Lesson Objectives: SWBAT Recognize converses, inverses, contrapositive.
 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.
Conditional Statements Geometry Chapter 2, Section 1.
2.2 Analyze Conditional Statements
Inverse, Contrapositive & indirect proofs Sections 6.2/6.3.
Section 2.3: Deductive Reasoning
Section 2.1 Geometric Statements. Definitions: Conditionals, Hypothesis, & Conclusions: A conditional statement is a logical statement that has two parts:
Conditional Statements Section 2-2. Objective Students will be able to recognize conditional statements and their parts to write converses, inverses,
Bellringer: Tuesday, September 1 Come up with a conjecture and a counterexample within your groups. Be prepared to share with the class. (you do not have.
Analyze Conditional Statements Objectives: 1.To write a conditional statement in if-then form 2.To write the negation, converse, inverse, and contrapositive.
CS-7081 Application - 1. CS-7082 Example - 2 CS-7083 Simplifying a Statement – 3.
Simple Logic.
Conditional Statements
Conditional Statements
Chapter 1 Lessons 1-4 to 1-8.
(CSC 102) Discrete Structures Lecture 2.
Warm Up:.
Equivalent Statements and Variations of Conditional Statements
2-2 Conditional Statements
Copyright © Cengage Learning. All rights reserved.
TRUTH TABLES continued.
(1.4) An Introduction to Logic
1 Chapter An Introduction to Problem Solving
Discrete Mathematics and Its Applications Kenneth H
1 Chapter An Introduction to Problem Solving
MAT 3100 Introduction to Proof
Do Now:.
1.3 Propositional Equivalences
CHAPTER 3 Logic.
Logic and Reasoning.
Conditional Statements Section 2.3 GEOMETRY
Presentation transcript:

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. “if q then p”, q  p is called the converse. “if not p then not q”, ~p  ~q, is called the inverse. “ if not q then not p”, ~q  ~p, is called the contrapositive.

Converse Example let us have 2 statements p: You play poker. q: You win money. The conditional p  q is “if you play poker, then you win money.” The converse of the conditional q  p is “if you win money then you play poker.” The converse is formed by interchanging the premise with the conclusion.

Inverse The inverse of the conditional p  q is the negation of the premise and the negation of the conclusion and keeping the same order. The inverse is ~p  ~q. Using the previous p and q. The inverse of the conditional is “if you do not play poker then you do not win money.”

Contrapositive When you negate the premise and conclusion of the conditional, and interchange the premise an conclusion, then you form the contrapositive of the conditional. The contrapositive of p  q is ~q  ~p. Using the previous p and q the contrapositive is “if you do not win money, the you do not play poker”.

Equivalent Conditionals The reason we look at these different forms of the conditional is that there are 2 pairs of equivalent statements. The conditional is equivalent to the contrapositive.( p  q ≡ ~q  ~p) The inverse is equivalent to the converse. ( q  p ≡ ~p  ~q)

Truth Tables conditionalcontrapositiveconverseInverse pq~p~qpqpq~q  ~pqpqp~p  ~q TTFFTTTT TFFTFFTT FTTFTTFF FFTTTTTT

The “only if” connective “You have a picnic only if today is a holiday.” This is translated as “if you have a picnic, the today is holiday.” The statement that follows the “only if” is the conclusion of the conditional. p only if q is equivalent to p  q or if p then q.

The if connective Be careful when reading conditionals that have the connective word if in the middle of the sentence. Example: Let’s look at a conventional conditional. If the Eagles beat the Falcons, then Mr. D will go to Jacksonville. This is of the form If p, then q. Where p is the simple statement: The Eagles beat the Falcons. q is the simple statement: Mr. D will go to Jacksonville. In symbols this is p  q. Here’s the tricky part, I can rewrite the original conditional with the word if in the middle of the sentence. Mr. D will go to Jacksonville, if the Eagles beat the Falcons. Notice that I reverse the p and q statements. In English the sentence is read q if p. This has the same meaning as If p, then q.

Biconditional p  q The biconditional is a two way conditional or two way implication. The symbol p  q is the same as saying p  q and q  p. We use the key words “if and only if”. “A citizen is eligible to vote if and only if the citizen is at least 18 years of age.” Which is the same as saying; “if the citizen is eligible to vote then the citizen is at least 18 years of age” and “the citizen is at least 18 years of age then the citizen is eligible to vote”.