I would like to solve the following exercise:
Let $V$ be the space of continuous real-valued functions on the real line. Let $T$ be the linear map on $V$ defined by $$ (Tf)(x) = \int\limits_{0}^{x}f(t)dt.$$ Prove that $T$ has no eigen-values.
Here is my attempt:
Suppose on contrary, $T$ has an eigenvalue say $\lambda$. Then there is a non-zero $f\in V$ such that $$ Tf= \lambda f$$ i.e., for all $x\in \mathbb{R}$, $$ \int\limits_{0}^{x}f(t)dt= \lambda f(x) $$ i.e., for all $x\in \mathbb{R}$, $$ f(x)-f(0)= \lambda f'(x)$$ i.e., for all $x\in \mathbb{R}$,$$ (f(x)-f(0))^{\lambda}= e^{\mu x}$$ Take $x=0$, we get $$ 0=e^{0}=1.$$ Therefore $T$ has no eigenvalues.
Is the above argument correct?
Your argument fails at the point $$f(x) - f(0) = \lambda f'(x), \forall x \quad\implies\quad (f(x)-f(0))^{\lambda} = e^{\mu x},\forall x \tag{*1}$$
Let's say $f_0(x)$ is a solution satisfy LHS, then every constant multiple of $f_0(x)$ is also a solution. However, the RHS of your argument doesn't maintain the same form.
It is clear any eigenfunction $f(x)$ of the problem satisfy the ODE on LHS of $(*1)$. Furthermore, $f(0) = 0$. By Picard–Lindelöf theorem (aka, the uniqueness of solutions of first-order ODE with given initial conditions), we can deduce $f(x) = 0$ identically. This will contradict with the fact that $f(x)$ is an eigenfunction and cannot be zero identically.
Following is a direct proof that $f \mapsto Tf$ doesn't have any eigenvalue. It illustrate the Picard iteration process which appears in the proof of uniqueness part of Picard-Lindelof theorem.
Let's say $\lambda$ is an eigenvalue of the map $f \mapsto Tf$:
$$Tf(x) = \int_0^x f(x) dx = \lambda f(x),\quad \forall x \ge 0$$
and $f(x)$ is corresponding eigenfunction. Since $f(x)$ is an eigenfunction, it cannot be zero identically. Since $f(x)$ is continuous, we can find a $L > 0$ such that $f(L) \ne 0$.
First, let us consider the case $\lambda = 0$. When $\lambda = 0$, we have
$$\int_0^x f(x) dx = 0, \forall x \in [0,L] \quad\implies\quad f(L) = \left.\frac{d}{dx}\left(\int_0^x f(x) dx \right)\right|_{x=L} = \left.\frac{d}{dx} 0\right|_{x=L} = 0$$ This contradicts with our choice of $L$.
Next, consider the case $\lambda \ne 0$. Since $f(x)$ is continuous over $[0,L]$, we can pick a $M > 0$ such that $|f(x)| \le M$ over $[0,L]$. For any $x \in [0,L]$, above bound leads to
$$|f(x)| = \left|\frac{1}{\lambda}\int_0^x f(x)dx\right| \le \frac{1}{|\lambda|}\int_0^x |f(x)|dx \le M \frac{x}{|\lambda|}$$ this new bound in turn implies
$$|f(x)| \le \frac{1}{|\lambda|}\int_0^1 M\frac{x}{|\lambda|} dx = \frac{M}{2!}\left(\frac{x}{|\lambda|}\right)^2$$ Repeat this procedure $n-2$ more times, we find for any integer $n \ge 1$,
$$|f(x)| \le \frac{M}{n!}\left(\frac{x}{|\lambda|}\right)^n,\quad\forall x \in [0,L]$$
Restrict $x$ to $L$ and sending $n$ to infinity, we obtain
$$|f(L)| \le \lim_{n\to\infty} \frac{M}{n!}\left(\frac{L}{|\lambda|}\right)^n = 0 \quad\implies\quad f(L) = 0$$ This again contradicts with our choice of $L$.
Combine these, we can conclude the map $f \mapsto Tf$ doesn't have any eigenvalue.