Quick question:
Let $V$ be a finite dimensional inner product space and $T$,$U$ linear operators.
If $\left<Ta,b\right> = \left<Ua,b\right> \;\forall a,b \in V$ then $T = U$?
I am not sure if this reasoning is correct:
If that statement is true for all $a,b \in V$ then in particular for $b = 0$ we have:
$$\left<(T-U)a,0\right> = 0 \quad\forall a \in V \Rightarrow (T-U)a = 0 \; \forall a \in V$$
and then $U = T$
Thanks in advance!
No, $\langle (T - U) a, 0 \rangle = 0$ holds for any $T$ and $U$ whatsoever since we always have $\langle x, 0 \rangle = 0$. So, you cannot conclude anything from this.
To get a correct proof, you would need to apply the hypothesis with $b := (T - U) a$.