I am following the Wikipedia Proof but something goes wrong: $$ f_X(x) = a x^{a-1} \text{ for } x \in [0,1]$$ If $X$ and $Y$ are iid, I want the distribution of $XY$. Actually I want it for the product of $n$ such iid variables, but I thought I would derive that by starting with two. Yet when I try to follow the procedure:
$$f_{XY}(z) = \int_{0}^{1}f_X(x)\cdot f_Y(z/x)\cdot \frac{1}{|x|} dx $$ it diverges.
$$\int_0^1 ax^{a-1} \int_0^{z/x}ay^{a-1} dy dx = \int_0^1 az^a\cdot \frac{1}{x} dx$$
I tried following it step by step but I don't see my mistake. Yet it seems obvious the distribution should be something reasonable. Where is my error?
Ultimately I am trying to find $$E\Big[\frac{-n}{\ln(\Pi X_i)}\Big]$$ but I got it down to needing the distribution of $\Pi X_i$.