Lecture 1 Flashcards

(7 cards)

1
Q

What is a set?

A

An unordered collection of objects with no duplication.

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

What ways can sets be combined?

A

∪ 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.

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

What is a partition

A

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.

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

What is set builder notation?

A

X = {x|some property that x holds}

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

What is an ordered pair?

A

two sets combine to form a set where the first item comes from the first set and the second from the second set.

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

What is a relation from sets?

A

A subset of the two sets times each other. This can be illustrated by drawing arrows from one point to the other.

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

What is a function?

A

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

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