• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Offline Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • NEW
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE 2025
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
    • TALLENTEX
    • AOSAT
    • ALLEN e-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
JEE PhysicsJEE Chemistry
Home
JEE Maths
De Morgan’s Laws

De Morgan’s Laws

De Morgan’s Laws are essential rules in mathematics that relate the complement of unions and intersections in set theory, and the negation of logical operations in Boolean algebra. These laws help simplify complex expressions and are widely used in algebraic proofs, logic design, and computer science. In sets, they show how the complement of a union is the intersection of complements, and vice versa. Understanding De Morgan’s Laws is key to mastering mathematical logic and set manipulation.

1.0What is De Morgan’s Law? (De Morgan's Law Definition)

De Morgan’s Laws describe how the complement of the union and intersection of two sets relate to each other. Formally, in set theory:

  • The complement of the union of two sets is equal to the intersection of their complements.
  • The complement of the intersection of two sets is equal to the union of their complements.

In symbols, these laws are expressed as :

De Morgan’s law formula:

  1. (A∪B)c=Ac∩Bc
  2. (A∩B)c=Ac∪Bc

Here, A and B are sets, A^c denotes the complement of set A, ∪ is union, and ∩ is intersection.

2.0De Morgan’s Law in Sets (Demorgan Law in Sets)

In set theory, De Morgan’s Laws help us simplify expressions involving complements, unions, and intersections. These laws reveal an elegant symmetry between union and intersection under complementation.

Example (Demorgan Law Example):

Let’s consider two sets:

  • A = {1, 2, 3} 
  • B = {3, 4, 5} 
  • Universal set U = {1, 2, 3, 4, 5, 6} 

Find (A∪B)c:

  • A ∪ B = {1, 2, 3, 4, 5} 
  • So, (A∪B)c=U−(A∪B)={6}

Now, find Ac∩Bc :

  • Ac=U−A={4,5,6}
  • Bc=U−B={1,2,6}
  • Ac∩Bc={6}

Thus, (A∪B)c=Ac∩Bc, which confirms De Morgan’s first law.

3.0De Morgan’s Law in Boolean Algebra (Demorgan Law Boolean Algebra)

De Morgan’s Laws are also fundamental in Boolean algebra, where they describe the relationship between logical operators AND (∧) and OR (∨) under negation (¬):

​¬(A∧B)=¬A∨¬B¬(A∨B)=¬A∧¬B​

These correspond exactly to the set theory laws when interpreting union as OR and intersection as AND.

4.0Visualizing De Morgan’s Laws: Venn Diagrams and Truth Tables

De Morgan's Law Venn Diagram

A Venn diagram is a great way to visualize De Morgan’s Laws in set theory.

  • The shaded region representing (A∪B)c is exactly the area outside both A and B.
  • This area matches the intersection of Ac and Bc.

Similarly, (A∩B)c covers everything outside the overlapping part of A and B, which equals the union of Ac and Bc.

De Margann's Law Image 1

De Margann's Law Image 2

5.0De Morgan's Law Truth Table

In Boolean algebra, the truth table confirms the equivalence by listing all truth values for A and B and their combinations.

A

B

A∧B

¬(A∧B)

¬A

¬B

¬A∨¬B

0

0

0

1

1

1

1

0

1

0

1

1

0

1

1

0

0

1

0

1

1

1

1

1

0

0

0

0

From the table, ¬(A∧B) and ¬A∨¬B always have the same truth values.

6.0De Morgan’s Law Statement and Proof

Statement:

​(A∪B)c=Ac∩Bc(A∩B)c=Ac∪Bc​

Proof for (A∪B)c=Ac∩Bc:

To prove two sets are equal, show that each is a subset of the other:

  • If x∈(A∪B)c,thenx∈/A∪B.So,x∈/Aandx∈/B. Thus, x∈Acandx∈Bc, which means x∈Ac∩Bc.
  • If x∈Ac∩Bc, then x∈Ac and x∈Bc. So, x∈/A andx∈/B, which means x∈/A∪B. Hence, x∈(A∪B)c.

Therefore, (A∪B)c=Ac∩Bc.

7.0De Morgan’s Law Formula (Recap)

Expression Type

Formula 1

Formula 2

Boolean Logic

¬(A ∧ B) = ¬A ∨ ¬B

¬(A ∨ B) = ¬A ∧ ¬B

Set Theory

(A ∩ B)' = A' ∪ B'

(A ∪ B)' = A' ∩ B'

8.0Applications of De Morgan's Laws

  • Digital circuit design and logic gate simplification
  • Set theory proofs in mathematics
  • Programming: logic operations in conditions
  • Database queries: transforming NOT with AND/OR
  • Mathematical logic and theorem proving

9.0Solved Examples on De Morgan’s Laws 

Example 1: Given: Universal set U = {1, 2, 3, 4, 5, 6, 7, 8},

A = {1, 2, 3, 4},

B = {3, 4, 5, 6}.

Find and verify (A∩B)c using De Morgan’s law.

Solution:

  1. Calculate A ∩ B:

A ∩ B = {3, 4}

  1. Find complement (A∩B)c:

(A∩B)c=U−{3,4}={1,2,5,6,7,8}

  1. Find Ac and Bc:

Ac=U−A={5,6,7,8},Bc=U−B={1,2,7,8}

  1. Find union Ac∪Bc:

Ac∪Bc={1,2,5,6,7,8}

Since (A∩B)c=Ac∪Bc, De Morgan’s law holds.

Example 2: Simplify the expression: ¬(X∨Y)  using De Morgan’s Law.

Solution:

By De Morgan’s law in Boolean algebra:

¬(X∨Y)=¬X∧¬Y

So the simplified expression is:

¬X∧¬Y

10.0Practice Questions on De Morgan’s Laws 

  1. Given U = {a, b, c, d, e, f}, A = {a, c, e}, B = {b, c, d}, verify (A∪B)c=Ac∩Bc.
  2. Show that ¬(P∧Q)=¬P∨¬Q using a truth table.
  3. Simplify the expression ¬(A∧(B∨C)) using De Morgan’s Laws.

Table of Contents


  • 1.0What is De Morgan’s Law? (De Morgan's Law Definition)
  • 2.0De Morgan’s Law in Sets (Demorgan Law in Sets)
  • 3.0De Morgan’s Law in Boolean Algebra (Demorgan Law Boolean Algebra)
  • 4.0Visualizing De Morgan’s Laws: Venn Diagrams and Truth Tables
  • 4.1De Morgan's Law Venn Diagram
  • 5.0De Morgan's Law Truth Table
  • 6.0De Morgan’s Law Statement and Proof
  • 7.0De Morgan’s Law Formula (Recap)
  • 8.0Applications of De Morgan's Laws
  • 9.0Solved Examples on De Morgan’s Laws 
  • 10.0Practice Questions on De Morgan’s Laws 

Frequently Asked Questions

They help to simplify expressions involving complements, unions, and intersections, allowing easier manipulation and understanding of sets.

They allow conversion between AND/OR expressions with negations, helping simplify logical circuits and programming conditions.

Yes, De Morgan’s Laws generalize to multiple sets or variables.

Venn diagrams visually illustrate the equivalences between the complements of unions and intersections, making abstract concepts easier to grasp.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO