-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathass2.tex
More file actions
267 lines (246 loc) · 8.67 KB
/
ass2.tex
File metadata and controls
267 lines (246 loc) · 8.67 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
\documentclass{unswmaths}
\usepackage{unswshortcuts}
\begin{document}
\subject{Functional Analysis}
\author{Edward McDonald}
\title{Assignment 2}
\studentno{3375335}
\newcommand{\Real}{\operatorname{Re}}
\newcommand{\Img}{\operatorname{Im}}
\newcommand{\lan}{\langle}
\newcommand{\ran}{\rangle}
\newcommand{\Proj}{\mathbb{P}_+}
\newcommand{\isom}{\cong}
\unswtitle{}
\section*{Question 1}
\begin{theorem}
Suppose $(V,\lan,\ran)$ is a complex inner product space. We assume that $\lan,\ran$
is linear in the first argument. Then
if $T \in L(V)$, and for all $x \in V$, $\lan x,Tx\ran \geq 0$. Then $T = T^*$.
\end{theorem}
\begin{proof}
Let $x,y \in V$. Then,
\begin{equation*}
\lan x+iy,T(x+iy)\ran \geq 0.
\end{equation*}
Expanding this out, we find
\begin{equation*}
\lan x,Tx\ran + \lan y,Ty\ran + i\lan y,Tx\ran-i\lan x,Ty\ran \geq 0.
\end{equation*}
Hence the number
\begin{equation*}
i(\lan y,Tx\ran-\lan x,Ty\ran)
\end{equation*}
is real, so choose $r \in \Rl$ such that
\begin{equation}
\label{re1}
\lan y,Tx\ran -\lan x,Ty\ran = ir.
\end{equation}
Then take conjugates,
\begin{equation}
\label{re2}
\lan Tx,y\ran-\lan Ty,x\ran = -ir.
\end{equation}
Then add equation \ref{re1} to equation \ref{re2} to find
\begin{align*}
\lan y,Tx\ran - \lan Ty,x\ran &= \lan x,Ty\ran-\lan Tx,y\ran\\
&= -\overline{\lan y,Tx\ran - \lan Ty,x\ran}.
\end{align*}
So therefore,
\begin{equation*}
\Real(\lan y,Tx\ran - \lan Ty,x\ran) = 0.
\end{equation*}
Now put $z = iy$. Since $x$ and $y$ were arbitrary, we then have
\begin{equation*}
\Real(\lan z,Tx\ran - \lan Tz,x\ran) = 0.
\end{equation*}
So,
\begin{equation*}
\Real[i(\lan y,Tx\ran-\lan Ty,x\ran)] = 0.
\end{equation*}
Thus,
\begin{equation*}
\Img(\lan y,Tx\ran-\lan Ty,x\ran) = 0.
\end{equation*}
Hence $\lan y,Tx\ran = \lan Ty,x\ran$ for all $x,y \in V$. So $T = T^*$.
\end{proof}
\section*{Question 2}
\subsection*{Part 1}
\begin{lemma}
\label{shiftSum}
Suppose that the sequence of complex numbers $\{a_n\}_{n\in\mathbb{Z}}$ is absolutely summable. That is,
\begin{equation*}
\sum_{n\in \mathbb{Z}} |a_n| < \infty.
\end{equation*}
Then the operator
\begin{equation*}
T = \sum_{n\geq0} a_n S^n + \sum_{n> 0} a_{-n} (S^*)^n
\end{equation*}
exists and is a bounded linear operator
on $\ell^2(\mathbb{N})$, where $S$ is the forward shift operator on $\ell^2(\mathbb{N})$.
\end{lemma}
\begin{proof}
Since $\|S\| = \| S^*\| = 1$, the series
\begin{equation*}
\sum_{n\geq0} \|a_n S^n\| + \sum_{n> 0} \|a_{-n} (S^*)^n\|
\end{equation*}
converges. Hence by the completeness of $\mathcal{B}(\ell^2(\mathbb{N}))$, the operator
$T$ exists and is bounded.
\end{proof}
\begin{proposition}
If $\{a_n\}_{n\in \mathbb{Z}}$ is an absolutely summable sequence as in lemma
\ref{shiftSum}. Then the infinite matrix $(a_{j-k})_{j,k\geq 0}$ defines
a bounded linear operator on $\mathcal{B}(\ell^2(\mathbb{N}))$.
\end{proposition}
\begin{proof}
Consider the operator
\begin{equation*}
T_A = \sum_{n\geq0} a_n S^n + \sum_{n> 0} a_{-n} (S^*)^n
\end{equation*}
Note that $T_A$ is bounded by lemma \ref{shiftSum}.
Suppose $x = (x_0,x_2,x_3,\ldots) \in \ell^2$. Then
\begin{align*}
T_A(x)(n) = \sum_{j \geq 0} a_{n-j}x_j.
\end{align*}
So $T_A$ is given by the infinite matrix $(a_{j-k})_{j,k\geq 0}$.
Hence the infinite matrix defines a bounded linear operator.
\end{proof}
\subsection*{Part 2}
\begin{definition}
Let $e_n(t) = \exp(2\pi i n t)$, and if $\varphi \in C[0,1]$,
and the multiplication operator $M_\varphi:L^2(0,1)\rightarrow L^2(0,1)$ is defined by $M_\varphi f(t) = \varphi(t)f(t)$
for $t$ almost everywhere in $(0,1)$.
Denote the fourier coefficients of $f \in L^2(0,1)$ by $\hat{f}(n) = \lan f,e_n\ran$.
\end{definition}
\begin{definition}
The Riesz projection, $\mathbb{P}_+:L^2(0,1)\rightarrow L^2(0,1)$ is the linear map given by
\begin{equation*}
\mathbb{P}_+\left(\sum_{n\in\mathbb{Z}} a_ne_n\right) = \sum_{n\geq 0} a_ne_n.
\end{equation*}
This is well defined since $\{e_n\}_{n\in \mathbb{Z}}$ is a complete orthonormal basis.
\end{definition}
\begin{lemma}
The Riesz projection is bounded, and an orthogonal projection.
\end{lemma}
\begin{proof}
By the Parseval identity,
\begin{align*}
\| \Proj \sum_{n\mathbb{Z}} a_n e_n\|^2 &= \sum_{n\geq 0} |a_n|^2\\
&\leq \sum_{n\in\mathbb{Z}}|a_n|^2\\
&= \|\sum_{n\in\mathbb{Z}} a_ne_n\|^2.
\end{align*}
Hence $\Proj$ is bounded.
Clearly $\Proj^2 = \Proj$, and
\begin{equation*}
\lan e_n,\Proj e_k\ran = \begin{cases}
1\text{ if k }\geq 0\text{ and }n = k\\
0\text{otherwise}
\end{cases}
\end{equation*}
which is identical to $\lan\Proj e_n,e_k\ran$. Hence $\Proj = \Proj^*$.
So $\Proj$ is an orthogonal projection.
\end{proof}
\begin{definition}
Since $\Proj$ is an orthogonal projection, $\Proj L^2(0,1)$ is a closed
subspace, hence a Hilbert space. Let $\Hlbt = \Proj L^2(0,1)$.
\end{definition}
\begin{remark}
$\Hlbt$ has basis $\{e_n\}_{n\geq 0}$ and $\Hlbt \isom \ell^2(\mathbb{N})$
since the map $n\mapsto e_n$ is an isometric isomorphism.
\end{remark}
\begin{lemma}
\label{gammaMatrix}
Let $\varphi \in C[0,1]$. Then the operator $\Gamma_\varphi := \Proj M_\varphi :\Hlbt\rightarrow\Hlbt$
is a bounded linear operator, represented in the basis $\{e_n\}_{n\geq 0}$
of $\Hlbt$ by the infinite Toeplitz matrix $(\hat{\varphi}(k-n))_{n,k\geq 0}$.
\end{lemma}
\begin{proof}
Since $\varphi$ is continuous on $[0,1]$, then $M_\varphi$ is bounded. Hence since $\Proj$
is bounded, $\Gamma_\varphi$ is bounded.
Now for $n,k\geq 0$,
\begin{align*}
\lan \Gamma_\varphi e_n,e_k\ran &= \sum_{j\geq0} \lan \hat{\varphi}(j)e_{n+j},e_k\ran\\
&= \sum_{j\geq 0} \hat{\varphi}(j) \lan e_{n+j},e_k\ran\\
&= \hat{\varphi}(k-n).
\end{align*}
Hence, if $f \in \Hlbt$, then
\begin{align*}
\widehat{\Gamma_\varphi f}(n) = \sum_{j\geq 0} \hat{\varphi}(n-j)\hat{f}(j).
\end{align*}
So $\Gamma_\varphi$ is given by the required infinite Toeplitz matrix.
\end{proof}
\begin{theorem}
There is a Toeplitz operator on $\ell^2$ with infinite matrix $(a_{n-k})_{n,k\geq 0}$
where the sum $\sum_{n\in \mathbb{Z}} |a_n|$ does not converge.
\end{theorem}
\begin{proof}
By lemma \ref{gammaMatrix}, it is sufficient to find $\varphi \in C[0,1]$
where the sum $\sum_{n\in \mathbb{Z}} |\hat{\varphi}(n)|$
does not converge.
Consider
\begin{equation*}
\varphi(t) = t.
\end{equation*}
Then
\begin{equation*}
\hat{\varphi}(n) = \begin{cases}
-\frac{1}{2\pi i n}\text{ if }n\neq 0\\
\frac{1}{2}\text{ if }n = 0.
\end{cases}
\end{equation*}
\end{proof}
\begin{theorem}
The only Hilbert-Schmidt operator that is a Toeplitz operator
is $0$.
\end{theorem}
\begin{proof}
Suppose that $T$ is a Toeplitz operator. So $T$ has an infinite matrix
representation, $(a_{j-k})_{j,k\geq 0}$. If $T$ is Hilbert Schmidt, then
\begin{equation*}
\sum_{j,k\geq 0} |a_{j-k}|^2 < \infty.
\end{equation*}
However this sum contains infinitely many terms of $|a_n|^2$ for each $n$.
Hence the sum converges if and only if $a_n = 0$ for all $n$.
Hence $T = 0$.
\end{proof}
\section*{Question 3}
For this question, $T$ is a linear operator
on a Hilbert space $\Hlbt$.
\begin{proposition}
\label{question3part1}
$(\im T)^\perp = \ker T^*$
\end{proposition}
\begin{proof}
Suppose $x \in \ker T^*$. Then for all $y \in \Hlbt$,
\begin{align*}
0 &= \lan T^*x,y\ran\\
&= \lan x,Ty\ran.
\end{align*}
Hence $x \in (\im T)^\perp$.
Now suppose $x \in (\im T)^\perp$. Hence for all
$y \in \Hlbt$,
\begin{align*}
0 &= \lan Ty,x\ran\\
&= \lan y,T^*x\ran.
\end{align*}
Now put $y = T^*x$, and so $\lan T^*x,T^*x\ran = \| T^*x\|^2 = 0$. Hence
$x \in \ker T^*$.
\end{proof}
\begin{proposition}
$(\ker T)^\perp = \overline{\im T^*}$.
\end{proposition}
\begin{proof}
We have from proposition \ref{question3part1} that for
any operator $S$, $(\im S)^\perp = \ker S^*$.
Put $S = T^*$. Then
\begin{equation*}
(\im T^*)^\perp = \ker T
\end{equation*}
Now take the perpendicular complement of both
sides,
\begin{equation*}
\overline{\im T^*} = (\ker T)^\perp
\end{equation*}
as required.
\end{proof}
\end{document}