Skip to main content
Humanities LibreTexts

2.9: Material Equivalence

  • Page ID
    27927
  • \( \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}}\)

    As we saw in the last section, two different symbolic sentences can translate the same English sentence. In the last section I claimed that “~S ⊃ R” and “S v R” are equivalent. More precisely, they are equivalent ways of capturing the truth-functional relationship between propositions. Two propositions are materially equivalent if and only if they have the same truth value for every assignment of truth values to the atomic propositions. That is, they have the same truth values on every row of a truth table. The truth table below demonstrates that “~S ⊃ R” and “S v R” are materially equivalent.

    R S ~S ⊃ R S v R
    T T F T T
    T F T T T
    F T F T T
    F F T F F

    If you look at the truth values under the main operators of each sentence, you can see that their truth values are identical on every row. That means the two statements are materially equivalent and can be used interchangeably, as far as propositional logic goes.

    Let’s demonstrate material equivalence with another example. We have seen that we can translate “neither nor” statements as a conjunction of two negations. So, a statement of the form, “neither p nor q” can be translated:

    ~p ⋅ ~q

    But another way of translating statements of this form is as a negation of a disjunction, like this:

    ~(p v q)

    We can prove these two statements are materially equivalent with a truth table (below).

    p q ~p ⋅ ~q ~(p v q)
    T T F F F F T
    T F F F T F T
    F T T F F F T
    F F T T T T F

    Again, as you can see from the truth table, the truth values under the main operators of each sentence are identical on every row (i.e., for every assignment of truth values to the atomic propositions). In fact, there is a fifth truth functional connective called “material equivalence” or the “biconditional” that is defined as true when the atomic propositions share the same truth value, and false when the truth values different. Although we will not be relying on the biconditional, I provide the truth table for it below. The biconditional is represented using the symbol “≡” which is called a “tribar.”

    p q p ≡ q
    T T T
    T F F
    F T F
    F F T

    Some common ways of expressing the biconditional in English are with the phrases “if and only if” and “just in case.” If you have been paying close attention (or do from now on out) you will see me use the phrase “if and only if” often. It is most commonly used when one is giving a definition, such as the definition of validity and also in defining the “material equivalence” in this very section. It makes sense that the biconditional would be used in this way since when we define something we are laying down an equivalent way of saying it.

    Exercise

    Construct a truth table to determine whether the following pairs of statements are materially equivalent.

    1. A ⊃ B and ~A v B
    2. ~(A ⋅ B) and ~A v ~B
    3. A ⊃ B and ~B ⊃ ~A
    4. A v ~B and B ⊃ A
    5. B ⊃ A and A ⊃ B
    6. ~(A ⊃ B) and A ⋅ ~B
    7. A v B and ~A ⋅ ~B
    8. A v (B ⋅ C) and (A v B) ⋅ (A v C)
    9. (A v B) ⋅ C and A v (B ⋅ C)
    10. ~(A v B) and ~A v B


    This page titled 2.9: Material Equivalence is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Matthew Van Cleave.

    • Was this article helpful?