yifli said:
Can you give me an example that shows T is not invertible if only ST=I is given?
thanks
It has to be an infinite-dimensional example, as you just showed.
Let V be the vector space consisting of infinite sequences of the form
(a_1, a_2, a_3, \ldots)
where the a_i are real numbers. (Or complex. It doesn't matter.)
Addition and scalar multiplication are defined pointwise in the obvious way.
Let T be the operator that shifts the sequence right by one step:
T(a_1, a_2, a_3, \ldots) = (0, a_1, a_2, \ldots)
And let S be the operator that shifts the sequence left by one step:
S(a_1, a_2, a_3, \ldots) = (a_2, a_3, a_4, \ldots)
You can verify that these are linear operators, and that
S \circ T = I
but
T \circ S \neq I
T can be "undone" but S cannot.