Understanding the Definition of the Adjoint Operator in Linear Algebra

  • Thread starter Thread starter jostpuur
  • Start date Start date
  • Tags Tags
    Hermitian
AI Thread Summary
The discussion clarifies the distinction between self-adjoint and Hermitian operators, noting that Hermitian operators apply specifically to complex inner product spaces. The adjoint operator T* is defined such that it satisfies the inner product relation between two spaces, while self-adjoint operators meet the condition T* = T. There is a subtlety regarding the domains of these operators, as they may not coincide in general, although they do for bounded operators. The conversation also highlights that terminology can vary between mathematicians and physicists, leading to potential confusion. Overall, the definitions and properties of these operators are crucial for understanding their applications in linear algebra.
jostpuur
Messages
2,112
Reaction score
19
Is there any other difference between self-adjoint operators, and Hermitian operators, than that mathematicians seem to talk mostly about self-adjoint operators, and physicists seem to talk mostly about Hermitian operators?
 
Mathematics news on Phys.org
Mathematicians tend to talk more abstractly than physicists!

The Hermitian (more correctly, the Hermitian adjoint) of an operator only apply to operators on vector spaces over the complex numbers.

If U and V are any inner product spaces and T is a linear transformation from U to V, the "adjoint" of T, T*, is a linear transformation from V to U such that, for any u in U and v in V, <Tu,v>= <u,T*v>. The two inner products are taken in V and U respectively.

In particular if U= V and T*= T, that is, if <Tu,v>= <u,Tv>, then T is "self-adjoint".
 
HallsofIvy said:
In particular if U= V and T*= T, that is, if <Tu,v>= <u,Tv>, then T is "self-adjoint".

And it is allowable to call T Hermitian only if U is a vector space over complex field?
 
I wouldn't be hard-nosed about it! Both mathematicians and physicists sometimes are loose with terminology. (I just checked two Linear Algebra texts to see exactly how they defined "Hermitian" and the word is not even in the index!)
 
IIRC correctly:
-An operator is Hermitian if <u,Av>=<Au,v> for all u,v, in the domain of A.
-An operator is self-adjoint if A*=A.

The subtle difference being that the domains of A and A* may not coincide in general.
These definitions coincide for bounded operators.
I've seen some places where a hermitian operator is bounded by definition, others relax that condition. I`m not too sure of the exact definitions so don't quote me here.
 
  • Like
Likes Joker93
Galileo said:
IIRC correctly:
-An operator is Hermitian if <u,Av>=<Au,v> for all u,v, in the domain of A.
-An operator is self-adjoint if A*=A.

The subtle difference being that the domains of A and A* may not coincide in general.
These definitions coincide for bounded operators.
I've seen some places where a hermitian operator is bounded by definition, others relax that condition. I`m not too sure of the exact definitions so don't quote me here.

I had difficulty understanding this because I knew only one definition for A* which was for bounded A only (through the Riesz's representation theorem). I've just learned that for unbounded operators A, A* can still be defined, but differently. I think I got this now.
 
Last edited:
jostpuur said:
And it is allowable to call T Hermitian only if U is a vector space over complex field?

Correct. But it's more than that. A Hermitian operater is a self adjoint operator on a complex inner product space with a particular inner product. So, even if the field is complex, if the inner product is is the typical one, the operater would be merely selfadjoint.

For a matrix, the Hermitian conjugate is the complex conjugate of the transpose. If this is equal to the original, the matrix is Hermitian.
 
Last edited:
This was very confusing thread. I'll write the definition of the adjoint that I have just encountered.

Let T:D(T)->H be an operator, possibly unbounded, so that D(T) is dense in H. We then define

<br /> D(T^*) = \{ x\in H\;|\; \underset{y\in D(t), \|y\|=1}{\textrm{sup}} |(x|Ty)| &lt;\infty\},<br />

and it is possible to define T*:D(T*)->H by setting (T*x|y) = (x|Ty) for all x in D(T*) and y in D(T).

I don't know the details of the proof needed for this definition yet, but this looks good anyway.

Considering Hallsoflvy's first post, I think my attention was drawn to this

The Hermitian (more correctly, the Hermitian adjoint) of an operator only apply to operators on vector spaces over the complex numbers.

too much, while I didn't know what was relevant. The rest of the post was already containing the answer, which was the same answer as given by Galileo... But I'm not convinced that everything was fine with the sets U and V here

If U and V are any inner product spaces and T is a linear transformation from U to V, the "adjoint" of T, T*, is a linear transformation from V to U such that, for any u in U and v in V, <Tu,v>= <u,T*v>. The two inner products are taken in V and U respectively.

With arbitrary norm spaces the adjoint would be between the duals, T*:V*->U*. With Hilbert spaces, I assume, it goes like I showed now.

Anyway, my difficulty rose from the fact that I only knew T:H->H and T*:H->H case earlier with bounded operators. Also, if a bounded operator T:D(T)->H is defined on a dense subset, it can always be extended to the H uniquely.

Looking back at the Galileo's answer, I should have been able to ask about the definition of the adjoint... but you know, it's so difficult to keep the thoughts clear :redface:
 
Last edited:
Back
Top