I'm trying to do the following question from an advanced calculus past paper at university:
Suppose that $f(x)$ is continuous in $0\le x \le 1$ show that
$$\int_0^1 \int_x^1 \int_x^y f(x)f(y)f(z) dzdydx = \frac{1}{6} \left( \int_0^1 f(x) dx \right)^3$$
I've found an example in two dimensions (so answer is area square /2) but can't see how to apply the same method to 3 dimensions. Not sure it's correct, but I get down to.
$$I=\frac{1}{2}\int_0^1 \int_0^1 \int_x^y f(x)f(y)f(z) dzdydx$$
Any pointers would be appreciated. I have a feeling the $\int_0^x$ and $\int_x^y$ and $\int_y^1$ for z will be equal giving the factor of 3?
It's just a repeated routine calculation, so I'll just get you started.
$f(x)$ being continuous on $[0,1]$ $\displaystyle \Rightarrow \exists \ F(x) = \int_0^x f(s) \, \mathrm{d}s$ for $x \in [0,1]$.
This implies that
$$ \int_0^1 \int_x^1 \int_x^y f(x) f(y) f(z) \, \mathrm{d}z \, \mathrm{d}y \, \mathrm{d}x = \int_0^1 \int_x^1 f(x) f(y)[F(y) - F(x)] \, \mathrm{d}y \, \mathrm{d}x $$
You can then let $u = F(y)$ to get $$ \int_0^1 \left [f(x) \int_x^1 f(y)F(y) \, \mathrm{d}y - F(x)f(x)\int_x^1 f(y) \, \mathrm{d}y \right ] \, \mathrm{d}x \\ = \int_0^1 \frac{F(1)^2}{2}f(x) + \frac{F(x)^2f(x)}{2} - F(1)F(x)f(x) \, \mathrm{d}x $$
Making the same substitution and using the fact that $\displaystyle F(1) = \int_0^1 f(x) \, \mathrm{d}x $, you will reach your desired result.