You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A consequence (use Cramer's rule) is that the singularities at $z=\lambda_{1}, \dots, \lambda_{n}$ are not essential.
91
91
Thus, the resolvent is **meromorphic** on $z$ (only has a countable number of singularities, which are removable).
92
+
- $R_{z}(A)$ and $A$ commute since
93
+
```math
94
+
\begin{aligned}
95
+
R_z(A)\, A &= (A - z I)^{-1} (A^{-1})^{-1} = \left( A^{-1} A - A^{-1}z \right)^{-1} \\ &= \left( A A^{-1} - z A^{-1} \right)^{-1} = A (A - zI)^{-1} = A \, R_z(A)
i.e. the image of the projector $P_{i}$ associated to $\lambda_{i}$ is an invariant subspace of $A$, which is equal to the eigenspace associated to $\lambda_{i}$.
156
+
"""
157
+
158
+
# ╔═╡ 5e03eaa7-df64-4699-ae5a-479614e25dab
159
+
md"""
160
+
> *Proof.* Since $A$ is Hermitian, it admits an eigendecomposition
161
+
> $A = U Λ U^H$ where $Λ = \text{diag}(λ_1, λ_2, \ldots, λ_n)$ and $U$ are
162
+
> the corresponding eigenvectors as columns, i.e. $U = (v_1, v_2, \ldots, v_n)$
163
+
> Then for a $z \in \rho(A)$ we have
164
+
> ```math
165
+
> R_z(A) = (A - z I)^{-1} = U (\Lambda - z)^{-1} U^H
166
+
> ```
167
+
> and therefore
168
+
> ```math
169
+
> \begin{aligned}
170
+
> P_i = -\frac{1}{2π i}\oint_{\contour_{\lambda_{i}}} R_{z}(A) d z
171
+
> &= -\frac{1}{2π i} \oint_{\contour_{\lambda_{i}}} U (\Lambda-z)^{-1} U^H d z \\
172
+
> &= U\,\text{diag}(k_1, \ldots, k_n)\, U^H
173
+
> \end{aligned}
174
+
> ```
175
+
> where we pushed the contour integral to the elements of the inner diagonal matrix
176
+
> ```math
177
+
> k_j = -\frac{1}{2π i} \oint_{\contour_{\lambda_{i}}} \frac{1}{λ_j-z} d z
178
+
> ```
179
+
> The functions $z \mapsto \frac{1}{λ_j-z}$ only feature a single pole
180
+
> of order 1 at $z = λ_j$.
181
+
>
182
+
> Assume first that $λ_i$ is a simple eigenvalue
183
+
> (i.e. that $λ_{i-1} < λ_i < λ_{i+1}$), then
184
+
> only $1 / (λ_i-z)$, respectively the term $k_i$ has a pole at $z = λ_i$.
185
+
> Since the contour $\contour_{\lambda_{i}}$ only encloses the
186
+
> eigenvalue $\lambda_i$ by the
187
+
> [Cauchy's integral formula](https://en.wikipedia.org/wiki/Cauchy%27s_integral_formula)
188
+
> only the term $k_i$ is non-zero. For all other terms there is no term
189
+
> inside the contour (here we use that $λ_i$ is simple). In fact
190
+
> ```math
191
+
> k_i = -\frac{1}{2π i} \oint_{\contour_{\lambda_{i}}} \frac{1}{λ_i-z} d z = -\frac{1}{2π i} - 2πi = 1.
While our proof required explictly the existance of an eigendecomposition of the matrix $A$, a proof that does not require this explicitly can be found in
221
+
*Youssef Saad. Numerical Methods for Large Eigenvalue Problems, SIAM (2011), Lemma 3.1*. In fact this proof strategy even generalises to operators, where eigenvalues may have over-countably infinite multiplicities or spectra may be overcountable sets (e.g. like the entire real line).
222
+
223
+
In this sense spectral projectors provide a natural generalisation to eigenspaces, which keeps providing reasonable results also for operators, i.e. infinite-dimensional settings. This justifies employing this formalism in this chapter. While we will not discuss the details, this effectively ensures that our conclusions about perturbative expansions and perturbation theory keep holding also for operators.
224
+
"""
225
+
226
+
# ╔═╡ 7285b95a-676c-477d-b8bb-0ab6803716be
227
+
md"""
228
+
To obtain some more familiarity with spectral projectors and contour integrals, we will prove the following statements, which establish an algebra and key properties of spectral projectors.
229
+
"""
230
+
231
+
# ╔═╡ e2f62f58-6614-4b80-b225-9e3136027f8d
232
+
md"""
233
+
!!! note "Theorem 2 (optional)"
144
234
The linear transformations $P_{i}, i=1, \dots, n$ defined above associated with distinct eigenvalues $i=1, \dots, n$ are such that
145
235
146
236
- (a) $P_{i}^{2}=P_{i}$
@@ -170,15 +260,15 @@ TikzPicture(L"""
170
260
171
261
# ╔═╡ 2210e9c0-53e3-472e-80e7-4151d14eec9d
172
262
md"""
173
-
> *Proof* of (a).
263
+
> *Proof of (a)*.
174
264
> Let $\contour_{\lambda_{i}}$ and $\contour_{\lambda_{i}}^{\prime}$ be two curves enclosing $\lambda_{i}$ with $\contour_{\lambda_{i}}^{\prime}$ enclosing $\contour_{\lambda_{i}}$ (illustrated above). Then
175
265
>```math
176
266
> \begin{aligned}
177
267
> (2 i \pi)^{2} P_{i}^{2} & =\oint_{\contour_{\lambda_{i}}} \oint_{\contour_{\lambda_{i}}^{\prime}} R_{z}(A) R_{z^{\prime}}(A) d z d z^{\prime} \\
178
268
> & \hspace{-1.3em} \stackrel{\text{1st identity}}{=} \oint_{\contour_{\lambda_{i}}} \oint_{\contour_{\lambda_{i}^{\prime}}} \frac{1}{z^{\prime}-z}\left(R_{z^{\prime}}(A)-R_{z}(A)\right) d z dz'
179
269
> \end{aligned}
180
270
>```
181
-
>Now we use Cauchy's integral formula to obtain
271
+
>Now we use [Cauchy's integral formula](https://en.wikipedia.org/wiki/Cauchy%27s_integral_formula) to obtain
i.e. the image of the projector $P_{i}$ associated to $\lambda_{i}$ is an invariant subspace of $A$, which is equal to the eigenspace associated to $\lambda_{i}$.
251
-
"""
252
-
253
-
# ╔═╡ fec3438a-8da1-4d10-9b71-7c7b87d08fdf
254
-
md"""
255
-
> *Proof.*
256
-
> First note that $R_{z}(A)$ and $A$ commute since
257
-
> ```math
258
-
> \begin{aligned}
259
-
> R_z(A)\, A &= (A - z I)^{-1} (A^{-1})^{-1} = \left( A^{-1} A - A^{-1}z \right)^{-1} \\ &= \left( A A^{-1} - z A^{-1} \right)^{-1} = A (A - zI)^{-1} = A \, R_z(A)
260
-
> \end{aligned}
261
-
> ```
262
-
> we get by integration $P_{i} A=A P_{i}$, such that $\im \left(P_{i}\right)$ is invariant under $A$.
263
-
>
264
-
>Next we show $\im \left(P_{i}\right) \supseteq \ker\left(A-\lambda_{i} I\right)$.
265
-
>Consider an $x \in \ker\left(A-\lambda_{i} I\right)$ and expand
266
-
>```math
267
-
> \begin{aligned}
268
-
> R_{z}(A) x & =(A-z I)^{-1} x \\
269
-
> & =\left[\left(A-\lambda_{i} I\right)-\left(z-\lambda_{i}\right) I\right]^{-1} x \\
> Now observe that $x \in \ker\left(A-\lambda_{i} I\right)$ implies
274
-
> ```math
275
-
> \left[I-\left(z-\lambda_{i}\right)^{-1}\left(A-\lambda_{i} I\right)\right] x
276
-
> = x - \left(z-\lambda_{i}\right)^{-1} 0 = x
277
-
> ```
278
-
> and therefore that
279
-
> ```math
280
-
> R_{z}(A) x = -\frac{x}{z-\lambda_{i}}.
281
-
> ```
282
-
> Based on this
283
-
>```math
284
-
>P_{i} \ x=\left[-\frac{1}{2 \pi i} \oint_{\contour_{i}} R_{z}(A) d z\right] x
285
-
> =\frac{x}{2 \pi i} \oint_{\contour_{i}} \frac{1}{z-\lambda_{i}} d z=x
286
-
>```
287
-
>and $x \in \im \left(P_{i}\right)$.
288
-
>
289
-
>Finally, we show $\im \left(P_{i}\right) \subseteq \ker\left(A-\lambda_{i} I\right)$.
290
-
>With
291
-
> ```math
292
-
> \begin{aligned}
293
-
>\left(z-\lambda_{i}\right) R_{z}(A)
294
-
> &= (zI - A + A - \lambda_{i}I) R_{z}(A)\\
295
-
> &=-I+\left(A-\lambda_{i} I\right) R_{z}(A)
296
-
> \end{aligned}
297
-
>```
298
-
>we deduce
299
-
>```math
300
-
> \begin{aligned}
301
-
> -\frac{1}{2 \pi i} \oint_{\contour_{\lambda_{i}}}\left(z-\lambda_{i}\right) R_{z}(A) d z & =-\frac{1}{2 \pi i}\left(A-\lambda_{i} I\right) \oint_{\contour_{\lambda_i}} R_{z}(A) d z \\
302
-
> & =\left(A-\lambda_{i} I\right) P_{i}
303
-
> \end{aligned}.
304
-
>```
305
-
> Now note, that $A$ is Hermitian and thus admits an eigendecomposition
306
-
> $A = U Λ U^H$ where $Λ = \text{diag}(λ_1, λ_2, \ldots, λ_n)$ and $U$ are
307
-
> the corresponding eigenvectors as columns.
308
-
> Then
309
-
> ```math
310
-
> \begin{aligned}
311
-
> \oint_{\contour_{\lambda_{i}}} \left(z-\lambda_{i}\right) \, R_{z}(A) d z
312
-
> &= \oint_{\contour_{\lambda_{i}}}\left(z-\lambda_{i}\right) \, U (\Lambda-z)^{-1} U^H d z \\
313
-
> &= U\,\text{diag}(k_1, \ldots, k_n)\, U^H
314
-
> \end{aligned}
315
-
> ```
316
-
> where we used $(A-z)^{-1} = U (\Lambda-z)^{-1} U^H$ and pushed the contour integral to the elements of the inner diagonal matrix
317
-
> ```math
318
-
> k_j = \oint_{\contour_{\lambda_{i}}} \left(z-\lambda_{i}\right) (λ_j-z)^{-1} d z = 0.
319
-
> ```
320
-
> These elements are all zero, since only for $j=i$ does the expression $1/(λ_j -z)$
321
-
> even have a singularity inside the contour $\contour_{\lambda_{i}}$,
322
-
> but for this $j$ the singularity is removed by the prefactor.
323
-
> Therefore
324
-
> ```math
325
-
> 0 =\left(A-\lambda_{i} I\right) P_{i}
326
-
> ```
327
-
>Since $\forall x \in \im \left(P_{i}\right)$, $x=P_{i} \ x$ this shows $x \in \ker\left(A-\lambda_{i} I\right),$
0 commit comments