Lecture 1 Flashcards
(7 cards)
What is a set?
An unordered collection of objects with no duplication.
What ways can sets be combined?
∪ is called union, meaning the sets combine to form one set which contains all objects from both sets.
∩ is called intersection, this means only objects in both sets make it into the new set
• − is called difference or relative complement, e.g A - X means the final set is A, but with objects shared with X removed.
• if our sets exist in some “universe”, U, (e.g. the integers) then we also have a notion
of complement, where Xc = U − X, so basically the complement set is the set of all things not in the original set.
What is a partition
A collection of sets partition a set if the sets collectively make up the bigger set and no items are repeated in between any sets.
What is set builder notation?
X = {x|some property that x holds}
What is an ordered pair?
two sets combine to form a set where the first item comes from the first set and the second from the second set.
What is a relation from sets?
A subset of the two sets times each other. This can be illustrated by drawing arrows from one point to the other.
What is a function?
A special sort of relation which has exactly one arrow from each element of the first set. A partial function is similar except that some elements from the first set may not have arrows starting from them.
The set of all functinos from A to B is denoted B^A