Being an undergraduate student of functional analysis, I am trying to show that the following linear operator is invertible and find its inverse.
Let $C[0,1]$ be the space of real-valued continuous function with the usual supremum norm. Let $A:C[0,1]\to C[0,1]$ be a linear operator defined as: $$Ax(t)=\int_0^1 x(s)ds + x(t).$$ I need to show that $A$ is invertible and then find its inverse. I know that I need to show that $A$ as a map is bijective in order to show invertibility. But, I can't even get my head around showing it an injection.
The linear map $A$ is injective if and only if $\ker A=\{0\}$. But, if $x\in C([0,1])$, $$ x\in\ker A\iff\left(\int_0^1x\right)+x=0. $$ So, $x$ is a constant function (it is equal to $-\int_0^1x$). But, for any real number $k$, $\left(\int_0^1k\right)+k=2k$, and $2k=0\iff k=0$. Therefore, $x$ is the null function.