Set Convergence and Subsets

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/17

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

subset

occurs when all the elements of a set A are in the set B

2
New cards

Subset of all numbers

N ⊆ Z ⊆ Q ⊆ R

3
New cards

proper subset

occurs when all the elements of set A are in the set B, BUT A ≠ B

4
New cards

Differentiate ⊆ and

  • represents a proper set

  • ⊆ represents a set

5
New cards

power set

set of all subsets

6
New cards

What is P(A) given A = {1, 2, 3}

P(A) = { Ø, {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3} }

7
New cards

The cardinality of any power set A of n elements is ___

2n

8
New cards

intersection of sets

elements that are in both sets

{ x ∈ U | x ∈ A and x ∈ B }

9
New cards

What is the intersection of the following sets?

A = [1, 10)

B = (4, 16)

A ∩ B = (4, 10)

10
New cards

What is the intersection of the following set?

A = { x ∈ Z; x + 2 >= 3 }

B = R

A ∩ B = A

[A ∩ B = A <=> A ⊆ B]

11
New cards

union of sets

element that are in either set

{x ∈ U | x ∈ A or x ∈ B}

12
New cards

What is the union of the following set?

A = {a, b, c, d}

B = {a, b, e, f, g}

A ∪ B = {a, b, c, d, e, f, g}

[Elements cannot repeat]

13
New cards

What is the union of the following set?

A = [3, 17)

B = (0, 20)

A ∪ B = (0, 20) = B

[ A ∪ B = B <=> A ⊆ B ]

14
New cards

For any set A and the universal set U:

A ∪ U =

U

15
New cards

A ∩ U =

A

16
New cards

A ∩ Ā =

Ø

17
New cards

A ∪ Ā =

U

18
New cards

Set disjoint

Two sets have no common elements

A ∩ B = Ø