Processing math: 92%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2.5: Logical Equivalences

( \newcommand{\kernel}{\mathrm{null}\,}\)

Tautology & Contradiction

Definition

A tautology is a proposition that is always true, regardless of the truth values of the propositional variables it contains.

Definition

A proposition that is always false is called a contradiction.

 A proposition that is neither a tautology nor a contradiction is called a contingency. The term contingency is not as widely used as the terms tautology and contradiction.

Example 2.5.1

From the following truth table p¯pp¯pp¯pTFTFFTTF we gather that p¯p is a tautology, and p¯p is a contradiction.

In words, p¯p says that either the statement p is true, or the statement ¯p is true (that is, p is false). This claim is always true.

The compound statement p¯p claims that p is true, and at the same time, ¯p is also true (which means p is false). This is clearly impossible. Hence, p¯p must be false.

 

Example 2.5.2

Show that (pq)(¯q¯p) is a tautology.

Answer

We can use a truth table to verify the claim. pqpq¯q¯p¯q¯p(pq)(¯q¯p)TTTTTFTTFFTFFTFTTFTTTFFTTTTT Note how we work on each component of the compound statement separately before putting them together to obtain the final answer.

Example 2.5.3

Show that the argument

“If p and q, then r. Therefore, if not r, then not p or not q.”

is valid. In other words, show that the logic used in the argument is correct.

Answer

Symbolically, the argument says [(pq)r][¯r(¯p¯q)]. We want to show that it is a tautology. It is easy to verify with a truth table. We can also argue that this compound statement is always true by showing that it can never be false.

Suppose, on the contrary, that ([eqn:tautology]) is false for some choices of p, q, and r. Then (pq)rmust be true,and¯r(¯p¯q)must be false. For the second implication to be false, we need ¯rto be true,and¯p¯qto be false. They in turn imply that r is false, and both ¯p and ¯q are false; hence both p and q are true. This would make (pq)r false, contradicting the assumption that it is true. Thus, ([eqn:tautology]) cannot be false, it must be a tautology.

hands-on exercise 2.5.1

Use a truth table to show that [(pq)r][¯r(¯p¯q)] is a tautology.

 

Answer

We need eight combinations of truth values in p, q, and r. We list the truth values according to the following convention. In the first column for the truth values of p, fill the upper half with T and the lower half with F. In the next column for the truth values of q, repeat the same pattern, separately, with the upper half and the lower half. So we split the upper half of the second column into two halves, fill the top half with T and the lower half with F. Likewise, split the lower half of the second column into two halves, fill the top half with T and the lower half with F. Repeat the same pattern with the third column for the truth values of r, and so on if we have more propositional variables.

Complete the following table: pqrpq(pq)r¯r¯p¯q¯p¯q¯r(¯p¯q)[(pq)r][¯r(¯p¯q)]TTTTTFTFTTFFFTTFTFFFTFFF Question: If there are four propositional variables in a proposition, how many rows are there in the truth table?

 

Biconditional and Equivalence

Note

Two logical formulas p and q are logically equivalent, denoted pq, (defined in section 2.2) if and only if  pq is a tautology.

We are not saying that p is equal to q. Since p and q represent two different statements, they cannot be the same. What we are saying is, they always produce the same truth value, regardless of the truth values of the underlying propositional variables. That is why we write pq instead of p=q.

Example 2.5.4

We have learned that pq(pq)(qp), which is the reason why we call pq a biconditional statement.

Example 2.5.5

 

Use truth tables to verify the following equivalent statements.

  • pq¯pq. [equiv1]
  • p(qr)(pq)(pr). [equiv2]
Answer

The truth tables for (a) and (b) are depicted below. pqpq¯p¯pqTTTFTTFFFFFTTTTFFTTT Example ([equiv1]) is an important result. It says that pq is true when one of these two things happen: (i) when p is false, (ii) otherwise (when p is true) q must be true.

hands-on exercise 2.5.2

Use truth tables to establish these logical equivalences.

  1. pq¯q¯p
  2. ppp
  3. pq¯¯p¯q
  4. pq(pq)(qp)

 

Answer

We have set up the table for (a), and leave the rest to you.

pqpq¯q¯p¯q¯pTTTFFTFF

hands-on exercise 2.5.3

 

The logical connective exclusive or, denoted pq, means either p or q but not both. Consequently, pq(pq)¯(pq)(p¯q)(¯pq). Construct a truth table to verify this claim

 

Properties

Properties of Logical Equivalence. Denote by T and F a tautology and a contradiction, respectively. We have the following properties for any propositional variables p, q, and r.

  1. Commutative properties: pqqp,pqqp.

  2. Associative properties: (pq)rp(qr),(pq)rp(qr).

  3. Distributive laws: p(qr)(pq)(pr),p(qr)(pq)(pr).

  4. Idempotent laws: ppp,ppp.

  5. De Morgan’s laws: ¯pq¯p¯q,¯pq¯p¯q.

  6. Laws of the excluded middle, or inverse laws: p¯pT,p¯pF.

  7. Identity laws: pFp,pTp.

  8. Domination laws: pTT,pFF.

  9. Equivalence of an implication and its contrapositive: pq¯q¯p.

  10. Writing an implication as a disjunction: pq¯pq.

  11. The negation of an implication: ¯pqp¯q

Be sure you understand and memorize the last three equivalences, because we will use them frequently in the rest of the course.

It may not be easy to memorize the names of all these properties; however, they should all make sense to you.  The important name is De Morgan's laws.  Let us explain them in words, and compare them to similar operations on the real numbers,

  1. Commutative properties: In short, they say that “the order of operation does not matter.” It does not matter which of the two logical statements comes first, the result from conjunction and disjunction always produces the same truth value. Compare this to addition of real numbers: x+y=y+x. Subtraction is not commutative, because it is not always true that xy=yx. This explains why we have to make sure that an operation is commutative.

  2. Associative properties: Roughly speaking, these properties also say that “the order of operation does not matter.” However, there is a key difference between them and the commutative properties.

    • Commutative properties apply to operations on two logical statements, but associative properties involves three logical statements. Since and are binary operations, we can only work on a pair of statements at a time. Given the three statements p, q, and r, appearing in that order, which pair of statements should we operate on first? The answer is: it does not matter. It is the order of grouping (hence the term associative) that does not matter in associative properties.

    • The important consequence of the associative property is: since it does not matter on which pair of statements we should carry out the operation first, we can eliminate the parentheses and write, for example, pqr without worrying about any confusion.

    • Not all operations are associative. Subtraction is not associative. Given three numbers 5, 7, and 4, in that order, how should we carry out two subtractions? Which interpretation should we use: (57)4,or5(74)? Since they lead to different results, we have to be careful where to place the parentheses.

  3. Distributive laws: When we mix two different operations on three logical statements, one of them has to work on a pair of statements first, forming an “inner” operation. This is followed by the “outer” operation to complete the compound statement. Distributive laws say that we can distribute the “outer” operation over the inner one.

  4. Idempotent laws: When an operation is applied to a pair of identical logical statements, the result is the same logical statement. Compare this to the equation x2=x, where x is a real number. It is true only when x=0 or x=1. But the logical equivalences ppp and ppp are true for all p.

  5. De Morgan’s laws: When we negate a disjunction (respectively, a conjunction), we have to negate the two logical statements, and change the operation from disjunction to conjunction (respectively, from conjunction to a disjunction).

  6. Laws of the excluded middle, or inverse laws: Any statement is either true or false, hence p¯p is always true. Likewise, a statement cannot be both true and false at the same time, hence p¯p is always false.

  7. Identity laws: Compare them to the equation x1=x: the value of x is unchanged after multiplying by 1. We call the number 1 the multiplicative identity. For logical operations, the identity for disjunction is F, and the identity for conjunction is T.

  8. Domination laws: Compare them to the equation x0=0 for real numbers: the result is always 0, regardless of the value x. The “zero” for disjunction is T, and the “zero” for conjunction is F.

Example 2.5.6

What is the negation of 2x3? Give a logical explanation as well as a graphical explanation.

Answer

The inequality 2x3 means (x2)(x3). Its negation, according to De Morgan’s laws, is (x<2)(x>3). The inequality 2x3 yields a closed interval. Its negation yields two open intervals. Their graphical representations on the real number line are depicted below.

(130,60)(-20,-45) (-20,0)(1,0)130 (30, 0)(30,0)2 (20,-25)(20,20)2 (50,-25)(20,20)3 ( 0,-50)(90,20)(x2)(x3) (30, 0)(1,0)30

(130,60)(-20,-45) (-20,0)(1,0)130 (30, 0)(30,0)2 (20,-25)(20,20)2 (50,-25)(20,20)3 ( 0,-50)(90,20)(x<2)(x>3) (-20, 0)(1,0)48 ( 62, 0)(1,0)48

Take note of the two endpoints 2 and 3. They change from inclusion to exclusion when we take negation.

hands-on exercise 2.5.4

Since 0x1 means “x0 and x1,” its negation should be “x<0 or x>1”.  Explain why it is inappropriate, and indeed incorrect, to write “0>x>1.”

hands-on exercise 2.5.5

Expand (pq)(rs).

Example 2.5.7

 

We have used a truth table to verify that [(pq)r][¯r(¯p¯q)] is a tautology. We can use the properties of logical equivalence to show that this compound statement is logically equivalent to T. This kind of proof is usually more difficult to follow, so it is a good idea to supply the explanation in each step. Here is a complete proof: This is precisely what we called the left-to-right method for proving an identity (in this case, a logical equivalence).

Example 2.5.8

Write ¯pq as a conjunction.

 

Answer

It is important to remember that ¯pqqp, and ¯pq¯p¯q either. Instead, since pq¯pq, it follows from De Morgan’s law that ¯pq¯¯pqp¯q. Alternatively, we can argue as follows. Interpret ¯pq as saying pq is false. This requires p to be true and q to be false, which translates into p¯q. Thus, ¯pqp¯q.

 

Summary and Review

  • Two logical statements are logically equivalent if they always produce the same truth value.
  • Consequently, pq is same as saying pq is a tautology.
  • Beside distributive and De Morgan’s laws, remember these two equivalences as well; they are very helpful when dealing with implications. pq¯q¯pandpq¯pq.

Exercises 2.5.    

Exercise 2.5.1

Use a truth table to verify the De Morgan’s law ¯pq¯p¯q.

Answer

pqpq¯pq¯p¯q¯p¯qTTTFFFFTFTFFTFFTTFTFFFFFTTTT

Exercise 2.5.2

Use truth tables to verify the two associative properties.

Exercise 2.5.3

Construct a truth table for each formula below. Which ones are tautologies?

  1. (¯pq)p
  2. (pq)(p¯q)
  3. (pq)r
Answer

Only (b) is a tautology, as indicated in the truth tables below.

(a) pq¯p¯pq(¯pq)pTTFTTTFFFTFTTTFFFTTF

(b) pqpq¯qp¯q(pq)(p¯q)TTTFFTTFFTTTFTTFTTFFTTTT

(c) pqrpq(pq)rTTTTTTTFTFTFTFTTFFFTFTTTTFTFTFFFTTTFFFTF

Exercise 2.5.4

Use truth tables to verify these logical equivalences.

  1. (pq)ppq
  2. (pq)rp(¯qr)
  3. (p¯q)(p¯r)¯p(qr)

 

Exercise 2.5.5

Use only the properties of logical equivalences to verify (b) and (c) in Problem 4.

Answer

The proofs are displayed below without explanations. Be sure to fill them in.

(b) (pq)r¯pqr(¯p¯q)r¯p(¯qr)p(¯qr)

(c) (p¯q)(p¯r)(¯p¯q)(¯p¯r)¯p(¯q¯r)¯p¯qr¯p(qr)

Exercise 2.5.6

 

Determine whether formulas u and v are logically equivalent (you may use truth tables or properties of logical equivalences).

u:(pq)(p¯q) v:¯p
u:pq v:qp
u:pq v:qp
u:(pq)r v:p(qr)

Exercise 2.5.7

Find the converse, inverse, and contrapositive of these implications.

  1. If triangle ABC is isosceles and contains an angle of 45 degrees, then ABC is a right triangle.
  2. If quadrilateral ABCD is a square, then it is both a rectangle and a rhombus.
  3. If quadrilateral ABCD has two sides of equal length, then it is either a rectangle or a rhombus.
Answer

(a)

Converse: If triangle ABC is a right triangle, then ABC is isosceles
  and contains an angle of 45 degrees.
Inverse: If triangle ABC is not isosceles or does not contain an angle
  of 45 degrees, then ABC is not a right triangle.
Contrapositive: If triangle ABC is not a right triangle, then ABC is not isosceles
  or does not contain an angle of 45 degrees.

(b)

Converse: If quadrilateral ABCD is both a rectangle and a rhombus,
  then ABCD is a square.
Inverse: If quadrilateral ABCD is not a square,
  then it is not a rectangle or not a rhombus.
Contrapositive: If quadrilateral ABCD is not a rectangle or not a rhombus,
  then ABCD is not a square.
 

(c)

Converse: If quadrilateral ABCD is either a rectangle or a rhombus,
  then ABCD has two sides of equal length.
Inverse: If quadrilateral ABCD is does not have two sides of equal length,
  then it is not a rectangle and it is not a rhombus.
Contrapositive: If quadrilateral ABCD is not a rectangle and it is not a rhombus,
  then ABCD is does not have two sides of equal length.

 

Exercise 2.5.8

Negate the following implications:

  1. x2>0x>0.
  2. If PQRS is a square, then PQRS is a parallelogram.
  3. If n>1 is prime, then n+1 is composite.
  4. If x and y are integers such that xy1, then either x1 or y1.

Exercise 2.5.9

Determine whether the following formulas are true or false:

  1. ¯pq¯p¯q
  2. (pq)(p¯q)¯p
  3. pqqp
Answer

(a) false (b) true (c) false

Exercise 2.5.10

Determine whether the following formulas are true or false:

  1. (pq)rp(qr)
  2. p(qr)(pq)(pr)
  3. p(qr)(pq)(pr)

Exercise 2.5.11

Which of the following statements are equivalent to the statement “if x2>0, then x>0”?

  1. If x>0, then x2>0.
  2. If x0, then x20.
  3. If x20, then x0.
  4. If x20, then x0.
Answer

Only (b).

Exercise \PageIndex{12}\label{ex:logiceq-12}

Determine whether the following formulas are tautologies, contradictions, or neither:

  1. (p\Rightarrow q) \wedge \overline{p}
  2. (p\Rightarrow\overline{q}) \wedge (p\wedge q)
  3. (p\Rightarrow\overline{q}) \wedge q

Exercise \PageIndex{13}\label{ex:logiceq-13}

Simplify the following formulas:

  1. p\wedge(p\wedge q)
  2. \overline{\overline{p}\vee q}
  3. \overline{p\Rightarrow\overline{q}}
Answer

(a) p\wedge q
(b) p\wedge\overline{q}
(c) p\wedge q

Exercise \PageIndex{14}\label{ex:logiceq-14}

Simplify the following formulas:

  1. (p\Rightarrow\overline{q}) \wedge (\overline{q}\Rightarrow p)
  2. \overline{p\wedge\overline{q}}
  3. p\wedge(\overline{p}\vee q)

 

Exercise \PageIndex{15}

T stands for a tautology & F stands for a contradiction. 

True or False?

a. F\rightarrow\overline{q}

b. p\vee T

c.  F \wedge p

d. \overline{T}\vee F

Answer

(a) true (b) true (c) false (d) false

 

Exercise \PageIndex{16}

T stands for a tautology & F stands for a contradiction. 

Simplify to an equivalent expression that is a single letter (TF, or ~p )

a. \overline{T} \vee F \equiv 

b.  T \wedge p \equiv

c.  F \wedge\overline{p} \equiv

d. F \vee \overline{p}\equiv

e. (F \vee T) \vee F\equiv

f. (F \vee T) \wedge T\equiv


This page titled 2.5: Logical Equivalences is shared under a CC BY-NC-SA license and was authored, remixed, and/or curated by Harris Kwong (OpenSUNY) .

Support Center

How can we help?