Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

let T be a linear operator on a vector space V such that $T^2 -T +I=0$.Then

  1. T is oneone but not onto.
  2. T is onto but not one one.
  3. T is invertible.
  4. no such T exists.

could any one give me just hint?

share|improve this question

3 Answers

up vote 1 down vote accepted

Let $\mathbb{x}$ be any vector in the nullspace. Then $T\mathbb{x} = \mathbb{0}$. Using your equation $T^2 - T + I = 0$, what can you conclude about $\mathbb{x}$?

Alternatively if you know about minimal polynomials: How does your polynomial split?

share|improve this answer
$T^2(x)-T(x)=0$ and so $I(x)=0$ so $x=0$ so $T$ is injective. am I right? – Taxi Driver Nov 9 '12 at 16:38
I know about minimal polynomial, it has distinct roots over the field $\mathbb{C}$ – Taxi Driver Nov 9 '12 at 16:40
Your mapping is injective. It is not necessarily surjective unless $V$ is finite-dimensional. – EuYu Nov 9 '12 at 16:52
1  
It is surjective: $T(-Tx + x) = x$ – Robert Israel Nov 9 '12 at 16:54
Oh, well that's that. Thank you for catching my mistake @RobertIsrael – EuYu Nov 9 '12 at 16:54
show 1 more comment

$$ T^2-T+I=0 \iff T(I-T)=I=(I-T)T, $$ i.e. $T$ is invertible and $T^{-1}=I-T$. In particular $T$ is injective and surjective.

share|improve this answer

$T(T-1)= -I$ then $detT\cdot det(T-I) = (-1)^n$ which implies $det(T) \neq0$ hence $T$ invertible

share|improve this answer
1  
Is it true for a vector space with not a finit dimension ? – Ricky Bobby Nov 9 '12 at 16:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.