set_theory_flashcards

1
Q

Set {}

A

An unordered collection of distinct objects, e.g., {apple, orange, banana}.

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

Element of a Set ∈

A

An item in a set, denoted as ‘a ∈ A’ meaning ‘a is in A’.

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

Empty Set Ø or {}

A

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

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

Finite Set

A

A set with a limited number of elements, e.g., {1, 2, 3}.

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

Infinite Set

A

A set with an unlimited number of elements, e.g., {1, 2, 3, …}.

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

Subset ⊆

A

A set where all elements are also in another set, denoted as A ⊆ B, e.g., {1, 2} ⊆ {1, 2, 3}.

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

Proper Subset ⊂

A

A subset that is not equal to the set it is contained within, e.g., {1, 2} ⊂ {1, 2, 3}.

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

Superset ⊇

A

A set containing all elements of another set, e.g., {1, 2, 3, 4} ⊇ {1, 2}.

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

Universal Set

A

The set that contains all possible elements in a given context.
U={1,2,3,4}

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

Complement
U={1,2,3,4}, A={1,2}
What is A’?

A

All elements not in a specified set, relative to the universal set, e.g., if U={1,2,3,4}, A={1,2}, then A’={3,4}.

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

Union
{1,2,3} ∪ {2,3,4,5}

A

All elements from two sets, without ones that appear in both denoted A ∪ B, e.g., {1,2} ∪ {2,3} = {1,2,3,4,5}.

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

Intersection
{1,2,3} ∩ {2,3,4}

A

Elements common to both sets, denoted A ∩ B, e.g., {1,2,3} ∩ {2,3,4} = {2,3}.

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

Difference
{1,2,3} - {2,3}

A

Elements in one set but not the other, denoted A - B, e.g., {1,2,3} - {2,3} = {1}.

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

Symmetric Difference
{1,2} ⊕ {2,3}

A

Elements in either set but not both, denoted A ⊕ B, e.g., {1,2} ⊕ {2,3} = {1,3}.

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

Commutative Law (Union)
A ∪ B =?

A

A ∪ B = B ∪ A.

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

Commutative Law (Intersection)
A ∩ B = ?

A

A ∩ B = B ∩ A.

17
Q

Associative Law (Union)
(A ∪ B) ∪ C = ?

A

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

18
Q

Associative Law (Intersection)
(A ∩ B) ∩ C =?

A

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

19
Q

Distributive Law (Intersection over Union)
A ∩ (B ∪ C) =?

A

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

20
Q

Distributive Law (Union over Intersection)
A ∪ (B ∩ C) =?

A

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

21
Q

Identity Law (Union)
A ∪ Ø = ?

A

A ∪ Ø = A.

22
Q

Identity Law (Intersection)
A ∩ U =?

A

A ∩ U = A.

23
Q

Complement Law (Union)
A ∪ A’ = ?

A

A ∪ A’ = U.

24
Q

Complement Law (Intersection)
A ∩ A’ = ?

A

A ∩ A’ = Ø.

25
Q

Idempotent Law (Union)
A ∪ A =?

A

A ∪ A = A.

26
Q

Idempotent Law (Intersection)
A ∩ A =?

A

A ∩ A = A.

27
Q

Double Complement Law
(A’)’ =?

A

(A’)’ = A.

28
Q

De Morgan’s Law (Complement of Union)
(A ∪ B)’ = ?

A

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

29
Q

De Morgan’s Law (Complement of Intersection)
(A ∩ B)’ =?

A

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

30
Q

Cartesian Product
if A={1,2} and B={x,y}, then what is A × B?

A

The set of all ordered pairs from two sets, e.g., if A={1,2} and B={x,y}, then A × B = {(1,x), (1,y), (2,x), (2,y)}.

31
Q

Power Set
if A = {1, 2}, then 𝒫(A) is?

A

The set of all subsets of a set, including the empty set, e.g., if A = {1, 2}, then 𝒫(A) = {Ø, {1}, {2}, {1, 2}}.