Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
Contemporary Mathematics

2.6 De Morgan’s Laws

Contemporary Mathematics2.6 De Morgan’s Laws

A landscape view of a bridge built over a body of water.
Figure 2.12 De Morgan’s Laws were key to the rise of logical mathematical expression and helped serve as a bridge for the invention of the computer. (credit: modification of work “Golden Gate Bridge (San Francisco Bay, California, USA)” by James St. John/Flickr, CC BY 2.0)

Learning Objectives

After completing this section, you should be able to:

  1. Use De Morgan’s Laws to negate conjunctions and disjunctions.
  2. Construct the negation of a conditional statement.
  3. Use truth tables to evaluate De Morgan’s Laws.

The contributions to logic made by Augustus De Morgan and George Boole during the 19th century acted as a bridge to the development of computers, which may be the greatest invention of the 20th century. Boolean logic is the basis for computer science and digital electronics, and without it the technological revolution of the late 20th and early 21st centuries—including the creation of computer chips, microprocessors, and the Internet—would not have been possible. Every modern computer language uses Boolean logic statements, which are translated into commands understood by the underlying electronic circuits enabling computers to operate. But how did this logic get its name?

People in Mathematics

George Boole

A motherboard of a computer circuit.
Figure 2.13 Boole’s algebra of logic was foundational in the design of digital computer circuits. (credit: “Circuit Board” by Squeezyboy/Flickr, CC BY 2.0)

George Boole was born in Lincolnshire, England in 1815. He was the son of a cobbler who provided him some initial education, but Boole was mostly self-taught. He began teaching at 16 years of age, and opened his own school at the age of 20. In 1849, at the age of 34, he was appointed Professor of Mathematics at Queens College in Cork, Ireland. In 1853, he published the paper, An Investigation of the Laws of Thought, on Which Are Founded the Mathematical Theories of Logic and Probabilities, which is the treatise that the field of Boolean algebra and digital circuitry was built on.

Reference: Posamentier, Alfred and Spreitzer Christian, “Chapter 35 George Boole: English (1815-1864)” pp. 279-283, Math Makers: The Lives and Works of 50 Famous Mathematicians, Prometheus Books, 2019.

Negation of Conjunctions and Disjunctions

In Chapter 1, Example 1.37 used a Venn diagram to prove De Morgan’s Law for set complement over union. Because the complement of a set is analogous to negation and union is analogous to an or statement, there are equivalent versions of De Morgan’s Laws for logic.

FORMULA

De Morgan’s Law for negation of a conjunction: ~(pq) ~p~q~(pq) ~p~q

De Morgan’s Law for the negation of a disjunction: ~(pq) ~p~q~(pq) ~p~q

Negation of a conditional: ~(pq) p~q~(pq) p~q

Writing conditional as a disjunction: pq ~pqpq ~pq

Checkpoint

Recall that the symbol for logical equivalence is: ..

De Morgan’s Laws allow us to write the negation of conjunctions and disjunctions without using the phrase, “It is not the case that …” to indicate the parentheses. Avoiding this phrase often results in a written or verbal statement that is clearer or easier to understand.

Example 2.26

Applying De Morgan’s Law for Negation of Conjunctions and Disjunctions

Write the negation of each statement in words without using the phrase, “It is not the case that.”

  1. Kristin is a biomedical engineer and Thomas is a chemical engineer.
  2. A person had cake or they had ice cream.

Your Turn 2.26

Write the negation of each statement in words without using the phrase, it is not the case that.
1.
Jackie played softball or she ran track.
2.
Brandon studied for his certification exam, and he passed his exam.

Negation of a Conditional Statement

The negation of any statement has the opposite truth values of the original statement. The negation of a conditional, ~(pq)~(pq), is the conjunction of pp and not qq, p ~q.p ~q. Consider the truth table below for the negation of the conditional.

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

The only time the negation of the conditional statement is true is when pp is true, and qq is false. This means that ~(pq)~(pq) is logically equivalent to p~q,p~q, as the following truth table demonstrates.

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

Example 2.27

Constructing the Negation of a Conditional Statement

Write the negation of each conditional statement.

  1. If Adele won a Grammy, then she is a singer.
  2. If Henrik Lundqvist played professional hockey, then he did not win the Stanley Cup.

Your Turn 2.27

Write the negation of each conditional statement.
1.
If Edna Mode makes a new superhero costume, then it will not include a cape.
2.
If I had pancakes for breakfast, then I used maple syrup.

Example 2.28

Constructing the Negation of a Conditional Statement with Quantifiers

Write the negation of each conditional statement.

  1. If all cats purr, then my partner’s cat purrs.
  2. If a penguin is a bird, then some birds do not fly.

Your Turn 2.28

Write the negation of each conditional statement.
1.
If some people like ice cream, then ice cream makers will make a profit.
2.
If Raquel cannot play video games, then nobody will play video games.

Many of the properties that hold true for number systems and sets also hold true for logical statements. The following table summarizes some of the most useful properties for analyzing and constructing logical arguments. These properties can be verified using a truth table.

Property Conjunction (AND) Disjunction (OR)
Commutative pqqppqqp pqqppqqp
Associative (pq)rp(qr)(pq)rp(qr) (pq)rp(qr)(pq)rp(qr)
Distributive p(qr)(pq)(pr)p(qr)(pq)(pr) p(qr)(pq)(pr)p(qr)(pq)(pr)
De Morgan’s ~(pq) ~p~q~(pq) ~p~q ~(pq) ~p~q~(pq) ~p~q
Conditional ~(pq) p~q~(pq) p~q pq ~pqpq ~pq

Example 2.29

Negating a Conditional Statement with a Conjunction or Disjunction

Write the negation of each conditional statement applying De Morgan’s Law.

  1. If mom needs to buy chips, then Mike had friends over and Bob was hungry.
  2. If Juan had pizza or Chris had wings, then dad watched the game.

Your Turn 2.29

Write the negation of each conditional statement applying De Morgan’s Law.
1.
If Eric needs to replace the light bulb, then Marcus left the light on all night or Dan broke the bulb.
2.
If Trenton went to school and Regina went to work, then Merika cleaned the house.

Evaluating De Morgan’s Laws with Truth Tables

In Chapter 1, you learned that you could prove the validity of De Morgan’s Laws using Venn diagrams. Truth tables can also be used to prove that two statements are logically equivalent. If two statements are logically equivalent, you can use the form of the statement that is clearer or more persuasive when constructing a logical argument.

The next example will prove the validity of one of De Morgan’s Laws using a truth table. The same procedure can be applied to any two logical statement that you believe are equivalent. If the last column of the truth table is a tautology, then the two statements are logically equivalent.

Example 2.30

Verifying De Morgan’s Law for Negation of a Conjunction

Construct a truth table to verify De Morgan’s Law for the negation of a conjunction, ~(pq) ~p~q~(pq) ~p~q, is valid.

Your Turn 2.30

1.
Construct a truth table to verify De Morgan’s Law for the negation of a disjunction, ~ ( p q ) ~ p ~ q , is valid.

Check Your Understanding

30.
De Morgan’s Law for the negation of a conjunction states that ~ ( p q ) is logically equivalent to ___________________.
31.
De Morgan’s Law for the negation of a disjunction states that ~ ( p q ) is logically equivalent to __________________.
32.
The negation of the conditional statement, ~ ( p q ) , is logically equivalent to _____________.
33.
~ ( ~ ( p q ) ) p q , which means the conditional statement is logically equivalent to ~ ( p ~ q ) . Apply _______________________ to the statement ~ ( p ~ q ) to show that the conditional statement p q ~ p q .

Section 2.6 Exercises

For the following exercises, use De Morgan’s Laws to write each statement without parentheses.
1 .
~ ( ~ p q )
2 .
~ ( ~ p ~ q )
3 .
~ ( p ~ q )
4 .
~ ( ~ p ~ q )
For the following exercises, use De Morgan’s Laws to write the negation of each statement in words without using the phrase, “It is not the case that, …”
5 .
Sergei plays right wing and Patrick plays goalie.
6 .
Mario is a carpenter, or he is a plumber.
7 .
Luigi is a plumber, or he is not a video game character.
8 .
Ralph Macchio was the original Karate Kid, and karate is not for defense only.
9 .
Some people like broccoli, but my siblings did not like broccoli.
10 .
Some people do not like chocolate or all people like pizza.
For the following exercises, write each statement as a conjunction or disjunction in symbolic form by applying the property for the negation of a conditional.
11 .
~ ( p q )
12 .
~ ( p ~ q )
13 .
~ ( ~ p q )
14 .
~ ( ~ p ~ q )
15 .
~ ( p q ~ r )
16 .
~ ( p q r )
17 .
~ ( p q ~ r )
18 .
~ ( p q r )
For the following exercises, write the negation of each conditional in words by applying the property for the negation of a conditional.
19 .
If a student scores an 85 on the final exam, then they will receive an A in the class.
20 .
If a person does not pass their road test, then they will not receive their driver’s license.
21 .
If a student does not do their homework, then they will not play video games.
22 .
If a commuter misses the bus, then they will not go to work today.
23 .
If a racecar driver gets pulled over for speeding, then they will not make it to the track on time for the race.
24 .
If Rene Descartes was a philosopher, then he was not a mathematician.
25 .
If George Boole invented Boolean algebra and Thomas Edison invented the light bulb, then Pacman is not the best video game ever.
26 .
If Jonas Salk created the polio vaccine, then his child received the vaccine or his child had polio.
27 .
If Billie Holiday sang the blues or Cindy Lauper sang about true colors, then John Lennon was not a Beatle.
28 .
If Percy Jackson is the lightning thief and Artemis Fowl is a detective, then Artemis Fowl will catch Percy Jackson.
29 .
If all rock stars are men, then Pat Benatar is not a rock star.
30 .
If Lady Gaga is a rock star, then some rock stars are women.
31 .
If yellow combined with blue makes green, then all colors are beautiful.
32 .
If leopards have spots and zebras have stripes, then some animals are not monotone in color.
For the following exercises, construct a truth table to verify that the logical property is valid.
33 .
p q ~ p q
34 .
p ~ q ~ p ~ q
35 .
~ p q p q
36 .
~ ( p ~ q ~ r ) p q r
Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/contemporary-mathematics/pages/1-introduction
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/contemporary-mathematics/pages/1-introduction
Citation information

© Dec 21, 2023 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.