What is the cardinality of these sets in the order of their serial number?
(i){a} (ii){{a}}
(iii){a,{a}} (iv){a,{a},{a,{a}}}
Explanation
(i) {a}
This set contains only the element a.
-
Number of elements = 1
-
Cardinality = 1
(ii) {{a}}
In this case, the outer curly brackets contain only one thing: the set {a}. Even though {a} has an element inside it, it counts as one single item relative to the outer set.
-
Number of elements = 1
-
Cardinality = 1
(iii) {a,{a}}
Here, the outer set contains two distinct items separated by a comma:
-
The individual element a
-
The set {a}
-
Number of elements = 2
-
Cardinality = 2
(iv) {a,{a},{a,{a}}}
The outer set contains three distinct items separated by commas:
-
The element a
-
The set {a}
-
The set {a,{a}} (this whole group counts as the third item)
-
Number of elements = 3
-
Cardinality = 3
Final Answer in Order:
The cardinalities are:
1,1,2,3