4

I am stuck on the following problem:

Let $T$ be arbitrary linear transformation from $\Bbb R^n$ to $\Bbb R^n$ which is not one-one.Then I have show that Rank $(T)=n-1.$

I know that Rank$(T)$+ Nullity $(T)=n \implies$ Rank$(T)=n-$Nullity$(T)$. But what is the Nullity of $T?$ Can someone point me in the right direction?

EDIT: It was in fact a multiple choice question where the options were :
1. Rank$(T)>0 \space $,
2. Rank$(T)<n \space$,
3.Rank$(T)=n \space$ ,
4.Rank$(T)=n-1$.

The answer was given to be option 4 (which appears to be wrong from the responses).So,choice 2 appears to be correct one.

  • The nullity is the dimension of the kernel. If a linear transformation sends any nonzero vector to the zero, it has a nontrivial kernel, i.e. nullity $\ge 1$. – vadim123 Apr 23 '13 at 18:08
  • 1
    That statement is patently incorrect: the rank of the zero map for instance is always 0. Did you mean to write $\leq n-1$ instead of $=n-1$? – rschwieb Apr 23 '13 at 18:08
  • I think it was a mistake. Because one could have a map from $\mathbb{R}^3$ to $\mathbb{R}^3$ which sends $(1,0,0)$ to itself and $(0,1,0)$ and $(0,0,1)$ to the zero vector. – Cameron Williams Apr 23 '13 at 18:13
  • 1
    $2$ is of course a correct choice. I see no reason for $4$ to be correct. – Sugata Adhya Apr 23 '13 at 18:18
  • 2
    @SugataAdhya yes,I agree... –  Apr 23 '13 at 18:24

3 Answers3

4

Since the transformation is not one-to-one, $Null(T)>1$ so in terms of what you are given and the rank-nullity theorem, the dimensions satisfy

$n-\mathrm{Rank}(T)=\mathrm{Null}(T)>0$

Which is the same thing as saying

$n-\mathrm{Rank}(T)=\mathrm{Null}(T)\geq 1$ or more simply

$n-\mathrm{Rank}(T)\geq 1$

Rearrange the last equation to put $n-1$ alone on a side of the inequality.

rschwieb
  • 153,510
4

Hint: Since $T$ is not one-one so there are vectors $v\neq w$ in $\mathbb R^n$ such that $T(u)=T(w)$ or $T(u-w)=0$. But $u-w\neq 0$ so $\dim(\operatorname{Ker}\, T)\neq 1$ and so...

learner
  • 6,726
Mikasa
  • 67,374
2

I think the nullity which is Kernel of T has one element which is zero since the image of the zero under this map is zero and unique.

MathGuy
  • 43
  • 7