Disjoint Sets

Two sets A and B are called disjoint sets when they share no elements in common.
example of disjoint sets
When two sets are disjoint, their intersection is equal to the empty set. $$ A ⋂ B = Ø $$

    A Practical Example

    Set A consists of even numbers while set B is made up of odd numbers.

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

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

    Sets A and B do not share any common elements.

    In a graphical representation using Euler-Venn diagrams, the two sets do not overlap.

    example of disjoint sets

     

    Their intersection is equal to the empty set.

    $$ A ⋂ B = Ø $$

    Therefore, sets A and B are disjoint sets.

    And so on.

     
     

    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