Define the linear operator $T : L_2[0, 1] \rightarrow L_2[0, 1]$ by $$Tf(x) = \int_0^x \int_y^1 f(z)\,dz\,dy$$ I want to prove the operator is self-adjoint and compact.
Here's my attempt. For the self-adjoint part, we have for $f,g\in L_2[0, 1]$ $$\langle f,Tg \rangle = \int_0^1 f(x) Tg(x)dx$$ $$ = \int_0^1 f(x)(\int_0^x\int_y^1g(z)dzdy)dx$$ $$ = \int_0^1 \int_0^x\int_y^1 f(x) g(z)dzdydx $$ $$ = $$