Skip to main content

Section 6.2 Properties of Sets

Now that we have defined operations on sets such as union and intersection, we can look at various properties of these operations. In the last section we saw that intersection involves an “and” statement, while union involves an “or.” As we work with these properties we will be able to see connections between properties of sets and the logical connectives we saw in Chapter 2.
One of our goals in this section is to learn how to prove properties such as the following subset relations.

Subset Relations.

  1. ABA; ABB.
  2. AAB; BAB.
  3. Transitivity.
    If AB and BC then AC.
Recall from Definition 6.1.1, we can think of the statement XY as the conditional statement, if xX then xY.

Proving Subset.

To prove XY:
  • Assume xX.
  • Show xY.
Based in their definitions from Section 6.1, we can translate other sets into logical statements, as well. These translations are how we will prove properites of sets using elements.

Translating Set Statements to Logical Statements.

  • xXY if and only if xX or xY
  • xXY if and only if xX and xY
  • xXY if and only if xX and xY
  • xXC if and only if xX
  • (x,y)X×Y if and only if xX and yY

Example 6.2.1. Proving a Subset Property.

Prove ABA.

Proof.

Let xAB. Then xA and xB. Thus, xA.
Therefore, ABA.

Activity 6.2.1.

Prove ABB. Be sure to write what you want to assume and what you want to show.

Activity 6.2.2.

Prove BAB. Be sure to write what you want to assume and what you want to show.

Activity 6.2.3.

Prove if AB and BC then AC. Be sure to write what you want to assume and what you want to show.

Proving Set Equality.

To prove X=Y show
  1. XY, ie, show if xX then xY, and
  2. YX, ie, show if xY then xX.

Example 6.2.2. Proving Two Sets are Equal.

Prove A(BC)=(AB)(AC).

Proof.

(): Let xA(BC). Then xA or xBC.
Case 1: xA. Then xAB by the second subset relation. Similarly, xAC. Thus, xAB and xAC.
Therefore, x(AB)(AC).
Case 2: xBC. Then xB and xC. Then xAB and xAC by the second subset relation. Thus, xAB and xAC.
Therefore, x(AB)(AC).
(): Let x(AB)(AC). Then xAB and xAC.
Case 1: xA. Then xA(BC) by the second subset relation (since we can do the union with any set).
Case 2: xA. Since xAB by assumption, xA or xB. Since xA, xB.
Similarly, since xAC, and xA, xC. Thus, xBC.
Therefore, xA(BC) (again by the second subset relation).
The proofs in Example 6.2.1 and Example 6.2.2 are called element arguments. This type of proof uses elements and the definitions of sets and subsets. You start with x being an element of the set of interest, use what you know about the set to then get x as an element of another set. This technique generalizes to sets in all different mathematical contexts.
The next theorem shows that the empty set is a subset of every set.

Proof.

By contradiction, assume there exists a set A such that A.
This means there exists x such that xA. But we cannot have x. Hence, we have a contradiction. Therefore, A.
There are many times in mathematics that we need to prove that a set is empty. We might need do do this if we need sets to be disjoint, or if we need to prove that there are no elements with a particular property. The common method for proving a set is empty is to use contradiction. Note, usually if we want to prove A=B, we show both subsets (AB, BA), but we just showed A, always. So we just need to show A. We do this by contradiction.

Proving a Set is Empty.

To show A=:
  • Assume xA.
  • Reach a contradiction.

Example 6.2.4. Proving a Set is Empty.

Prove UC=, where U is the universal set.

Proof.

Let xUC. Then xU. But since U contains everything, xU, which is a contradiction. Therefore, UC=.

Activity 6.2.4.

Prove AAC=. Be sure to write what you want to assume and what you want to show.

Activity 6.2.5.

Prove if AB then ACBC. Note, you need to show ACBC. So how do you show a subset? What set should you assume x is in?

Summary of Set Identities.

Let U be the universal set, and A,B, and C subsets of the universal set.
  1. Commutative Laws.
    AB=BA;  AB=BA
  2. Associative Laws.
    (AB)C=A(BC);  (AB)C=A(BC)
  3. Distributive Laws.
    A(BC)=(AB)(AC); A(BC)=(AB)(AC)
  4. Identity Laws.
    A=A;  AU=A
  5. Complement Laws.
    AAC=U;  AAC=
  6. Double Complement Law.
    (AC)C=A
  7. Idempotent Laws.
    AA=A;  AA=A
  8. Universal Bound Laws.
    AU=U;  A=
  9. DeMorgan’s Laws.
    (AB)C=ACBC;  (AB)C=ACBC
  10. Absorption Laws.
    A(AB)=A;  A(AB)=A
  11. Complements.
    UC=;  C=U
  12. Set Difference Law.
    AB=ABC

Reading Questions Check Your Understanding

Let A,B,C be sets.

1.

    True or false: AC=CA.
  • True.

  • False.

2.

    True or false: A(BC)=(AB)(AC).
  • True.

  • False.

3.

    True or false: A(BC)=(AB)C.
  • True.

  • False.

4.

    True or false: A=.
  • True.

  • False.

5.

    True or false: (AB)C=ACBC.
  • True.

  • False.

6.

    True or false: BA=AB.
  • True.

  • False.

7.

    Let U be the universal set. True or false: U.
  • True.

  • False.

8.

    True or false: AA(BC).
  • True.

  • False.

9.

    True or false: BA(BC).
  • True.

  • False.

Exercises Exercises

1.

Fill in the blanks.
  1. To say that an element is in A(BC) means that it is in ___ and in ___.
  2. To say that an element is in (AB)C means that it is in ___ or in ___.
  3. To say that an element is in A(BC) means that it is in ___ and not in ___.

2.

Illustrate the distributive laws by drawing the Venn diagrams for the given sets.
  1. A(BC) and (AB)(AC)
  2. A(BC) and (AB)(AC)

3.

Illustrate DeMorgan’s laws by drawing the Venn diagrams for the given sets.
  1. (AB)C and (ACBC)
  2. (AB)C and (ACBC)

4.

Use an element argument to prove for all sets A and B, (AB)C=(ACBC). Be sure to write what you want to assume and what you want to show.

5.

Use an element argument to prove for all sets A and B, (AB)(ABC)=A. Be sure to write what you want to assume and what you want to show.

6.

Use an element argument to prove for all sets A, B, and C, if AB then (AC)(BC). Be sure to write what you want to assume and what you want to show.

7.

Use an element argument to prove for all sets A, B, and C, if AB then (AC)(BC). Be sure to write what you want to assume and what you want to show.

8.

Use an element argument to prove for all sets A and B, if AB then BCAC. Be sure to write what you want to assume and what you want to show.

9.

Use an element argument to prove for all sets A and B, (AB)(ABC)=.
Hint.

10.

Use an element argument to prove for all sets A and B, if AB then ABC=.

11.

Use an element argument to prove for all sets A, B, and C, if AB and BC= then AC=.
You have attempted 1 of 10 activities on this page.