0

Prop.: Let T: E -> E be a linear mapping. If T is surjective, then T is injective.

I try to prove using that: If Tx = 0 implies x = 0, then T is injective. But it not work... Any help?

Renan R.
  • 253

1 Answers1

1

Trivially if $T$ maps to the same domain ($E \rightarrow E$) and it is surjective (meaning that its imagespace is all of $E$.

By rank nullity theorem (and by extension the dimension theorem) $$dim(Ker(T)) + dim(Im(T)) = dim(E)$$

Thus its kernel space must have dimension of $0$.

q.Then
  • 3,080
  • 1
    You might want to mention that your answer assumes that $ E $ is finite-dimensional, as this is not mentioned in the question. – Martin Argerami May 15 '16 at 07:12