can you help me how to solve this exercice? Define in $L^2(-1,1)$ $$ T_k[f](x):= \int_{-1}^1 \frac{(-1)^k}{(2k+1)!}(xy)^{2k+1} f(y)\,\,dy $$ i) show that $||T_k||\to 0$;
ii) find eigenvalues of $T_0$.
I don't know how to solve the first point, while I tried to solve the second point solving a Fredholm equation: $\int_{-1}^1xyf(y)\,dy=\lambda f(x)$. So I have $xC=\lambda f(x)$, where $C=\int_{-1}^1yf(y)\,dy$, multiply $x$ in $L^2$ and I find $(x,x) C= \lambda C$. So $\lambda=2/3$ is correct?
Using a very crude estimate, and with Cauchy-Schwarz near the end, \begin{align} \|T_kf\|^2 &=\int_{-1}^1\left|\int_{-1}^1\frac{(-1)^k}{(2k+1)!}\,x^{2k+1}y^{2k+1}\,f(y)\,dy\right|^2\,dx\\ \ \\ &\leq\int_{-1}^1\left(\int_{-1}^1\frac{1}{(2k+1)!}\,|x|^{2k+1}|y|^{2k+1}\,f(y)\,dy\right)^2\,dx\\ \ \\ &\leq\frac{1}{(2k+1)!}\int_{-1}^1\left(\int_{-1}^1\,|f(y)|\,dy\right)^2\,dx\\ \ \\ &=\frac{2}{(2k+1)!}\left(\int_{-1}^1\,|f(y)|\,dy\right)^2\\ \ \\ &\leq\frac{2}{(2k+1)!}\left(\int_{-1}^1\,|f(y)|^2\,dy\int_{-1}^11^2\,dy\right)^2\\ \ \\ &=\frac{8}{(2k+1)!}\,\|f\|^2\xrightarrow[k\to\infty]{}0. \end{align}
Your argument for the eigenvalue looks fine to me.