0
$\begingroup$

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?

  • 0
    You can't multiply pdfs like that. If X and Y are independent, then the pdf of the vector (X,Y) is $f_{X,Y}(x,y)=f_X(x)f_Y(y)$.2017-02-05

1 Answers 1

0

Let me answer my own question, maybe it will be helpful for someone in the future.

We may find cumulative distribution function of $XY$ from geometric considerations (draw a square $[0,1]\times[0,1]$ and calculate the corresponding area under the graph): $$F_{XY}(t) = P(xy

Similarly for $(XY)^Z = u^Z$: $$F_{u^Z}(t) = P(u^Z

We also know that the derivative from cumulative distribution function is a probability density function, which gives us that this random variable is uniformly distributed.