5

Let $T:V \to W$ be a linear transformation between inner product spaces. Then $T^\ast: W \to V$ denotes the linear transformation with the property that for every $v \in V$ and $w \in W$, $$\langle T(v),w \rangle = \langle v, T^\ast(w) \rangle.$$ We call $T^\ast$ the adjoint of $T:V \to W$.

$\cdot$ If $T$ is injective is $T^\ast T$ injective (or possibly a bijection)?

$\cdot$ If $T$ is surjective is $T T^\ast$ surjective (or a bijection)?

How can we prove this? Any pointers in the right direction appreciated.

user13451345
  • 443
  • 2
  • 13
  • As also pointed out by others, the adjoint goes from $W^$ to $V^$. How do you propose to compose them? With matrices the distinction can be blurred and you can identify the dual space, albeit non-canonically. Please clarify. As you see the answer depends... – Jyrki Lahtonen Nov 22 '15 at 07:06

2 Answers2

2

Consider the left-shift operator on $\ell^2$ $$ T((x_n)) = (x_2,x_3,\ldots) $$ Then $$ T^{\ast}((x_n)) = (0,x_1,x_2,\ldots) $$ Then $T$ is surjective, and $$ T^{\ast}T((x_n)) = (0,x_2,x_3,\ldots) $$ Hence, $T^{\ast}T$ is neither injective nor surjective.

1

start with

$$T^*\times T=T\times T^*=\det(T) I_n$$

Arashium
  • 2,541