I've been working on a problem and when I looked around the site I couldn't seem to find much that looked like what I was trying to solve. My problem is as follows:
Let $A$ be an infinite set and denote card($A$) by $\alpha$. If $B$ is an infinite set, denote card($B$) by $\beta$. Define $\alpha\beta$ to be card($A\times B$). Let $B'$ be a set of disjoint from $A$ such that card($B$)=card($B'$). Define $\alpha+\beta$ to be card ($A\cup B'$). Denote by $B^A$ the set of all maps of $A$ into $B$, and denote card($B^A$) by $\beta^{\alpha}$. Let $C$ be an infinite set and abbreviate card($C$) by $\gamma$.
Prove (a). $\alpha(\beta+\gamma)=\alpha\beta+\alpha\gamma$.
Attempt: Let $f:A\times(B\cup C')\rightarrow(A\times B)\cup(A\times C')$ be defined by $f(a,x)=(a,x)$ where card$(C')=$card$(C)$ and $C'$ is disjoint from $B$. Suppose that $f(a,x)=f(b,y)$. Then $(a,x)=(b,y)$ so $f$ is injective. Now, if $(a,x)\in(A\times B)\cup(A\times C)$ then $f(a,x)=(a,x)$ so $f$ is surjective. Therefore, $f$ is bijective and the claim is true.
My thought process is that $A\times(B\cup C')=(A\times B)\cup(A\times C')$ so the identity map is a bijection which gives me that the cardinalities are the same.
(b) $\alpha\beta=\beta\alpha$
Attempt: Let $f:A\times B\rightarrow B\times A$ be defined by $f(a,b)=(b,a)$. Now, suppose that $f(a,b)=f(c,d)$. Then $(b,a)=(d,c)$ so $(a,b)=(c,d)$ and we conclude that $f$ is injective. Now, if $(b,a)\in B\times A$ then $f(a,b)=(b,a)$ so $f$ is surjective. Therefore, $f$ is bijective so the claim is true.
This one seems fairly clear to me although I will gladly accept any criticism.
(c) $\alpha^{\beta+\gamma}=\alpha^{\beta}\alpha^{\gamma}$.
Attempt: Let $\phi:A^{B\cup C'}\rightarrow A^B\times A^{C'}$ be defined by $\phi(\alpha)=(\beta,\delta)$ where $\alpha:B\cup C'\rightarrow A$, $\beta:B\rightarrow A$, and $\delta:C'\rightarrow A$. Furthermore, $(\beta,\delta)(x)=\beta(x)$ if $x\in B$ or $\delta(x)$ if $x\in C'$. Suppose that $\phi(\alpha)(x)=\phi(\sigma)(x)$ where $\phi(\sigma)=(\rho,\tau)$. Then $(\beta,\delta)(x)=(\rho,\tau)(x)$ so if $x\in B$ then $\beta(x)=\rho(x)$ otherwise if $x\in C'$ then $\delta(x)=\tau(x)$. Thus, $\beta=\rho$ and $\delta=\tau$ so $\alpha=\sigma$ and we conclude that $\phi$ is injective. Now, if $(\beta,\delta)\in A^B\times A^{C'}$ then $\phi(\alpha)(x)=(\beta,delta)(x)$ so $\phi$ is surjective. Therefore, the claim is true.
I admit I am a bit lost on this one. I've tried to define a function using the given definitions but am confused on having a product of two sets of maps and how they relate.
Any help would be appreciated.