Is there a projection $T:\mathbb{R}^n\to \mathbb R^n$ such that $\text{tr}(A)=n+1$.

100 Views Asked by At

I am a graduate student.In CMI PHD entrance $2011$ there was a true/false question which is as follows:

For $n\geq 2$ there exists an $n\times n$ matrix $A$ such that $A^2=A$ and $\text{tr}(A)=n+1$.

My solution to this question is as follows:

Any such matrix $A$ is similar to $A'=\begin{pmatrix}I_{r\times r} & O_{r\times(n-r)}\\O_{(n-r)\times r}&O_{(n-r)\times (n-r)}\end{pmatrix}$ and change of basis does not affect trace of a matrix.So,$A'$ has trace $n+1$ but trace of $A'$ is $r\leq n$.Which is a contradiction.

Is this ok or is there any easier way?

2

There are 2 best solutions below

0
On BEST ANSWER

No. There doesn't exist any such projection matrix $A$ such that $\text{tr}(A)=n+1$.

Hint: For a projection matrix $A$ ,$\text{tr}(A) =\text{rank}(A) $

See here for the proof.

1
On

Projections satisfy $P^2=P$, implying that the only eigenvalues are $0$ and $1$. Thus up to similarity, the trace is at most $n$.

But trace is an invariant. So no.