Here is something I've found on the internet $$\begin{aligned} f-\int f&=1\\ \left(1-\int\right)f&=1\\ f&=\left(\frac1{1-\int}\right)1\\ &=\left(1+\int+\int\int+\dots\right)1\\ &=1+\int1+\int\int1+\dots\\ &= 1+x+\frac{x^2}2+\dots\\ &= e^x \end{aligned}$$ At first I interpreted this as a joke, but on closer inspection I'm not so sure...
The first thing I checked was the solution, and fairly enough, $e^x$ satisfies the initial equation. It is not the only solution, though: $\lambda e^x$ works jut as well for any $\lambda\in\mathbb R$. I'm not really familiar with integral equations; I don't know if the solution space is a vector space. Maybe it is and our goal is to find a basis for it. If that is the case, then $e^x$ may actually be the expected result.
That being settled, I started looking at the development.
- Writing $\displaystyle f-\int f$ as $\displaystyle \left(1-\int\right)f$ is completely fine, its just operational calculus.
- The "division of both sides" by $\displaystyle\left(1-\int\right)$ must actually mean applying its inverse $\displaystyle\left(\frac1{1-\int}\right)$ on both sides, right? This seems alright, but its not obvious at all to me why should this operator be invertible. In fact, the existence of multiple solutions suggests otherwise...
- The most ridicule step surely is writing $\displaystyle \frac1{1-\int}=1+\int+\int\int+\dots$. If this is true, it settles my problem with the previous step. Is it, though? I can see how the infinite integral summation may be well-defined, but no further than that. I know it is referencing the formal power series equality $\displaystyle\frac1{1-X} = 1+X+X^2+\dots$, but I don't know if the same proof applies since it requires distributiveness.
- Finally, there is an infinite amount of problematic constants being vanished into nonexistence at $\displaystyle 1+\int1+\int\int1+\dots$, a single of which would be enough to destroy the solution: $e^x+1$ does not satisfy the equation.
My guess is that this is really a joke, but I want to know just how much of it is true. Where does the problems arise and how big are they? Is there anything salvageable here?
In general if $T$ is a bounded linear operator on a Banach space $B$ with norm $||T|| < 1$ then $1-T$ is invertible, $1 + T + T^2 + \cdots$ converges in the Banach space topology, and
$$(1-T)^{-1} = 1 + T + T^2 + \cdots$$
just as in the case of real numbers. See Neumann series.
In this case, interpreting $\int$ as the operator $\mathcal{C}[0, 1-\epsilon] \to \mathcal{C}[0, 1-\epsilon]$ given by $(\int f)(x) = \int_0^x f(t) \, dt$, where $\mathcal{C}[0, 1-\epsilon]$ is the Banach space of continuous real-valued functions on $[0, 1- \epsilon]$ for some fixed $\epsilon > 0$, we note that $\int$ is a bounded linear operator and has norm $||\int|| = 1-\epsilon$ (see Integral as a linear operator is bounded). Then we know that $(1 - \int)$ is invertible and $(1-\int)^{-1}= 1 + \int + \int\int + \int\int\int + \cdots$, so these calculations are indeed justified.