Chapter 5 - Sets Flashcards

0
Q

What are the items in a set called?

A

The items in a set are called ‘elements’. There symbol is a ‘squished capital e with one line and a curved side’.

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

What is a set?

A

A set is a collection of clearly defined items.

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

What are the rules of sets?

A
  1. No elements will ever be listed twice.

2. The order of elements does NOT matter.

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

What does ‘written as a rule mean’?

A

A={a,e,i,o,u}

Written as a rule: A={x|x is a vowel}

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

What is a null set?

A

A null set is an empty set. Every set contains a null set.

Symbol: { } ~ nothing in it.

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

What is a subset?

A

If A={1,2,3,4,5} and B={2,3,4} then B c A
Symbol: is a subset-squished ‘c’
is not a subset-squished ‘c’ with a slash through it
Examples:
{1,3,4} c {2,1,4,8,3} TRUE
{1,2,8} c/ {1,2,3,6,9} TRUE
{3,8,6,5,4} c/ {6,5,4} TRUE
{6,5,4} c/ {3,8,6,5,4} TRUE
{1,2,3} c {2,3,1} TRUE (Improper Subset!)
{ } c {8,3,2} TRUE (Improper Subset!)

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

What is a proper subset?

A

All subsets which leave at least one element but also include one element.
e.g. A={1,2,3,4,5,6,7}
Write down one element subset of A
{2} or {4} or {5}

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

What is an improper subset?

A
The set itself and the null set are called improper subsets. 
e.g. B={2,4,6,8,10}
Write down 2 improper subsets of B
1. { } 
2.  {2,4,6,8,10} or {10,8,6,2,4}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does ‘Intersection of Sets’ mean?

A
Symbol: Large 'n' with no tail
What is common between two sets
e.g. A={1,2,3,4,5,6}
B={3,5,8,9,10}
Q: AnB
A: AnB={3,5}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does ‘Union of Sets’ mean?

A
Symbol: U
Everything in two sets, but none are repeated.
e.g. A={1,2,3,4,5,6}
       B={3,5,8,9,10}
Q: AUB?
A: AUB={1,2,3,4,5,6,8,9,10}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does ‘cardinal number’ mean?

A

Symbol: #
The number of elements in a set.
e.g. A={1,2,3,4,5,6} #A=6
B={3,5,8,9,10} #B=5

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

What does ‘set differences’ mean?

A
Symbol: \ 
e.g. A\B A kick out B 
e.g. A={1,2,3,4,5,6}
       B={2,4,6,7,8}
Find A\B
{1,2,3,4,5,6} \ {2,4,6,7,8} kick out anything from A thats in B
A\B={1,3,5}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly