Set Theory Flashcards
What is a Set?
A set is a collection of distinguishable objects.
How are the objects contained in a set called?
They are called members or elements
How can you specify that an element is in a set?
x \in S
How can you specify that an element is not in a set?
x \notin S
Can the set contain an element more than one time?
No, it cannot
How is called the variation of the set that can contain an object multiple times?
Multiset
Are the elements (also called members) of a set ordered?
No, they are not
When two sets are equal?
When they contains the same elements.
What is an empty set?
A set that does not contain any element
What is a singleton set?
A set containing exclusively one element
What does it mean that the set A is a subset of B?
If all the elements of A are contained in a set B
What is a proper subset?
If all the elements of A are contained in a set B, but the two sets A and B are not equal
Is it true that any set is the subset of itself?
Yes
How can we mathematically indicate that two sets are equal?
A = B \iff A \subseteq B \land B \subseteq A
Is it true that for any set A, the empty set is included?
Yes, indeed: \forall A, \emptyset \subseteq A
Can we define sets in terms of other sets?
Yes
What are the set operations?
- Intersection
- Union
- Difference
What is the intersection operation?
A \cap B = { x : x \in A \land x \in B }
What is the union operation?
A \cup B = { x : x \in A \lor x \in B}
\lor indicates an inclusive or
What is the difference operation?
A - B = { x : x \in A \land x \notin B }
What is the intersection of the set A with the empty set?
The empty set