Why this paradox in calculating eigen values for T*T ?

  • Context: Graduate 
  • Thread starter Thread starter vish_maths
  • Start date Start date
  • Tags Tags
    Eigen values Paradox
Click For Summary

Discussion Overview

The discussion revolves around the calculation of eigenvalues for the operator T*T, where T is an operator on a vector space V and T* is its adjoint. Participants explore the implications of the eigenvalues of T on those of T*T, questioning the validity of certain assumptions and mathematical steps involved in the argument.

Discussion Character

  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant proposes that if λ is an eigenvalue of T, then T*T has an eigenvalue |λ|² for the same eigenvector v, based on inner product relationships.
  • Another participant challenges this claim, arguing that the eigenvectors of a matrix and its adjoint are generally different, and thus the assumption that they are the same is flawed.
  • Concerns are raised about the validity of the argument that implies T*T v = |λ|² v, with one participant noting that the proof seems incomplete and potentially leads to incorrect conclusions.
  • Some participants discuss the implications of the inner product and the conditions under which certain equalities hold, suggesting that the conclusions drawn may only apply to specific vectors rather than all vectors in V.
  • There is a mention of the need for a more general proof that applies to all vectors in V, rather than just eigenvectors.
  • Participants express confusion regarding notation and terminology, particularly around inner products and adjoint operators, indicating a need for clarification in mathematical expressions.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the validity of the initial claim regarding eigenvalues and eigenvectors. Multiple competing views remain, particularly concerning the assumptions made about the relationship between T and T* and the implications of the inner product calculations.

Contextual Notes

Some participants note that the argument relies on specific assumptions about the vectors involved, and there are unresolved questions about the general applicability of the conclusions drawn. The discussion highlights the importance of rigor in mathematical proofs and the need to consider all vectors in the vector space.

vish_maths
Messages
60
Reaction score
1
Let T be an operator on the vector space V and let λ1, ... , λn be it's eigen values including multiplicity .

Lets find the eigen values for the operator T*T then ( where T* refers to the adjoint operator . <u,v> denotes inner product of u and v )

< Tv , Tv > = < λv, λv >
= λλ° < v , v >
= |λ|2 < v , v>

( where λ° is the conjugate of λ . )

=> <T*T v, v> = < |λ|2 v, v >

=> T*T has an eigen value |λ|2 for the same eigen vector v which T possesses.

This can be inferred because :

Suppose f is a linear functional on V . Then there is a unique vector v in V such that f(u) =<u,v> for all u in V.

( A linear functional on V is a linear map from V to the scalars F , As sheldon axler pg 117 says it ) The above argument must imply then that : T*T v = |λ|2 v ( Doesn't this imply v is an eigen vector of T*T ? )

now, let's consider a matrix $$M(T) = \begin{bmatrix}
1 & 3 \\
0 & 2
\end{bmatrix}$$

[ 3 1 ]T is clearly an eigen vector with eigen value = 2 .

(T* T ) =\begin{bmatrix} 1 & 0 \\ 3 & 2 \end{bmatrix} multiplied by \begin{bmatrix}
1 & 3 \\
0 & 2
\end{bmatrix}$$

= \begin{bmatrix}
1 & 3 \\
3 & 13
\end{bmatrix}$$

M(T* T ) upon multiplication with [ 3 1 ]T should produce a vector equal to

4 [ 3 1 ]T

however , \begin{bmatrix}
1 & 3 \\
3 & 13
\end{bmatrix} multiplied by [ 3 1 ]T = [ 6 22 ]T .

Can you please advise why this paradox exists ? Am i making a mistake somewhere ?
Thanks
 
Last edited:
Physics news on Phys.org
I don't understand the bra-ket notation, but I think

T*T has an eigen value |λ|2 for the same eigen vector v which T possesses.
is wrong.

The eigenvectors of a matrix and its (conjugate) transpose are different in general. Your proof seems to assume they are the same. If ##Tx = \lambda x##, then ##x^*T^* = \lambda^* x^*##, but that doesn't make ##x^*## a (right) eigenvector of ##T^*##. (It is a left eigenvector of ##T^*##, of course).
 
AlephZero said:
I don't understand the bra-ket notation,
There's no bra-ket notation there, just inner products, absolute values, and the definition of the adjoint operator.

vish_maths said:
< Tv , Tv > = < λv, λv >
= λλ° < v , v >
= |λ|2 < v , v>

( where λ° is the conjugate of λ . )

=> <T*T v, v> = < |λ|2 v, v >

=> T*T has an eigen value |λ|2 for the same eigen vector v which T possesses.
Why would ##\langle T^*Tv,v\rangle=\langle|\lambda|^2v,v\rangle## imply that ##T^*Tv=|\lambda|^2 v##?

I see that you tried to prove this, but the argument doesn't seem to make sense. There appears to be something missing from it as well. f(u)= what? Did you mean f(u)=v for all u? That actually implies that v=0.

vish_maths said:
This can be inferred because :

Suppose f is a linear functional on V . Then there is a unique vector v in V such that f(u) = for all u in V.

( A linear functional on V is a linear map from V to the scalars F , As sheldon axler pg 117 says it ) The above argument must imply then that : T*T v = |λ|2 v ( Doesn't this imply v is an eigen vector of T*T ? )
 
Note that if we let w be any vector that's orthogonal to v, we have ##\langle T^*Tv,v\rangle =\langle T^*Tv+w,v\rangle##.
 
AlephZero said:
I don't understand the bra-ket notation, but I think

is wrong.

The eigenvectors of a matrix and its (conjugate) transpose are different in general. Your proof seems to assume they are the same. If ##Tx = \lambda x##, then ##x^*T^* = \lambda^* x^*##, but that doesn't make ##x^*## a (right) eigenvector of ##T^*##. (It is a left eigenvector of ##T^*##, of course).

Thanks. <u,v> as fredrik pointed refers to the inner product of u and v . I get your argument regarding the adjoint operation.


Fredrik said:
There's no bra-ket notation there, just inner products, absolute values, and the definition of the adjoint operator.


Why would ##\langle T^*Tv,v\rangle=\langle|\lambda|^2v,v\rangle## imply that ##T^*Tv=|\lambda|^2 v##?

I see that you tried to prove this, but the argument doesn't seem to make sense. There appears to be something missing from it as well. f(u)= what? Did you mean f(u)=v for all u? That actually implies that v=0.

Fredrik said:
Note that if we let w be any vector that's orthogonal to v, we have ##\langle T^*Tv,v\rangle =\langle T^*Tv+w,v\rangle##.

Hi Fredrik,
Thanks for the answer. i have corrected it in the main thread , f(u) = <u,v> for all u in V.

I think the equation < Tx , y > = < z, y > => Tx = z if and only if < Tx , y > = < z, y > is valid for all y in V. ( w\in V ) .

Lets consider the more general case of < w , y > = < z , y > , then w = z if and only if this relation is valid for all y \in V.

Proof : Suppose there exists an another different quantity w≠z | < w , y > = < z , y >

Then : < w - z, y > = 0 for all y \in V .
=> when y = w - z , then :

<w-z,w-z> = 0 => w = z .
 
<T*T v, v> = < |λ|2v, v > -------- (1)

=> I guess , T*T has an eigen value |λ|2 for the same eigen vector v which T possesses , if and only if (1) is valid for ALL v \in V .
 
vish_maths said:
<T*T v, v> = < |λ|2v, v > -------- (1)

=> I guess , T*T has an eigen value |λ|2 for the same eigen vector v which T possesses , if and only if (1) is valid for ALL v \in V .
If it holds for all v, I think the correct conclusion is that T*T is equal to ##|\lambda|^2I## where I is the identity operator. But more importantly, as you know, you have only proved that the equality holds for a specific v.
 
vish_maths said:
<T*T v, v> = < |λ|2v, v > -------- (1)

=> I guess , T*T has an eigen value |λ|2 for the same eigen vector v which T possesses , if and only if (1) is valid for ALL v \in V .

It is clearly not true for all ##v\in V## since you took a very special ##v##, namely an eigenvector.
 
Fredrik said:
There's no bra-ket notation there, just inner products, absolute values, and the definition of the adjoint operator.

Fair comment, but (as an ex-mathematician turned engineer) I never use the < > notation for inner products and have to think at least twice what "adjoint operator" means :smile:

But in any case the problem here is with the math, not with the notation!
 
  • #10
Fredrik said:
If it holds for all v, I think the correct conclusion is that T*T is equal to ##|\lambda|^2I## where I is the identity operator. But more importantly, as you know, you have only proved that the equality holds for a specific v.

micromass said:
It is clearly not true for all ##v\in V## since you took a very special ##v##, namely an eigenvector.

AlephZero said:
Fair comment, but (as an ex-mathematician turned engineer) I never use the < > notation for inner products and have to think at least twice what "adjoint operator" means :smile:

But in any case the problem here is with the math, not with the notation!

Got it. Didn't keep into consideration all v in V have to satisfy the condition . Thanks !
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K