3

Let $X$ be the vector space of all complex $n \times n$ matrices and define $T \colon X \to X$ by $Tx \colon= bx$, where $b \in X$ is fixed and $bx$ denotes the usual product of matrices. I know that $T$ is linear.

Under what conditions does $T^{-1}$ exist?

If $b$ is an invertible matrix, then of course $T^{-1}$ exists.

But does the existence of $T^{-1}$ necessarily imply the invertibility of the matrix $b$?

What condition(s) (other than invertibility), if any, should $b$ satisfy in order for $T^{-1}$ to exist?

2 Answers2

3

If $T$ is invertible, there is some $x$ such that $bx = Tx = I$, where $I$ is the identity matrix (why?).

Hence?

PhoemueX
  • 36,211
2

Suppose $T$ has inverse $T^{-1}$. Then $T$ is an injective map between finite dimensional vector spaces. The rank-nullity theorem then implies the map is surjective, so PhoemueX's argument may be applied.

Potato
  • 41,411
  • Ok, if one only means "injective" by "invertible", then one also has to apply this reasoning. One similar point: My proof above only shows that the matrix $b$ has a right inverse. But by similar arguments (which I wanted the OP to figure out himself), this suffices to conclude that $b$ is actually invertible. +1. – PhoemueX Dec 14 '14 at 08:49