Let $A$ be a finite set with $card(A)=n$, define a set $${\mathcal{S} }= \{(U,T) \in \mathcal{P}(A) \times \mathcal{P}(A)|U \subseteq T\}$$. Find a formula for $card({\mathcal{S} })$ in terms of n and prove it.
I tried to write down $\mathcal{S} $ explicitly when A has a small number of element but didn’t find anything.
Thanks for any help!!
In $A$ there exists $\binom{n}{k}$ subsets of size $k$, and each subset of size $k$ has $2^k$ subsets, so $$ card(S)=\sum_{k=0}^n\binom{n}{k}2^k=(1+2)^n=3^n $$ By binomial theorem.