I'm trying to prove that for any cardinal numbers $a,b,c$, the following holds: $a ^ {b + c} = a ^ b a ^ c$ i.e. that there exists a bijective function $ f : A ^ {B \:\: \cup \:\: C} \rightarrow A^B \times A^C $
This is only part of the proof sketch I have (proving $f$ is injective), and I'd like to know if is well written, since I believe it has flaws.
Let $f: \{ g \:\:\: | g:B \cup C \rightarrow A \} \rightarrow \{ \langle g,h\rangle | \:\:\: g: B \rightarrow A \wedge h : C \rightarrow A \}$ such that
$f ( g_{b} \cup g_{c}) = \langle g_{b},g_{c}\rangle$.
Now,
$f( g_{b1} \cup g_{c1}) = f ( g_{b2} \cup g_{c2} ) \implies \langle g_{b1},g_{c1}\rangle = \langle g_{b2},g_{c2}\rangle$ and therefore $f$ is injective.
Questions:
- Does that prove that $f$ is injective? I think it does not, since $f ( g_{b} \cup g_{c} ) = f ( g_{c} \cup g_{b}) \implies \langle g_{b},g_{c}\rangle = \langle g_{c},g_{b}\rangle (\bot)$
- Is there an alternative way to define $f$? It's difficult for me to define it in terms of properties of elements of its domain.
Side note:
The title says "kinds" because the function domain and image sets are sets of sets, but I may be mistaken using that word, if so, please edit accordingly.
\langle
and\rangle
for $\langle$ and $\rangle$ rather than<
and>
; the spacing is off for the latter. – Arturo Magidin Nov 08 '11 at 05:27