I'm trying to read Kress' Linear integral equations, and I'm stuck at the first example. There must be something obvious I'm missing, and to that end, should I read something before this text?
$f(x)=\phi(x)-\int_a^b K(x,y)\phi(y)dy,\quad x\in[a,b]$
For the kernel $K(x,y)=c\neq0\quad\forall x,y\in[a,b]$
The solution is $\phi=f+\frac{c}{1-c(b-a)}\int_a^bf(y)dy$
If $K(x,y)=c$, then $$ f(x)=\phi(x)-cI, \tag{1} $$ where $I:=\int_a^b\phi(y)\,dy$. Integrating both sides of $(1)$ yields $$ \int_a^bf(x)\,dx=\int_a^b[\phi(x)-cI]\,dx=I-cI(b-a). \tag{2} $$ Solving $(2)$ for $I$ and plugging the result in $(1)$, one finally obtains $$ \phi(x)=f(x)+\frac{c}{1-c(b-a)}\int_a^bf(y)\,dy. \tag{3} $$