Chapter 0.3: Sets Flashcards

(41 cards)

1
Q

What is a set?

A

An unordered collection of unique objects.

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

What kind of values can a set have?

A

Any kind of value.

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

Why is set Notation helpful?

A

Makes writing sets less verbose

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

How does A = {1,2,3} read?

A

“A is the set containing the elements 1, 2, and 3.”

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

How does a ∈ {a,b,c} read? ∉?

A

“a is an element of the set containing the letters a, b, and c.

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

A = {1,b,{x, y, z}, ∅}, B = {1,b} and C = {x,y,z}. is B a subset of A? is C a subset of A?

A

Yes, No

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

What are curly braces used for?

A

Enclosing the elements of a set

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

What is ℕ?

A

Natural numbers set, not everyone includes 0, but the textbook does.

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

What does “:” read? do?

A

“such that”

Separates the elements in the set from the conditions to be satisfied.

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

How is this read: A = {x ∈ ℕ : ∃n ∈ ℕ(x = 2n) }? Can this be read more concisely?

A

“the set of all x in the natural numbers, such that there exists some n in the natural numbers for which x is twice n.”

“the set of all natural numbers that are even”

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

What are substitute symbols for ∈ that mathematicians like to use?

A

“|” instead of “:”

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

What is set builder notation?

A

Set building instructions that require a condition that elements must satisfy for inclusion

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

In set builder notation, the ____ sometimes comes before the “:”.

A

Condition

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

What is this symbol? ∅

A

the empty set is the set which contains no elements. Is a subset of every set

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

What is this symbol? 𝓤

A

the universe set is the set of all elements

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

What is this symbol? ℚ

A

the set of rational numbers

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

What is this symbol? ℤ

A

the set of all integers {…, -3, -2, -1, 0, 1, 2, 3, …}

18
Q

What is this symbol? ℝ

A

the set of all real numbers. Any number that is rational or irrational

19
Q

What is this symbol? ℕ

A

the set of all natural numbers {0, 1, 2, 3, …}

20
Q

What is this symbol? P(A)

A

the power set of any set A that is the set of all subsets of A

21
Q

Read: {1,2,3}

A

The set containing the elements 1, 2, and 3.

22
Q

read: { x : x > 2 }

A

“x is the set of all x such that x is greater than 2”

23
Q

What is this symbol? ⊆

A

“Subet of”. A ⊆ B asserts that A is a subset of B: every element of A is also an element of B

24
Q

What is this symbol? ⊂

A

“Proper subset of”. A ⊂ B asserts that A is a proper subset of B: every element of A is also an element of B but A does not equal b

25
What is this symbol? ∈
“is an element of” 2 ∈ {1,2,3} is an element of the set {1,2,3}
26
What is this symbol? ∉
“is NOT an element of”. 4 ∉ {1,2,3} is not an element of the set {1,2,3}
27
What is this symbol? ⋃
Union. A ⋃ B is the union of A and B: is the set containing all elements which are elements of A or B or both.
28
What is this symbol? ⋂
Intersection. A ⋂ B is the intersection of A and B: the set containing all elements which are elements of both A and B
29
What is this symbol? \
A \ B is the set difference between A and B: the set containing all elements of A which are not elements of B.
30
What is this symbol? A'
(textbook has a line over A instead of an apostrophe after it) - the complement of A is the set of everything which is not an element of A.
31
What is this symbol? |A|
the cardinality (or size) of A is the number of elements in A.
32
explain ⊆ and ⊂ are analogous to ≤ and
⊆ means “is equal to or a subset of”
33
What is P(A)?
The set of all possible subsets of A.
34
What is Cardinality?
The number of elements in a set.
35
What is another way of explain set difference?
A ⋂ B’ the intersection of A and the complement of B.
36
Set operations produce \_\_\_\_\_\_.
Other sets.
37
What is a cartesian product?
A set containing the pairings of every element in one set with each element in another set.
38
\_\_\_\_ are great visual representations of operations on sets?
Venn Diagrams.
39
Draw A ⋃ B?
40
Draw A ⋃ B' or A \ B?
41
Draw (B ⋂ C) ⋃ (C ⋂ A')