Let $S$ and $T$ be sets such that $|S|=|T|$, prove that $|P(S)|=|P(T)|$ where $P$ denotes a power set.
From the theorem: If $S$ is a finite set with $n$ elements, then the cardinality of $P(S)=2^n$ we can show that $|P(S)|=|P(T)|$ when $S$ and $T$ are finite. I'm not sure where to begin if $S$ and $T$ are infinite sets?
Since $|S|=|T|$, there exists a bijection $f:S \to T$. We can use this to construct a bijection $F:P(S) \to P(T)$.
Define $F(X)$ as follows, $F(X)=\{t \in T| t=f(s) \text{ for some } s \in X\}$.
This is clearly a function from $P(S)$ to $P(T)$, It remains to show that it is injective and surjective.
Surjective
Consider any set $Y \subseteq T$. For every element $y \in Y$, there is an element $s \in S$ such that $f(s)=y$ since $f$ is a bijection, so $F(f^{-1}(Y))=Y$.
Injective
Suppose there were two sets $X,Y \subseteq T$, $X \not=Y$ and $F(X)=F(Y)$. Consider an $s$ that is in one of these sets and not the other (WLOG $X$). Then there must be another element $s'$ in $Y$ such that $f(s)=f(s')$, since otherwise $f(s)$ would not be in $F(Y)$. But, $f$ was a bijection, so this cannot be the case.