Invertible linear transformation

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
10 replies · 4K views
CarmineCortez
Messages
30
Reaction score
0

Homework Statement


If T is a linear transformation on R^n with || T-I || < 1, prove that T is invertible.



The Attempt at a Solution



So a linear transformation T is invertible iff the matrix T is not singular.
and I know for any matrix A, ||A|| > spectral radius(A).

so, spectral radius(T-I) < 1.
 
Physics news on Phys.org
What would happen to T-I, if 0 was an eigenvalue of T? Is it compatible with the hypothesis?
 
if 0 was an eigenvalue of T then T would be singular..
 
CarmineCortez said:
if 0 was an eigenvalue of T then T would be singular..

Ok, so if T is not invertible then Tv=0 for some v. So v corresponds to what eigenvalue of T-I?
 
Dick said:
Ok, so if T is not invertible then Tv=0 for some v. So v corresponds to what eigenvalue of T-I?

0 = λ*v + I*v
=> -1 = λ

but I know my spectral radius is <1 so contradiction...
 
I need to show: sum from k=0 to infinity of (I-T)^k converges absolutely to T^(-1)

so if ||T-I|| <1 then is ||I-T|| < 1? and all the properties I listed carry over? I'm still not too sure where to go with this.

when the spectral radius is <1, the higher powers of the matrix tend to 0, so it clearly converges...
 
For any norm [tex]\left\|v\right\|=\left\|-v\right\|[/tex]. Regarding the limit, remember the form of the geometric series.
 
In fact, it's easier if you consider a matrix [tex]S[/tex], with [tex]\left\|S\right\|<1[/tex] and prove that:

[tex]\sum_{n=0}^{\infty}S^n[/tex]

Converges absolutely and compute the limit.
 
JSuarez said:
In fact, it's easier if you consider a matrix [tex]S[/tex], with [tex]\left\|S\right\|<1[/tex] and prove that:

[tex]\sum_{n=0}^{\infty}S^n[/tex]

Converges absolutely and compute the limit.

There is a thm that says if spectral norm <1 then A^n -> 0 as n-> infinity.

and I proved above that spectral norm is <1

so I'm lost again...
 
Last edited:
What can you say about the real series:
[tex] \sum_{n=0}^{\infty}\left\|S\right\|^n[/tex]
When [tex]\left\|S\right\|<1[/tex]? Does it converge? if yes, what's the sum? Is it related to ypur original series if S = I-T?