Set Theory Symbols Flashcards
(14 cards)
1
Q
What does the symbol ∈
mean?
A
- Name: Element of
- Purpose: Checks if an element is in a set
- Example: $3 \in {1, 2, 3, 4}$
None
2
Q
What does the symbol ∉
mean?
A
- Name: Not an element of
- Purpose: Shows an element is not in the set
- Example: $5 \notin {1, 2, 3}$
None
3
Q
What does the symbol ⊆
mean?
A
- Name: Subset
- Purpose: Every element in A is also in B
- Example: ${1, 2} \subseteq {1, 2, 3}$
None
4
Q
What does the symbol ⊂
mean?
A
- Name: Proper Subset
- Purpose: A is a subset of B but not equal to B
- Example: ${1, 2} \subset {1, 2, 3}$
None
5
Q
What does the symbol ⊄
mean?
A
- Name: Not a subset
- Purpose: A is not a subset of B
- Example: ${4} \not\subseteq {1, 2, 3}$
None
6
Q
What does the symbol ∪
mean?
A
- Name: Union
- Purpose: Combines elements from both sets (no duplicates)
- Example: ${1, 2} \cup {2, 3} = {1, 2, 3}$
None
7
Q
What does the symbol ∩
mean?
A
- Name: Intersection
- Purpose: Finds elements common to both sets
- Example: ${1, 2} \cap {2, 3} = {2}$
None
8
Q
What does the symbol −
mean in sets?
A
- Name: Set Difference
- Purpose: Elements in A but not in B
- Example: ${1, 2, 3} - {2, 3} = {1}$
None
9
Q
What does P(A)
mean?
A
- Name: Power Set
- Purpose: All subsets of set A
- Example: $P({1, 2}) = {\varnothing, {1}, {2}, {1,2}}$
None
10
Q
What does the symbol ∅
mean?
A
- Name: Empty set
- Purpose: A set with no elements
- Example: $\varnothing = {}$
None
11
Q
Symbol:** P(A)
A
- Name: Power Set
- Purpose: The set of all possible subsets of set A
-
Example:
If $A = {1, 2}$, then:$$
P(A) = {\emptyset,\ {1},\ {2},\ {1,2}}
$$
12
Q
12. Symbol: { x : condition }
A
- Name: Set-builder notation
- Purpose: Defines a set by a rule instead of listing elements
-
Example:$$
{x : x \text{ is even and } x < 10} = {2, 4, 6, 8}
$$
13
Q
13. Symbol: :
or |
A
- Name: Such that
- Purpose: Introduces the condition in set-builder notation
-
Example:$$
{x \in \mathbb{Z} : x > 0} = \text{All positive integers}
$$
14
Q
A