The time when I studied probability theory was about three years ago, so I have forgot many things and want to refresh them.
I want to prove that if $X,Y,Z$ are independent and uniformly distributed on $[0,1]$ random variables then $(XY)^Z$ is also uniformly distributed on $[0,1]$.
As I know uniformly distributed on $[0,1]$ variable has density $\rho (t)= \begin{cases} 1, t \in [0,1]\\ 0, t \notin [0,1] \end{cases}$.
Denote $\xi = XY$. Since $X$ and $Y$ are independent $\rho_\xi (t) = \rho_X (t) \rho_Y (t) = \begin{cases} 1, t \in [0,1]\\ 0, t \notin [0,1] \end{cases}$, so $\xi$ is uniformly distributed on $[0,1]$.
Denote $\zeta = (XY)^Z$. Since $\xi$ and $Z$ are independent, we obtain in the same way that $\rho_\zeta (t) = \rho_\xi (t) \rho_Z (t) = \begin{cases} 1, t \in [0,1]\\ 0, t \notin [0,1] \end{cases}$ and we are done.
It seems to me that I'm wrong. Can anyone explain me why it is incorrect (I believe that it is) and show the right solution?