Notes
Categories

Universal Set, Disjoint Sets, and Complement of a Set [ English ]

< Prev Next >

1. Introduction

In set theory, understanding how sets relate within a broader context is essential. Three important concepts that describe such relationships are:

These concepts are widely used in logic, probability, and computer science.


2. Universal Set

Definition

The universal set is the set that contains all elements under consideration in a particular context.

Representation

U

Example

If we are discussing natural numbers up to 10:

U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}

If:

A = {2, 4, 6}

Then A is a subset of U.


Key Points


3. Disjoint Sets

Definition

Two sets are disjoint if they have no common elements.

Representation

A ∩ B = ∅

Example

A = {1, 2, 3}
B = {4, 5, 6}

✔ No common elements → Disjoint sets


Non-Disjoint Example

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

❌ Not disjoint (common element = 3)


4. Complement of a Set

Definition

The complement of a set A is the set of all elements in the universal set U that are not in A.

Representation

A'   or   Aᶜ

Formula

A' = U − A

Example

Let:

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

Then:

A' = {1, 3, 5}

5. Properties of Complement

(a) Complement of Universal Set

U' = ∅

(b) Complement of Empty Set

∅' = U

(c) Double Complement

(A')' = A

(d) Complement Laws

A ∪ A' = U
A ∩ A' = ∅

6. Relationship Between Concepts


7. Applications

(a) Mathematics

(b) Computer Science

(c) Real-Life


8. Key Observations


9. Summary

< Prev Next >