From S.L Linear Algebra:
(1) Let $P_n$ be the vector space of polynomials of degree $ \leq n$. (2) Then the derivative $D: P_n \rightarrow P_n$ is a linear map of $P_n$ into itself. (3) Let $I$ be the identity mapping.
Prove that the following linear maps are invertible:
(a) $I - D^2$
...
My observation (long):
(1)
I find a first sentence very interesting:
Let $P_n$ be the vector space of polynomials of degree $ \leq n$.
But in order for $P_n$ to be a vector space, it must contain a zero vector, which in vector space of polynomials is given by a zero polynomial which has a very confusing degree. But it is argued that it makes most sense for zero polynomial to have $-\infty$ degree.
Hence wouldn't it be more precise to say that $P_n$ is vector space of polynomials that have a degree of $\leq -\infty$? In which case $n= -\infty$?
I don't believe $n$ is associated in any way with dimension of vector space, because in this case this assertion would break rule of cardinality.
(2)
Then the derivative $D: P_n \rightarrow P_n$ is a linear map of $P_n$ into itself.
This is another interesting assertion. We know that exponent property of derivative will change degree of $p_g \in P_n$ to $g-1$.
In this case, if our polynomial is something like $x^{-\infty + 1}$, we would get a derivative $\frac{d}{dx} x^{-\infty + 1} = -\infty x^{-\infty}$ which suggests that kernel is not trivial for $D$ and hence our linear derivative map over $P_n$ to $P_n$ is not injective... And therefore not invertible.
I definitely am wrong with this assertion, since it is assumed that $D$ is invertible over $P_n \rightarrow P_n$
(3)
Let $I$ be the identity mapping.
It is very easy to prove that identity map is both injective and surjective therefore invertible. Since considering that:
$I(v) = v$
We can easily see that $Im(I) = P_n$ and $Ker(I) = {0}$.
Polynomials being scalars:
Considering that polynomials are scalars, isn't basis of vector space zero-dimensional? Therefore by rank-nullity theorem:
$$\textrm{dim} \, P_n = \textrm{dim} \, Im(P_n) + \textrm{dim} \, Ker(P_n)$$
$$0 = \textrm{dim} \, Im(P_n) + \textrm{dim} \, Ker(P_n)$$
$$0 = 0 + 0$$
Therefore by this assumption, kernel is trivial and linear map must be invertible.
Question:
In this case, I'm trying to find that there exists a matrix $A$ such that:
$$(I - D^2)A = I$$
I know that identity map is invertible (as mentioned in my observation), but I'm not so sure about $D^2$. In fact I'm unable to find a matrix associated with $D$ in order to prove my assertion.
What could be the simple solution? Is my observation very incorrect?
Thank you!
Invertibility of $I-D^2$ is the same as saying that $1$ is not an eigenvalue of $D^2$.
Suppose $D^2p=p$. Then $p=0$, otherwise the degree of $D^2p$ is strictly less than the degree of $p$.
Technical note: the degree of the zero polynomial is usually taken to be $-\infty$ so as to preserve the properties $$ \deg(p+q)\le\max\{\deg(p),\deg(q)\}, \qquad \deg(pq)=\deg(p)+\deg(q) $$ with the obvious definition $-\infty+n=-\infty$ for every $n$ (finite or $-\infty$).
In my lecture notes I define $P_n$ to be the vector space consisting of polynomials of degree $<n$ (so including the zero polynomial). This way $P_0$ is the trivial vector space and, in general $P_n$ has dimension $n$. But that's not really a problem with your notation. Just remember that your $P_n$ has dimension $n+1$ (for $n\ge0$, of course).
An example with $n=3$ (your notation). If we consider the standard basis $\{1,x,x^2,x^3\}$, then $D^2(1)=0$, $D^2(x)=0$, $D^2(x^2)=2$, $D^2(x^3)=6x$. Hence the matrix of $I-D^2$ is $$ \begin{bmatrix} 1 & 0 & -2 & 0 \\ 0 & 1 & 0 & -6 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix} $$ and the inverse is $$ \begin{bmatrix} 1 & 0 & 2 & 0 \\ 0 & 1 & 0 & 6 \\ 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \end{bmatrix} $$ The general formula is $$ (I-D^2)^{-1}=I+D^2+D^4+\dots+D^{2k} $$ where $2k\ge n$.