-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path175_5_Thomas_Breydo.tex
77 lines (64 loc) · 1.7 KB
/
175_5_Thomas_Breydo.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
\documentclass{amsart}
\usepackage{thomas} % my style file, https://git.io/thomas.sty
\newcommand{\pagenum}{175}
\newcommand{\probnum}{5}
\title{\pagenum.\probnum}
\author{Thomas\ Breydo}
\begin{document}
\maketitle
\begin{problem*}
Suppose $T\in\SL(V)$ is such that
\begin{align*}
\norm{Tv}\le\norm{v}
\end{align*}
for every $v\in V.$ Prove that $T-\sqrt2I$ is invertible.
\end{problem*}
\vspace{0.5in}
First, we prove the following claim:
\begin{claim*}
If $\lambda>1$ is an eigenvalue of $T$ then there exists a $v\in V$ for which
\begin{align*}
\norm{Tv}>\norm{v}.
\end{align*}
\end{claim*}
\begin{proof}
Take $v\in V$ to be an eigenvector with eigenvalue $\lambda.$ Notice that
\begin{align*}
v\ne0 &\implies \norm{v}>0
\end{align*}
Multiplying both sides of $\lambda>1$ by $\norm{v},$ we get that
\begin{align*}
\lambda\norm{v} > \norm{v}.
\end{align*}
Then, since $Tv=\lambda v,$
\begin{align*}
\norm{Tv} &= \norm{\lambda v} \\
&= \lambda\norm{v} \\
&> \norm{v}.\qedhere
\end{align*}
\end{proof}
\begin{claim*}
$T-\sqrt2I$ is invertible.
\end{claim*}
\begin{proof}
Suppose the contrary, that is not invertible.
Then, $\lambda=\sqrt2$ is an eigenvalue
of $T.$ Since $\lambda>1,$ the previous claim tells us that
there exists a $v\in V$ for which
\begin{align*}
\norm{Tv}>\norm{v}.
\end{align*}
Thus it is not true that
\begin{align*}
\norm{Tv}\le\norm{v}
\end{align*}
for every $v\in V,$ which is a contradiction.
So, $T-\sqrt2I$ is not invertible.
\end{proof}
\vspace{0.5in}
\begin{note*}
You can view the source code for this solution
\href{https://github.com/thomasbreydo/linalg/blob/main/\pagenum_\probnum_Thomas_Breydo.tex}
{here}.
\end{note*}
\end{document}