HW 3: Sets

 


Introduction

In this homework you will gain practice working with sets.



Exercises

Your solutions to these exercises should be typed up in LaTeX.
  1. Problem 4.3 from the text.
  2. Problem 4.4 from the text.
  3. Problem 4.5 from the text.
  4. Determine whether each of the following is true or false:
    1. 0 ∈ ∅
    2. ∅ ∈ {∅}
    3. ∅ ∈ {∅, {∅}}
    4. ∅ ⊆ {∅, {∅}}
    5. {∅} ∈ {∅, {0}}
    6. {∅} ⊆ {∅}
    7. {∅} ∈ {∅}
  5. Let A and B be subsets of some universal set U. Show that A ⊆ B IFF BA.
  6. Define
    i=1…n Ai = A1 ∪ A2 ∪ … An and
    i=1…n Ai = A1 ∩ A2 ∩ … An
    Let Ai = {1, 2, 3, ..., i}. Find i=1…n Ai and i=1…n Ai.

Submit