I need some help with the following: Suppose that $T:[0,1] \rightarrow [0,1]$ is an homemorphism, which satisfies that $T(0)=0$. It is really intuitive that $$\int_0^1 |T(y) - y| dy = \int_0^1 |T^{-1}(y) - y| dy$$ since $T$ and $T^{-1}$ are symmetric with respect to the identity, and so the area between $T$ and identity will be the same as $T^{-1}$ and identity, which is the equality posted above.
For me, it's intuitive but I can't get a proof of that. Also, what happend if we change the absolute value by square (change the $L_1$ norm for $L_2$ norm).
Thanks a lot!
Here's a sketch of my solution:
Begin by proving that for any homeomorphism $f$ of $[0,1]$ we have $$\int_0^1 f(t)\, dt + \int_0^1 f^{-1}(t)\, dt = 1$$ That's easy. Then define $M(x) = \max\{x,T(x)\}$ and $m(x) = \min\{x,T^{-1}(x)\}$. Observe that $m(x)=M^{-1}(x)$
Then $$\int_0^1 |x-T(x)|\,dx = \int_0^1 2M(x)-x-T(x)\,dx = 2\int_0^1 M(x)\, dx -\frac{1}{2}-\int_0^1 T(x)\,dx$$ $$=2\left(1-\int_0^1 m(x)\, dx\right)-\frac{1}{2} - \left(1-\int_0^1 T^{-1}(x)\,dx\right) = \frac{1}{2}+\int_0^1 T^{-1}(x)\,dx - 2\int_0^1 m(x)\,dx$$ $$=\int_0^1 x + T^{-1}(x)-2 m(x)\,dx = \int_0^1 |x-T^{-1}(x)|\,dx$$