Disjoint Sets

Two sets A and B are called disjoint sets when they have no elements in common.
example of disjoint sets
A simple way to recognize disjoint sets is to look at their intersection. If the intersection contains no elements, the two sets are disjoint. $$ A \cap B = \varnothing $$

    A Practical Example

    Consider the following sets:

    $$ A = \{ 2,\ 4,\ 6,\ 8 \} $$

    $$ B = \{ 1,\ 3,\ 5,\ 9 \} $$

    Set A contains only even numbers, while set B contains only odd numbers.

    Because a number cannot be both even and odd at the same time, the two sets have no elements in common.

    In an Euler-Venn diagram, disjoint sets are shown as separate regions that do not overlap.

    example of disjoint sets

    Since there are no common elements, the intersection of A and B is the empty set.

    $$ A \cap B = \varnothing $$

    Therefore, A and B are disjoint sets.

    More generally, any two sets whose intersection is empty are called disjoint sets.

     
     

    Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

    FacebookTwitterLinkedinLinkedin
    knowledge base

    Set