Possible Duplicate:
How to show $(a^b)^c=a^{bc}$ for arbitrary cardinal numbers?
Notation: Let A and B be sets. The set of all functions $f:A \rightarrow B$ is denoted by $B^A$.
Problem: Let A, B, and C be sets. Show that there exists a bijection from $(A^B)^C$ into $A^{B \times C} $. You should first construct a function and then prove that it is a bijection.
What I have so far:
$f:C \rightarrow A^B$
$ f(c) : B \rightarrow A $
and
$ g : B \times C \rightarrow A $
$ g(b, c) \in A$
How do I find a bijection between these functions?