I am working with Power Sets and I am stumped conceptually on a problem that looks as such: A = {a, {a}}.
Find P(P(A)).
I am under the impression the Power set of A would be: {∅ , a}
and then...
P(P(A)) would be: {{∅ }, {a}, {{∅ }} {a, ∅ }}
Which would resulting in a cardinality of 4.
Hint:
Try to instead look at finding $\mathcal{P}(\mathcal{P}(\{a,b\}))$ and after you are done, replace $b$ with $\{a\}$.
Additional hint: