I'm solving a question from an Algebra Textbook:
Given a Linear Operator: $$ T: V \rightarrow V \space, \space where \space V=R[t] \space, \space R[t]\space is \space the \space pol. \space space\space with \space real \space coeff. $$ Defined as: $$ (Tf)(x) = \int_0^x f(t)dt\ $$
Find the eigenvalues and the eigenvectors of this operator.
What I already tried: Using the standard base of: $$ B={e _{1}, e _{2}, ..., e _{n}} $$ I constructed the matrix representation of the operator: $$ T(e _{1})=\int_0^x 1dt=x=e _{2} $$ $$ T(e _{2})=\int_0^x xdt=x^2/2=e _{2}/2 $$ And so on, getting: \begin{bmatrix} 0 & 0 & 0 & \dots & 0 \\ 1 & 0 & 0 & \dots & 0 \\ 0 & 1/2 & 0 & \dots & 0 \\ 0 & 0 & 1/3 & \dots & 0 \\ \dots & \dots & \dots & \dots & \dots \\ 0 & 0 & 0 & \dots & 1/n \\ \end{bmatrix}
Solving for the eigenvalues I get:
$$
\Lambda_{i}=0, \space for \space i=1:n
$$
So the operator has n eigenvalues, all equal to zero?
Or does it mean that the operator doesn't have eigenvalues?
I suppose that $V$ is the set of all real polynomials. Let $\mu \in \mathbb R$ and let $f \in V \setminus \{0\}$ such that $Tf= \mu f$. Then we have
$\int_0^x f(t)dt\ = \mu f(x)$ for all $x$.
Taking derivatives we get
(*) $f(x)= \mu f'(x)$.
If $f$ has degree $n \ge 1$, then $f'$ has degree $n-1$. Thus (*) leads to a contradiction.
Conclusion: $T$ has no eigenvalues.