Inner product propety with Scalar Matrix (Proof)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
RJLiberator
Gold Member
Messages
1,094
Reaction score
63

Homework Statement


Let A be an nxn matrix, and let |v>, |w> ∈ℂ. Prove that (A|v>)*|w> = |v>*(A†|w>)

† = hermitian conjugate

Homework Equations

The Attempt at a Solution


Struggling to start this one. I'm sure this one is likely relatively quick and painless, but I need to identify the trick behind it.

Are there any tips?

My only current thought is to use the properties of inner products. Should I look at each element of the matrix A one by one?
 
Physics news on Phys.org
How is this for a solution:

Writing in sum notation, we note that matrix A has corresponding eigenvalue such that A|v_i> = t|v_i>

We replace it in the left hand side so that
t|v_i>|w_i> = |v_i>A†|w_i>

Now, since the hermitian conjugate takes the transpose and the complex conjugate, we see that

A^T^*|w_i> = t*|w_i>

Applying properties of inner product spaces, to take the scalar t* out of the right hand side, we take its complex conjugate.

So we are left with
t|v_i>|w_i> on both sides
 
The problem that I am having right now is this:

A^T^* (|w_i>) = t*|w_i>
where T is transpose and * is complex conjugate

I know that the eigenvalues of a matrix and it's transpose are equal. But that does mean that the eigenvalues of a complex matrix and its conjugate are off by conjugation?

If so, this proof is concluded.
 
RJLiberator said:
Writing in sum notation, we note that matrix A has corresponding eigenvalue such that A|v_i> = t|v_i>
I don't understand why you are assuming that |v> is an eigenvector of A.

I would do the proof by considering the elements of the matrix and the vectors. For instance, defining |u> = A|v>, we have
$$
u_i = \sum_j A_{ij} v_j
$$
and so on.