Set Notations Flashcards

(33 cards)

1
Q

What are the symbols for the empty/null set?

A

∅ or { }

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

True or False: The union of two sets A and B is represented as A ∩ B.

A

False

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

What does A ∪ B represent?

A

The union of sets A and B.

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

Fill in the blank: The intersection of sets A and B is denoted as A _____ B.

A

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

What does A ⊆ B mean?

A

Set A is a PROPER subset of set B.

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

Which notation represents the complement of set A?

A

A’

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

True or False: A ∩ A’ = ∅.

A

True

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

What is the symbol for the universal set?

A

U

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

If A = {1, 2, 3} and B = {2, 3, 4}, what is A ∪ B?

A

{1, 2, 3, 4}

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

What does A ∩ B mean?

A

The intersection of sets A and B.

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

Fill in the blank: A set that contains all elements under consideration is called the _____ set.

A

universal

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

What does A ⊄ B indicate?

A

Set A is not a subset of set B.

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

If A = {x : x is an even number}, what does this notation represent?

A

Set A contains all even numbers.

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

True or False: The notation A × B represents the Cartesian product of A and B.

explain why

A

true

Let:
• A = {1, 2}
• B = {x, y}

Then:
A x B = { (1, x), (1, y), (2, x), (2, y) }

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

What is the Cartesian product of sets A = {1, 2} and B = {a, b}?

A

{(1, a), (1, b), (2, a), (2, b)}

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

What does the notation |A| represent?

A

The number of elements in set A.

17
Q

Fill in the blank: The symbol for the power set of A is _____.

18
Q

If A = {1, 2} and B = {2, 3}, what is A ∩ B?

19
Q

What does the notation A’ represent?

A

The complement of set A.

20
Q

What is the meaning of the notation A ∩ (B ∪ C)?

A

The intersection of set A with the union of sets B and C.

21
Q

Fill in the blank: The symbol for the difference of sets A and B is A _____ B.

22
Q

True or False: A ∪ ∅ = A.

23
Q

If A = {1, 2, 3} and B = {1, 2, 3, 4, 5},

A ⊆ B true or false?

24
Q

What does the notation {x : x > 0} represent?

A

The set of all x such that x is greater than 0.

25
Fill in the blank: The symbol for the set difference of A and B is A _____ B.
\
26
If U = {1, 2, 3, 4, 5} and A = {1, 2}, what is the complement A'?
{3, 4, 5}
27
What does A ∪ B = B ∪ A demonstrate?
The commutative property of union.
28
If A = {x : x is a prime number} and B = {2, 3, 5}, what is A ∩ B?
B, since all elements of B are prime.
29
Element a belongs to set A. notation?
a ∈ A
30
what does {x : x} mean?
“the set of all x such that x” — but there’s no condition given.
31
Let A = {1, 2} what is the power set
P(A)= { ∅, {1}, {2}, {1,2} }
32
how many subsets are in a power set?
P(A) = 2³=8
33
power set 3 things to note
• Power set = all subsets • Always includes the empty set and the set itself • Total number of subsets = 2^n , where n = n(A)