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!
So in particular, 0 \in $P_n$ for any $n$ since $-\infty <n$ for any $n$ by definition.
– user113102 Mar 05 '19 at 20:04