Chapter 2 : Set Theory Flashcards
What is a set?
- Well-defined collection of distinct objects
- Often have similar properties in a set
Set are conventionally denoted with what?
- Capital Letters ( A , B , C )
A = { Orange, White , Black }
B = { 1 , 2 , 3 , 4 , 5 }
C = { {x,y} , {y,z} } ( Set of Sets )
List out ways to describe a set
- List all the elements ( The set is finite )
- List a property necessary for its membership ( Large finite set of infinite set )
- W = { 5 , 6 , 7 , 8 , 9 }
R = { X | X is a positive, even integer } ( 2 , 4 , 6 and so on )
What is odd number and even number?
- Odd Number ( 1 , 3 , 5 , 7 , 11 )
- Even Number ( 2 , 4 , 6 , 8 , 10 )
What does set N has?
- A set of natural numbers
N = { 0 ,1 , 2 , 3 , 4 , 5 , … }
- No Decimal
- Starts with 0
- Positive Values
What does set Z has?
- Set of itegers
Z = { … , -1 , 0 , 1 , … }
- Positive & Negative
- 0
What does set Z⁺ has?
- Set of integers with positive values only
Z⁺ = { 0 ,1 , … }
- Positive
- 0
What does Set Q has?
- Set of rational numbers
Q = { p / q | p ∈ Z , q ∈ Z , q ≠ 0}
- Fractional Numbers
½ , ⅗ , ⅐ , ⅝
What is the other name for rational numbers?
- Fraction Number
What does Set Q ( _ at the top of Q ) has?
- Irrational Number
- PI , √8
Is A equal to B ?
A = { 1 , 2 , 3 }
B = { 3 , 1 , 2 }
- Yes ( A ∈ B )
- Arrangement doesn’t matter
- This is called set equality
When will element X is a subset of Y?
- If every element of X is an element of Y
- It is like a york when drawn as Venn Diagram
- Subset of a set contains any or all of the elements of the set
A = { 1 , 2 }
B = { 1 , 2 , 3 }
A ⊆ B
A = { 1 , 2 }
B = { 1 , 2 }
A ⊆ B
Which answer is correct for
A = { 2 } , B = { 2 , 5 } ?
1. A ⊆ B
2. B ⊆ A
3. A ∈ B
- True
- False
- False
Which answer is correct for
A = { 1 , 2 , 3 , 4 , 5 }
B = { X | X < 6 and x is a counting number X ∈ N }
1. A ⊆ B
2. B ⊆ A
3. A ∈ B
- True
- True
- False ( A is not an element of B )
A is a set, but B contains only numbers (1,2,3,4,5).
𝐴 ={1,2,3,4,5}
A={1,2,3,4,5}, but B does not contain the entire set
{1,2,3,4,5} as an element.
When is X a proper subset of Y ( X ⊂ Y ) ?
- If and only If every element in X is also in Y
- There is at least 1 element in Y not in X
Is X proper subset of Y?
X = { a , b ,c }
Y = { a , b , c , e }
- Yes
What is the difference between Subset and Proper Subset?
- A subset of a set contains any or all of the elements of the set
- A proper subset contain any of the elements of the set but not all of them ( Minimum 1 isn’t the same )
What is an empty set? It was denoted by what symbol?
- Is the set that has no elements at all
- It was denoted by ∅
- ∅ = { }
T = ∅
List out prime number from 1 to 100
2 , 3 , 5 , 7 , 11
13 , 17 , 19 , 23 , 29
31 , 37 , 41 , 43 , 47
53 , 59 , 61 , 67 , 71
73 , 79 , 83 , 89 , 97
- Numbers that have only 2 factors: 1 and themselves
What is a power set?
- The set of all subsets
What is power set denoted by?
- P(S)
What does this symbol ⊂ mean ?
- Proper Subset
What does this symbol ⊆ mean?
- Subset
What does this symbol ∈ mean ?
- Set Equality
How to calculate elements inside the Power Set?
- 2^n
n - Elements in the set
x = { a , b } ( 2 Element )
n[P(x)] = 2² = 4
P(X) = { ∅ , {a} , {b} , {a,b} }
What is the symbol for Union? What is Union?
- A ∪ B
- Set that contains those elements that are either in A or B , or in both
What is the symbol for Intersection? What is Intersection?
- A ⋂ B
- Set that contains those elements in both A and B
When occurs disjoint?
- 2 sets intersection is an empty set
What is the symbol of difference ? What is difference ?
- A \ B
- Element in set A that are not in set B
- Also called
The relative complement of B with respect to A
What is the symbol of complement? What is complement?
There is a Universal Set U cover set A
- _A ( _ is above the A )
- Means element outside of A
What is another way to represent complement?
- A’
What is a Venn Diagram?
- A pictorial representation of set by sets of points in the plane
How to represent Venn Diagram
1. Universal Set
2. Other Sets
- Interior of Rectangle
- Disk ( Circle ) lying within the rectangle
List out the formula to count the number of elements in an Union ( A∪B )
n(A∪B) = n(A) + n(B) – n(A⋂B)
- Sets must be a finite set to use this formula
List out the formula to count the number of elements in an Union ( A∪B∪C )
n(A∪B∪C) = n(A) +n(B) +n(C) –n(A ⋂ B) – n(A ⋂ C) – n(B ⋂ C) + n(A ⋂ B ⋂ C)
- Sets must be a finite set to use this formula