So, I was practicing some problems and considered the space $X = C[a,b]$ with the $L_{1}$-norm. I consider the operator
$$Tf(x) = \int_a^b k(x,y)f(y)\,dy$$, where $k(x,y)$ is continuous in both of its variables.
So, I find this operator is bounded: $$\|T\| \le \operatorname{max}_{a\le x \le b} \int_a^b |k(x,y)|\,dy$$
Since $k$ is continuous on a compact domain, it reaches its maximum at some $x_{0}$ i.e there is some $x_{0}$ such that $$\operatorname{max}_{a\le x \le b} \int_a^b |k(x,y)|\,dy = \int_a^b |k(x_{0},y)|\,dy$$.
In analogy with the finite dimensional matrix case, where the proof for the 1-norm involves just the vector in that direction, I want to approximate the delta function with a continuous function, say $f_{n} = \frac{n}{\pi(1+n^2(x-x_{0})^2)}$. However, this is where I get confused. How would I estimate this as I want to get $$\|T\| \ge \operatorname{max}_{a\le x \le b} \int_a^b |k(x,y)|\,dy$$. Or am I just doing this the entirely wrong way?