Set Notation
What is a set?
- A set is a collection of elements
- Elements could be anything - numbers, letters, coordinates etc
- You could describe a set by writing its elements inside curly brackets {}
- e.g. {1, 2, 3, 6} is the set of the factors of 6
- If the set of elements follow a rule then you can write this using a colon inside the curly brackets {... : ...}
- The bit before the colon is just the type of element
- The bit after the colon is the rule
- e.g. {x : x2 < 100} is the set of numbers which are less than 100 when squared
What do I need to know about set notation?
- is the universal set (the set of everything)
- e.g. if talking about factors of 24 then = {1, 2, 3, 4, 6, 8, 12, 24}
- You may see alternative notations used for
- U is a common alternative
- S or the Greek letter ξ (xi) may also be seen
- We normally use upper case letters to represent sets (A, B, C, ...) and lower case letters to represent elements (a, b, c, ...)
- n(A) is the number of elements in set A
- e.g. n({1, 4, 9}) = 3
- A ∩ B means the intersection of A and B (the overlap of A and B)
- This is the set of elements that are in both set A and set B
- A ∪ B means the union of A and B (everything in A or B or both)
- This is the set of elements that are in at least one of sets