Example of linear transformation on infinite dimensional vector space

1.5k Views Asked by At

I haven't had much experience with infinite dimensional vector spaces, and I was working on a problem that asks to prove that for a finite dimensional vector space $V$, and linear transformation $T:V\to V$, $V=imT + ker T \implies V=imT \bigoplus ker T$ . I think I've done this correctly by using the rank-nullity theorem to show $dim(imT \cap kerT)=0$. Next I'm asked to find a counterexample to the assertion for an infinite dimensional $V$ and $T$.

I'm not exactly sure what I'm looking for here. It seems like it should be a linear transformation that maps one or more non-zero elements of $V$ to its own kernel (since their intersection is has to be non-trivial), but its image and kernel still span $V$ somehow.

2

There are 2 best solutions below

3
On BEST ANSWER

Consider, $P$ be the set of all polynomials with rational coefficient. Indeed it is a vector space(http://people.math.carleton.ca/~kcheung/math/notes/MATH1107/wk08/08_infinite_dimension_example.html). Define the derivative map from $P$ to $P$ is a linear map.

0
On

Consider the left shift operator which takes one-sided sequences $(x_1, x_2, x_3,\dots)$ to $(x_2, x_3, x_4,\dots)$. It has nonzero kernel and is onto...

(We could consider sequences of elements of some field $F$, such as $\mathbb R$ or $\mathbb C$, say...)