Chapter 2.2-2.3 Flashcards

1
Q

Universal Set

A

U, is the set of all elements that are being considered

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

Complement

A

A’, the set of all elements that are in U and not in A

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

U’

A

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

∅’

A

U

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

(A’)’

A

A

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

Well-defined

A

a set is well-defined if it is possible to determine whether any given item is or is not an element of the set

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

Set that is not well-defined

A

{x/x is a nice cat} because nice is ambiguous

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

Empty set or null set

A

is the set with no elements, denoted ∅

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

Finite

A

a set is finite if the number of elements in the set is a whole number

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

cardinal number or cardinality

A

the cardinality of a finite set A, denoted n(A), is the number of elements in A

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

Cardinality of the empty set

A

0

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

Set A is equal to set B if….

A

if and only if, A and B have exactly the same elements, denoted A=B

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

Set A is equivalent to set B if…

A

if and only if the cardinality of A, n(A), equals the cardinality of B, n(B), denoted A~B

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

Subset

A

Let A and B be two sets. A is a subset of B, denoted A ⊆ B if and only if every element of A is also in B
A= {1, 2, 3}
B= {1, 2, 3, 4, 5}

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

Proper Subset

A

Let A and B be sets, A is a proper subset of B, denoted A⊂B, if and only if A ⊆ B and A≠B
A= {1, 2, 3}
B= {1, 2, 3, 4, 5}

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

Is this a subset?
A= {5, 10, 44}
B= {5, 10, 44}

A

Yes

17
Q

Is this a subset?

W⊆ ℕ

A

No

18
Q

Is this a subset?

A’⊆A

A

No

19
Q

Is this a proper subset?
A= {5, 10, 44}
B= {5, 10, 44}

A

No, because A=B

20
Q

How to find number of subsets

A

If n(A)=K then A has 2^K subsets

21
Q

How to find the number of proper subsets

A

If n(A)=K then A has 2^K - 1 proper subsets

22
Q

Intersection

A

Let A and B be two sets, the intersection of A and B, denoted A∩ B, is the set of all elements that belong to both A and B
A∩ B= {x/xEA and xEB}

23
Q
U= {1, 2, 3...10}
A= {1, 4, 5, 7}
B= {2, 3, 5, 10}
C= {3, 8, 10}
Find A∩ B
A

{5}

24
Q
U= {1, 2, 3...10}
A= {1, 4, 5, 7}
B= {2, 3, 5, 10}
C= {3, 8, 10}
Find B∩ C
A

{3, 10}

25
Q
U= {1, 2, 3...10}
A= {1, 4, 5, 7}
B= {2, 3, 5, 10}
C= {3, 8, 10}
Find A∩ C
A

∅, A and C are disjoint

26
Q

Union

A

let A and B be sets, the union of A and B, denoted AUB, is the set of all elements that belong to either A or B
AUB={x/xEA or xEB}

27
Q
U= {1, 2, 3...10}
A= {1, 4, 5, 7}
B= {2, 3, 5, 10}
C= {3, 8, 10}
Find A U B
A

{1, 2, 3, 4, 5, 7, 10}

28
Q
U= {1, 2, 3...10}
A= {1, 4, 5, 7}
B= {2, 3, 5, 10}
C= {3, 8, 10}
Find A U C
A

{ 1, 3, 4, 5, 7, 8, 10}

29
Q
U= {1, 2, 3...10}
A= {1, 4, 5, 7}
B= {2, 3, 5, 10}
C= {3, 8, 10}
Find B U C
A

{2, 3, 5, 8, 10}

30
Q

A U ∅

A

A

31
Q
U= {1, 2, 3, 4...10}
A= {2, 4, 6, 8}
B= {3, 6, 9}
C= {1, 4, 8}
Find A U (B ∩ C)
A

{2, 4, 6, 8}

32
Q
U= {1, 2, 3, 4...10}
A= {2, 4, 6, 8}
B= {3, 6, 9}
C= {1, 4, 8}
Find B ∩ C'
A

{3, 6, 9}

33
Q
U= {1, 2, 3, 4...10}
A= {2, 4, 6, 8}
B= {3, 6, 9}
C= {1, 4, 8}
Find [A ∩ (B U C)]'
A

B U C= {1, 3, 4, 6, 8, 9}
A ∩ (B U C) = {4, 6, 8}

[A ∩ (B U C)]’ = {1, 2, 3, 5, 7, 9, 10}

34
Q

DeMorgan’s Laws

A

For all sets A and B:

(A U B)’ = A’ ∩ B’
(A ∩ B)’ = A’ U B’

35
Q

Commutative Property

A

A U B = B U A

A ∩ B = B ∩ A

36
Q

Associative Property

A
A ∩ (B ∩ C) = (A ∩ B) ∩ C
A U (B U C) = (A U B) U C
37
Q

Distributive Property

A
A ∩ (B U C) = (A ∩ B) U (A ∩ C)
A U (B ∩ C) = (A U B) ∩ (A U C)