Cardinality of a set that contains duplicate sets

456 Views Asked by At

Let's assume we have a set (not a multiset), that contains three subsets

$A = \{\{a,b,b\},\{b,b,a\},\{b,a,b\}\}$

From my understanding of set theory, the three subsets are all equal to each other. So would then the cardinality of the set be one, $|A|=1 $? Thank you.

1

There are 1 best solutions below

0
On BEST ANSWER

Yes, it's indeed just the set $\{\{a,b\}\}$.