I got some trouble with my homework question :
Let $B$ be the unit ball in $\mathbb{R}^d$, and let $T$ be an integral operatpor on $L^2(B)$ with kernel $K(x,y)$.
Suppose that $\sup_x \int_B |K(x,y)|\ dy \leq A$ and $\sup_y \int_B |K(x,y)|\ dx \leq A$ . Show that $\|T\|\leq A$.
Hint: Use the characterisation $$\|T\| = \sup_{\|f\|=\|g\|=1}|\langle Tf , g\rangle|$$ and use Cauchy-Schwarz and the given two conditions on the resulting double integrals.Suppose that $K(x,y)=|x-y|^{-d+\alpha}$, where $x,y \in B$ and $\alpha>0$. Show that $T$ is a bounded operator on $L^2(B)$.
Show that under the same assumption as in 2) that $T$ is compact.
Hint: Consider the integral operator $T_n$ with kernel $K_n(x,y)= |x-y|^{-d+\alpha}\chi_{|x-y|>\frac 1n},$ where $\chi_{|x-y|>\frac{1}{n}}$ is the characteristic function of the set $\{|x-y|>1/n\}$.
For part (1), my working is \begin{align} ||Tf||^2&= \int_B |Tf(x)|\ ^2dx\\ &= \int_B |\int_BK(x,y)f(y)dy|\ ^2dx\\ &= \int_B |\int_B|K(x,y)|^ {1/2}|K(x,y)|^ {1/2}f(y)dy|\ ^2dx \\ &\leq \int_B (\int_B|K(x,y)|dy)(\int|K(x,y)||f(y)|^2dy)dx \mbox{ (by Cauchy-Schwarz}) \\&\leq \int_B A\int|K(x,y)||f(y)|^2dy)dx \\ &= A\int_B|f(y)|^2\int_BK(x,y)dy\\ &\leq A^2\int_B|f(y)|^2dy\\ &=A^2||f||^2. \end{align}
Hence, by $||Tf||^2$ ≤ $A^2||f||^2$ ,we have ||T||≤ A .
I am not sure if it is right , cus I didn't use the condition $\lVert T\rVert= \sup|(Tf , g)|$ where $\lVert f\rVert=1$ and $\lVert g\rVert= 1$.
For part (2) , I guess if I should show $||k||^2=\int_B \int_B|k(x,y)|dxdy$ is bounded by a finite $C$, then T is bounded by this $C$. However, I don't know how to show this double integral is bounded . I know the fact that in $R^d$, $\int_B1/|x|^{\alpha} $ is finite for $\alpha\leq d$,and escape to infinity otherwise. I guess this fact might be helpful for solving this part.
I don't know how to do (3) either. Guess I have to show $T_n$ converges to $T$ in the operator norm .
Can somebody help me to mend my working and show how to do (2) and (3) ? Thanks in advance.