Set Theory Flashcards

(54 cards)

1
Q

What is a Set?

A

A set is a collection of distinguishable objects.

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

How are the objects contained in a set called?

A

They are called members or elements

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

How can you specify that an element is in a set?

A

x \in S

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

How can you specify that an element is not in a set?

A

x \notin S

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

Can the set contain an element more than one time?

A

No, it cannot

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

How is called the variation of the set that can contain an object multiple times?

A

Multiset

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

Are the elements (also called members) of a set ordered?

A

No, they are not

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

When two sets are equal?

A

When they contains the same elements.

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

What is an empty set?

A

A set that does not contain any element

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

What is a singleton set?

A

A set containing exclusively one element

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

What does it mean that the set A is a subset of B?

A

If all the elements of A are contained in a set B

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

What is a proper subset?

A

If all the elements of A are contained in a set B, but the two sets A and B are not equal

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

Is it true that any set is the subset of itself?

A

Yes

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

How can we mathematically indicate that two sets are equal?

A

A = B \iff A \subseteq B \land B \subseteq A

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

Is it true that for any set A, the empty set is included?

A

Yes, indeed: \forall A, \emptyset \subseteq A

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

Can we define sets in terms of other sets?

A

Yes

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

What are the set operations?

A
  • Intersection
  • Union
  • Difference
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the intersection operation?

A

A \cap B = { x : x \in A \land x \in B }

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

What is the union operation?

A

A \cup B = { x : x \in A \lor x \in B}

\lor indicates an inclusive or

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

What is the difference operation?

A

A - B = { x : x \in A \land x \notin B }

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

What is the intersection of the set A with the empty set?

A

The empty set

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

What is the union of the set A with an empty set?

23
Q

How to name the laws describing?

  • The intersection of the set A with the empty set
  • The union of the set A with the empty set
A

Empty set laws

24
Q

What are the idempotency laws?

A

A \cup A = A
A \cap A = A

25
Apply the commutative laws to the two given sets A and B
A \cup B = B \cup A A \cap B = B \cap A
26
Apply the associative laws to the two given sets A and B
A \cap (B \cap C) = (A \cap B) \cap C A \cup (B \cup C) = (A \cup B) \cup C
27
Apply the distributive laws to the two given sets A and B
A \cup (B \cap C) = (A \cup B) \cap (A \cup C) A \cap (B \cup C) = (A \cap B) \cup (A \cap C)
28
Apply the absorption laws to the two given sets A and B
A \cap (A \cup B) = A A \cup (A \cap B) = A
29
Apply the DeMorgan's Laws to the two given sets A and B
A - (B \cap C) = (A - B) \cup (A - C) A - (B \cup C) = (A - B) \cap (A - C)
30
When two sets are disjoint?
When they do not have any elements in common It mathematically means: A \cap B = \emptyset
31
How a partition of the set S is defined?
A collection C of nonempty sets is defined a partition if: - The sets are pairwise disjoint - The unions of all the sets of the collection C compose the set S
32
How the cardinality (also called the size) of a set is defined?
The cardinality of a set is the number representing the number of elements (also called members) composing the set
33
What are the laws to which the set operations obey?
- Empty Sets laws - Idempotency laws - Commutative laws - Associative laws - Distributive laws - Absorption laws - DeMorgan's laws
34
How to define the complement of the set A
A^c = U - A = \{ x : x \in U \land x \notin A \}
35
How do we define a set whose cardinality is a natural number?
Finite set
36
How do we define a set whose cardinality is not a natural number?
Infinite
37
What types of infinite sets do exist?
- Countable infinite - Uncountable infinite
38
What does it mean for a set to be countable finite?
The set could be put in a one-to-one correspondence with the \mathbb{N} or \mathbb{Z}
39
What does it mean for a set to be uncountable infinite?
The set could not be put in a one-to-one correspondence woth \mathbb{N} or \mathbb{Z}
40
What is the relationship of cardinality with union of two sets?
|A \cup B| = |A| + |B| - |A \cap B|
41
Is the triangle inequality applied to the cardinality of sets?
|A \cup B| \leq |A| + |B|
42
How is called a set of n elements?
n-set
43
How is called a set of 1 element?
Singleton
44
How is called a subset of k elements of a generic set?
k-subset
45
How do we call the set of all the subsets of a set S?
Power set
46
How many elements there are in a Power Set of a set S containing n elements?
2^n or 2^{|S|}
47
What will be the cardinality of a power set built over a set S having n elements?
2^n or 2^{|S|}
48
How to the define the ordered pair (a, b) according to the set theory?
(a, b) = \{ a, \{ a, b \} \}
49
How do we define the Cartesian product of two sets A and B?
The Cartesian Product of the two sets A and B is defined as the set of all the ordered pairs such that the first element of the pair is an element of A and the second element of the pair is an element of B A \times B = \{ (a,b) : a \in A \land b \in B \}
50
What is the cardinality of the cartesian product of two sets?
|A \times B| = |A| \cdot |B|
51
How the Cartesian Product of n sets is defined?
The Cartesian Product of n sets is the set of n-tuples A_1 \times A_2 \times \ldots \times A_n = \{ (a_1, a_2, \ldots, a_n) : \forall a_i \in A_i, i = 1, 2, \ldots, n \}
52
What is the cardinality of the Cartesian Product of n sets?
|A_1 \times A_2 \times \ldots \times A_n| = |A_1| \cdot |A_2| \cdot \ldots \cdot |A_n|
53
How is defined A^n?
A^n = A \times A \times \ldots \times A
54
How to define the cardinality of A^n
|A^n| = |A|^n, if A is finite