Sets Flashcards
What are sets?
Sets - Unordered collection of distinct objects
******No order between the elements + No repeated elements********
- Requires a name with a capital letter
- items should be in between {}
- Can be finite or infinite
Fruits = {apple, orange, grapes}
What is the notation for saying that an element is part of a set?
What is the notatin for saying that an element is not part of a set?
What is the notation for the cardinality of a set?
How to represent that two is an element of another set
give an example of list notation
give an example of visual representation
what is builder notation
give the builder notation for ‘all students in the room’
write builder notation for a set which contains m and n where they are all integers excluding 0
what are the different number types we have to know
how do you represent an empty set
what are the cardinalities of empty sets
how do you visually represent a subset
give the notation when A is a subset of B when A contains all elements of B