Set Theory Flashcards

1
Q

x ∈ A

A

x is an element of A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A = {x1, x2, …, xn}

A

A is a set containing x1, x2, …, xn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A = {x: P(x)}

A

A is the set of elements x satisfying property P

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A ⊆ B

A

A is a subset of B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A ⊂ B

A

A is a proper subset of B (A is a subset of B and A does not equal B)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Ø

A

null set or empty set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

φ(A)

A

the powerset of A (the set of all subsets of A)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

If A = {1,2}, what is the powerset of A?

A

φ(A) = {Ø, {1}, {2}, {1, 2}}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

If |A| = n, then what is |φ(A)|?

A

|φ(A)| = 2^n

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you prove A ⊆ B?

A

show that for every x ∈ A, that x ∈ B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How do you prove A = B?

A

show that A ⊆ B and B ⊆ A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the size of a set called?

A

the cardinality of a set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A

union

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A

intersection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A^c

A

complement, everything not contained in A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is the transitive property (of sets?)

A

if A ⊆ B and B ⊆ C, then A ⊆ C

17
Q

A ∩ ( B U C) is equivalent to…

A

(A ∩ B) U (A ∩ C)

18
Q

disjoint

A

A and B are disjoint if A ∩ B = Ø

19
Q

cross product

A

A x B = {(a, b): a ∈ A and b ∈ B}

20
Q

if A = {1, 2} and B = {3, 4}, what is A x B?

A

A x B = {(1, 3), (1, 4), (2, 3), (2, 4)}

21
Q

if |A| = n and |B| = m, what is |A x B|?

A

|A x B| = nm

22
Q

note: how to read family of sets, union

A

union of A as A varies over the collection of sets

23
Q

note: how to read family of sets, intersection

A

intersection of A as A varies over the the collection of sets

24
Q

what is Δ?

A

indexing a set

25
Q

A = {Bα: α ∈ Δ}

A

a set of sets, B1, B2, ….

26
Q

pairwise disjoint

A

in a collection of sets, any pair of sets has an empty intersection

27
Q

what do de morgan’s laws concern?

A

the compliments of sets and unions and intersections of sets