Skip to main content
Mathematics LibreTexts

2.6: Equivalent Statements

  • Page ID
    129512
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Two people are standing outside. One speaks with his hands open, while the other listens.

     

    Figure \(\PageIndex{1}\): How your logical argument is stated affects the response, just like how you speak when holding a conversation can affect how your words are received. (credit: modification of work by Goelshivi/Flickr, Public Domain Mark 1.0)

     
    Learning Objectives

    After completing this section, you should be able to:

    1. Determine whether two statements are logically equivalent using a truth table.
    2. Compose the converse, inverse, and contrapositive of a conditional statement

    Have you ever had a conversation with or sent a note to someone, only to have them misunderstand what you intended to convey? The way you choose to express your ideas can be as, or even more, important than what you are saying. If your goal is to convince someone that what you are saying is correct, you will not want to alienate them by choosing your words poorly.

    Logical arguments can be stated in many different ways that still ultimately result in the same valid conclusion. Part of the art of constructing a persuasive argument is knowing how to arrange the facts and conclusion to elicit the desired response from the intended audience.

    In this section, you will learn how to determine whether two statements are logically equivalent using truth tables, and then you will apply this knowledge to compose logically equivalent forms of the conditional statement. Developing this skill will provide the additional skills and knowledge needed to construct well-reasoned, persuasive arguments that can be customized to address specific audiences.

    Checkpoint

    An alternate way to think about logical equivalence is that the truth values have to match. That is, whenever pp is true, qq is also true, and whenever pp is false, qq is also false.

    Determine Logical Equivalence

    Two statements, pp and qq, are logically equivalent when pqpq is a valid argument, or when the last column of the truth table consists of only true values. When a logical statement is always true, it is known as a tautology. To determine whether two statements pp and qq are logically equivalent, construct a truth table for pqpq and determine whether it valid. If the last column is all true, the argument is a tautology, it is valid, and pp is logically equivalent to qq; otherwise, pp is not logically equivalent to qq.

    Exercise \(\PageIndex{1}\)

    Determining Logical Equivalence with a Truth Table

    Create a truth table to determine whether the following compound statements are logically equivalent.

    1. pq;pq; ~p ~q~p ~q
    2. pq;pq; ~pq
    Answer

    1. Construct a truth table for the biconditional formed by using the first statement as the hypothesis and the second statement as the conclusion, ( p → q ) ↔ ( ~ p → ~ q ).

    pp qq pqpq ~p~p ~q~q ~p ~q~p ~q (pq)(~p ~q)(pq)(~p ~q)
    T T T F F T T
    T F F F T T F
    F T T T F F F
    F F T T T T T

    Because the last column it not all true, the biconditional is not valid and the statement pqpq is not logically equivalent to the statement ~p ~q~p ~q.

    2. Construct a truth table for the biconditional formed by using the first statement as the hypothesis and the second statement as the conclusion,
    ( p → q) ↔ ( ~ p ∨ q ) . 

    pp qq pqpq ~p~p ~pq~pq (pq)(~pq)(pq)(~pq)
    T T T F T T
    T F F F F T
    F T T T T T
    F F T T T T

    Because the last column is true for every entry, the biconditional is valid and the statement pqpq is logically equivalent to the statement ~pq~pq. Symbolically, pq ~pq.

     

    Your Turn \(\PageIndex{1}\)

    Create a truth table to determine whether the following compound statements are logically equivalent.

    1. \(p \rightarrow q ; q \rightarrow \sim p\)
    2. \(p \rightarrow q ; p \vee \sim q\)

    Compose the Converse, Inverse, and Contrapositive of a Conditional Statement

    The converse, inverse, and contrapositive are variations of the conditional statement, pq.pq.

    • The converse is if qq then pp, and it is formed by interchanging the hypothesis and the conclusion. The converse is logically equivalent to the inverse.
    • The inverse is if ~p~p then ~q~q, and it is formed by negating both the hypothesis and the conclusion. The inverse is logically equivalent to the converse.
    • The contrapositive is if ~q~q then ~p~p, and it is formed by interchanging and negating both the hypothesis and the conclusion. The contrapositive is logically equivalent to the conditional.

    The table below shows how these variations are presented symbolically.

      Conditional Contrapositive Converse Inverse
    pp qq ~p~p ~q~q pqpq ~q ~p~q ~p qpqp ~p ~q~p ~q
    T T F F T T T T
    T F F T F F T T
    F T T F T T F F
    F F T T T T T T

     

    Exercise \(\PageIndex{2}\)

    Writing the Converse, Inverse, and Contrapositive of a Conditional Statement

    Use the statements, pp: Harry is a wizard and qq: Hermione is a witch, to write the following statements:

    1. Write the conditional statement, pqpq, in words.
    2. Write the converse statement, qpqp, in words.
    3. Write the inverse statement, ~p ~q~p ~q, in words.
    4. Write the contrapositive statement, ~q ~p~q ~p, in words.
    Answer
    1. The conditional statement takes the form, “if p p , then q q ,” so the conditional statement is: “If Harry is a wizard, then Hermione is a witch.” Remember the ifthen … words are the connectives that form the conditional statement.
    2. The converse swaps or interchanges the hypothesis, p p , with the conclusion, q q . It has the form, “if q q , then p p .” So, the converse is: "If Hermione is a witch, then Harry is a wizard."
    3. To construct the inverse of a statement, negate both the hypothesis and the conclusion. The inverse has the form, “if ~ p ~ p , then ~ q ~ q ,” so the inverse is: "If Harry is not a wizard, then Hermione is not a witch."
    4. The contrapositive is formed by negating and interchanging both the hypothesis and conclusion. It has the form, “if ~ q ~ q , then ~ p ~ p ," so the contrapositive statement is: "If Hermione is not a witch, then Harry is not a wizard."

     

    Your Turn \(\PageIndex{2}\)

    Use the statements, \(p\) : Elvis Presley wore capes and \(q\) : Some superheroes wear capes, to write the following statements:

    1. Write the conditional statement, \(p \rightarrow q\), in words.
    2. Write the converse statement, \(q \rightarrow p\), in words.
    3. Write the inverse statement, \(\sim p \rightarrow \sim q\), in words.
    4. Write the contrapositive statement, \(\sim q \rightarrow \sim p\), in words.

     

    Exercise \(\PageIndex{3}\)

    Use the conditional statement, “If all dogs bark, then Lassie likes to bark,” to identify the following.

    1. Write the hypothesis of the conditional statement and label it with a pp.
    2. Write the conclusion of the conditional statement and label it with a qq.
    3. Identify the following statement as the converse, inverse, or contrapositive: “If Lassie likes to bark, then all dogs bark.”
    4. Identify the following statement as the converse, inverse, or contrapositive: “If Lassie does not like to bark, then some dogs do not bark.”
    5. Which statement is logically equivalent to the conditional statement?
    Answer
    1. The hypothesis is the phrase following the if. The answer is p: All dogs bark. Notice, the word if is not included as part of the hypothesis.
    2. The conclusion of a conditional statement is the phrase following the then. The word then is not included when stating the conclusion. The answer is: q: Lassie likes to bark.
    3. “Lassie likes to bark” is q and “All dogs bark” is p. So, “If Lassie likes to bark, then all dogs bark,” has the form “if q, then p,” which is the form of the converse. “Lassie does not like to bark” is ~ q and “Some dogs do not bark” is ~ p. The statement, “If Lassie does not like to bark, then some dogs do not bark,” has the form “if ~ q, then ~ p,” which is the form of the contrapositive.
    4. The contrapositive ~ q → ~ p is logically equivalent to the conditional statement p → q .

     

    Your Turn \(\PageIndex{3}\)

    Use the conditional statement, “If Dora is an explorer, then Boots is a monkey,” to identify the following:

    1. Write the hypothesis of the conditional statement and label it with a p�.

    2. Write the conclusion of the conditional statement and label it with a q�.

    3. Identify the following statement as the converse, inverse, or contrapositive: “If Dora is not an explorer, then Boots is not a monkey.”

    4. Identify the following statement as the converse, inverse, or contrapositive: “If Boots is a monkey, then Dora is an explorer.”

    5. Which statement is logically equivalent to the inverse?

     
     
    Exercise \(\PageIndex{4}\)

    Assume the conditional statement, p→q:: “If Chadwick Boseman was an actor, then Chadwick Boseman did not star in the movie Black Panther” is false, and use it to answer the following questions.

    1. Write the converse of the statement in words and determine its truth value.
    2. Write the inverse of the statement in words and determine its truth value.
    3. Write the contrapositive of the statement in words and determine its truth value.
    Answer

    The only way the conditional statement can be false is if the hypothesis, p: Chadwick Boseman was an actor, is true and the conclusion, q: Chadwick Boseman did not star in the movie Black Panther, is false. The converse is q → p, and it is written in words as: “If Chadwick Boseman did not star in the movie Black Panther, then Chadwick Boseman was an actor.” This statement is true, because false → true is true.

    The inverse has the form “ ~ p → ~ q.” The written form is: “If Chadwick Boseman was not an actor, then Chadwick Boseman starred in the movie Black Panther.” Because p is true, and q is false, ~ p is false, and ~ q is true. This means the inverse is false →  true, which is true. Alternatively, from Question 1, the converse is true, and because the inverse is logically equivalent to the converse it must also be true.

    The contrapositive is logically equivalent to the conditional. Because the conditional is false, the contrapositive is also false. This can be confirmed by looking at the truth values of the contrapositive statement. The contrapositive has the form “ ~ q → ~ p.” Because q is false and p is true, ~ q is true and ~ p is false. Therefore, ~ q → ~ p  is true →  false, which is false. The written form of the contrapositive is “If Chadwick Boseman starred in the movie Black Panther, then Chadwick Boseman was not an actor.”

     

    Your Turn \(\PageIndex{4}\)

    Assume the conditional statement p→q: “If my friend lives in San Francisco, then my friend does not live in California” is false, and use it to answer the following questions.

    1. Write the converse of the statement in words and determine its truth value.

    2. Write the inverse of the statement in words and determine its truth value.

    3. Write the contrapositive of the statement in words and determine its truth value.

     
     

    Check Your Understanding

     
    1. Two statements p and q are logically equivalent to each other if the biconditional statement, p \leftrightarrow q is ________________. 
       
    2. The _____ statement has the form, “p then q.”
       
    3. The contrapositive is _____________ ___________ to the conditional statement, and has the form, "if ~q, then ~p."
       
    4. The _________________ of the conditional statement has the form, "if ~p, then ~q."
       
    5. The _________________ of the conditional statement is logically equivalent to the _______________ and has the form, "if q then p."

    Section 2.5 Exercises

     

    For the following exercises, determine whether the pair of compound statements are logically equivalent by constructing a truth table.

    1. Converse: \(q \rightarrow p\) and inverse: \(\sim p \rightarrow \sim q\)
     
    2. Conditional: \(p \rightarrow q\) and contrapositive: \(\sim q \rightarrow \sim p\)
     
    3. Inverse: \(\sim p \rightarrow \sim q\) and contrapositive: \(\sim q \rightarrow \sim p\)
     
    4. Conditional: \(p \rightarrow q\) and converse: \(q \rightarrow p\)
     
    5. \(\sim p \rightarrow q\) and \(p \vee \sim q\)
     
    6. \(\sim p \rightarrow q\) and \(p \vee q\)
     
    7. \(\sim(p \wedge q)\) and \(\sim p \wedge \sim q\)
     
    8. \(\sim(p \wedge q)\) and \(\sim p \vee \sim q\)
     
    9. \(p \wedge(q \vee r)\) and \((p \wedge q) \vee(p \wedge r)\)
     
    10. \(p \wedge(q \vee r)\) and \((p \wedge q) \vee r\)
     
    For the following exercises, answer the following:
     
    a. Write the conditional statement \(p \rightarrow q\) in words.
     
    b. Write the converse statement \(q \rightarrow p\) in words.
     
    c. Write the inverse statement \(\sim p \rightarrow \sim q\) in words.
     
    d. Write the contrapositive statement \(\sim q \rightarrow \sim p\) in words.
     
    11. \(p\) : Six is afraid of Seven and \(q\) : Seven ate Nine.
     
    12. \(p\) : Hope is eternal and \(q\) : Despair is temporary.
     
    13. \(p\) : Tom Brady is a quarterback and \(q\) : Tom Brady does not play soccer.
     
    14. \(p\) : Shakira does not sing opera and \(q\) : Shakira sings popular music.
     
    15. \(p\) :The shape does not have three sides and \(q\) : The shape is not a triangle.
     
    16. \(p\) : All birds can fly and \(q\) : Emus can fly.
     
    17. \(p\) : Penguins cannot fly and \(q\) : Some birds can fly.
     
    18. \(p\) : Some superheroes do not wear capes and \(q\) : Spiderman is a superhero.
     
    19. \(p\) : No Pokémon are little ponies and \(q\) : Bulbasaur is a Pokémon.
     
    20. \(p\) : Roses are red, and violets are blue and \(q\) : Sugar is sweet, and you are sweet too.
     
    For the following exercises, use the conditional statement: "If Clark Kent is Superman, then Lois Lane is not a reporter," to answer the following questions.
     
    21. Write the hypothesis of the conditional statement, label it with a \(p\), and determine its truth value.
     
    22. Write the conclusion of the conditional statement, label it with a \(q\), and determine its truth value.
     
    23. Identify the following statement as the converse, inverse, or contrapositive, and determine its truth value: "If Clark Kent is not Superman, then Lois Lane is a reporter."
     
    24. Identify the following statement as the converse, inverse, or contrapositive, and determine its truth value: "If Lois Lane is a reporter, then Clark Kent is not Superman."
     
    25. Which form of the conditional is logically equivalent to the converse?
     
    For the following exercises, use the conditional statement: "If The Masked Singer is not a music competition, then Donnie Wahlberg was a member of New Kids on the Block," to answer the following questions.
     
    26. Write the hypothesis of the conditional statement, label it with a \(p\), and determine its truth value.
     
    27. Write the conclusion of the conditional statement, label it with a \(q\), and determine its truth value.
     
    28. Identify the following statement as the converse, inverse, or contrapositive, and determine its truth value: "If Donnie Wahlberg was a member of New Kids on the Block, then The Masked Singer is not a music competition."
     
    29. Identify the following statement as the converse, inverse, or contrapositive, and determine its truth value: "If The Masked Singer is a music competition, then Donnie Wahlberg was not a member of New Kids on the Block."
     
    30. Which form of the conditional is logically equivalent to the contrapositive, \(\sim q \rightarrow \sim p\) ?
     
    For the following exercises, use the conditional statement: "If all whales are mammals, then no fish are whales," to answer the following questions.
     
    31. Write the hypothesis of the conditional statement, label it with a \(p\), and determine its truth value.
     
    32. Write the conclusion of the conditional statement, label it with a \(q\), and determine its truth value.
     
    33. Identify the following statement as the converse, inverse, or contrapositive, and determine its truth value: "If some fish are whales, then some whales are not mammals."
     
    34. Write the inverse in words and determine its truth value.
     
    35. Write the converse in words and determine its truth value.
     
    For the following exercises, use the conditional statement: "If some parallelograms are rectangles, then some circles are not symmetrical," to answer the following questions.
     
    36. Write the hypothesis of the conditional statement, label it with a \(p\), and determine its truth value.
     
    37. Write the conclusion of the conditional statement, label it with a \(q\), and determine its truth value.
     
    38. Write the converse in words and determine its truth value.
     
    39. Write the contrapositive in words and determine its truth value.
     
    40. Write the inverse in words and determine its truth value.

    This page titled 2.6: Equivalent Statements is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by OpenStax via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.