Today, one of my friends asked that if we take the linear transformation $T : P(\mathbb{R}) \to P(\mathbb{R})$ s.t. $T(p(x))=p(x)+p''(x)$, then $T$ is onto or not. $P(\mathbb{R})$ is the vector space of all formal power series.
My attempt : If we take a polynomial $q(x) \in P(\mathbb{R})$, then we can form a differential equation $p''(x)+p(x)=q(x)$. But is it solvable ?? The confusion rises since $p(x)$ and $q(x)$ are all formal power series.
I've tried to check the coefficients and compare them, but it doesn't help in any way. Help would be appreciated.
It's trivial that this map is surjective.
We need to show this: Given any sequence $(a_0,a_1,\dots)$ there exists a sequence $(b_0,b_1,\dots)$ such that $$2b_2+b_0=a_0,$$ $$6 b_3+b_1=a_1,$$ $$12b_4+b_2=a_2,$$etc.
Let $b_0=b_1=0$. Solve the first equation for $b_2$. Solve the second equation for $b_3$. Since we have determined $b_2$ we can solve the third equation for $b_4$. Etc.