Chapter 5 - Sets Flashcards
What are the items in a set called?
The items in a set are called ‘elements’. There symbol is a ‘squished capital e with one line and a curved side’.
What is a set?
A set is a collection of clearly defined items.
What are the rules of sets?
- No elements will ever be listed twice.
2. The order of elements does NOT matter.
What does ‘written as a rule mean’?
A={a,e,i,o,u}
Written as a rule: A={x|x is a vowel}
What is a null set?
A null set is an empty set. Every set contains a null set.
Symbol: { } ~ nothing in it.
What is a subset?
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!)
What is a proper subset?
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}
What is an improper subset?
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}
What does ‘Intersection of Sets’ mean?
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}
What does ‘Union of Sets’ mean?
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}
What does ‘cardinal number’ mean?
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
What does ‘set differences’ mean?
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}