Set Theory Lecture 1 Flashcards

1
Q

What is a set?

A

An unordered collection of elements.

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

What is an example of a set?

A

A := {1,2,3} or DaysOfWeek := {Mon,Tue,Wed,Thu,Fri,Sat,Sun}.

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

What is the notation for natural numbers (N)?

A

N := {0,1,2,3,…}.

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

What is the notation for integer numbers (Z)?

A

Z := {…,-2,-1,0,1,2,…}.

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

What does a ∈ A mean?

A

a is an element of set A.

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

What does a ∉ A mean?

A

a is not an element of set A.

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

What does A ⊆ B mean?

A

A is a subset of B, meaning all elements of A are in B.

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

What does A ⊈ B mean?

A

At least one element of A is not in B.

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

What is the definition of set equality?

A

A = B if and only if A ⊆ B and B ⊆ A.

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

What is the empty set?

A

A set with no elements, denoted as ∅ or {}.

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

What is the number of elements in {4,3,3,2,1,2}?

A

4 (since sets do not count duplicates).

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

What is the universe (U) in set theory?

A

The context in which all sets exist.

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

What is the complement of a set A?

A

A′ = {x ∈ U | x ∉ A}.

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

What is the union of sets A and B?

A

A ∪ B = {x ∈ U | x ∈ A or x ∈ B}.

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

What is the intersection of sets A and B?

A

A ∩ B = {x ∈ U | x ∈ A and x ∈ B}.

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

What is A \ B (set difference)?

A

The elements in A that are not in B.

17
Q

What is the symmetric difference of A and B?

A

A △ B = (A ∪ B) ∩ (A ∩ B)′.

18
Q

What are the three properties of a partition?

A
  1. Parts are non-empty, 2. Parts do not overlap, 3. Parts cover the entire set.
19
Q

What is the rule of sum for partitions?

A

A = #A1 + #A2 + … + #An.

20
Q

What does the Venn diagram illustrate?

A

The relationships between sets visually.

21
Q

What is De Morgan’s Law for complements?

A

(A ∩ B)′ = A′ ∪ B′ and (A ∪ B)′ = A′ ∩ B′.

22
Q

What is the formula for A ∩ (B \ C)?

A

A ∩ (B \ C) = (A ∩ B) \ C.

23
Q

What does #(A ∪ B)′ mean?

A

The number of elements in the universe that are in neither A nor B.

24
Q

What is the commutative property of sets?

A

A ∩ B = B ∩ A and A ∪ B = B ∪ A.

25
Q

What is the associative property of sets?

A

A ∩ (B ∩ C) = (A ∩ B) ∩ C and A ∪ (B ∪ C) = (A ∪ B) ∪ C.

26
Q

What is the idempotence property of sets?

A

A ∩ A = A and A ∪ A = A.

27
Q

What is the involution property of sets?

A

(A′)′ = A.

28
Q

What is the distributive law of sets?

A

A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C).

29
Q

What is a tautology in set algebra?

A

A statement that is always true, like A ∪ U = U.

30
Q

What is an example of a set equation verification?

A

(A′ ∩ B)′ ∪ (C ∩ A′)′ = A ∪ (B ∩ C)′.