I am trying to prove a functional analysis proposition, but I got stuck. I have to integrate a matrix.
In my proof I use the following matrix:
Let $A$ be a self-adjoint matrix on $H=\mathbb{C}^n$ with the following decomposition: $$A=V^*\,\,\text{Diag}(\lambda_1,\ldots,\lambda_n)\,\,V, $$ where $V$ is Unitary and $\lambda_1\le\ldots\le\lambda_n$
Now, I came across this integral
$$f(A)=\frac{1}{2\pi i}\int_{\Gamma}{f(\lambda)(\lambda-A)^{-1}d\lambda},$$
where $\Gamma$ is the Cauchy contour around spectrum $\sigma(A)$. Here, I assume that $f$ is holomorphic on $\Omega$ (inner domain of $\Gamma$).
My question is: How can I evaluate this integral? Is there a special method to integrate matrices or an easy way to construct the contour?
Any hints are appreciated.
The contour $\Gamma$ doesn't matter, as long as all $\lambda_j$ are inside. You have, with $D=\text{Diag}\,(\lambda_1,\ldots,\lambda_n)$, $$ \lambda I-A=\lambda V^* V-V^*DV=V^*(\lambda I-D)V=V^*\,\begin{bmatrix}\lambda-\lambda_1&0&\cdots&0\\ 0&\lambda-\lambda_2&\cdots&0\\ \vdots& &\ddots&\vdots \\0&0&\cdots&\lambda-\lambda_n \end{bmatrix}\,V, $$ so $$ (\lambda I-A)^{-1}=V^*\,\begin{bmatrix}\frac1{\lambda-\lambda_1}&0&\cdots&0\\ 0&\frac1{\lambda-\lambda_2}&\cdots&0\\ \vdots& &\ddots&\vdots \\0&0&\cdots&\frac1{\lambda-\lambda_n} \end{bmatrix}\,V. $$ Conjugation by $V$ is linear and continuous, so \begin{align} f(A)&=\frac1{2\pi i}\,\int_\Gamma f(\lambda)\,V^*(\lambda I-D)^{-1}\,V\,d\lambda =V^*\,\frac1{2\pi i}\,\int_\Gamma f(\lambda)\,(\lambda I-D)^{-1}\,d\lambda\,V\\ \ \\ &=V^*\,\begin{bmatrix}\displaystyle\frac1{2\pi i}\,\int_\Gamma \frac{f(\lambda)}{\lambda-\lambda_1}\,d\lambda&0&\cdots&0\\ 0&\displaystyle\frac1{2\pi i}\,\int_\Gamma \frac{f(\lambda)}{\lambda-\lambda_2}\,d\lambda&\cdots&0\\ \vdots& &\ddots&\vdots \\0&0&\cdots&\displaystyle\frac1{2\pi i}\,\int_\Gamma \frac{f(\lambda)}{\lambda-\lambda_n}\,d\lambda \end{bmatrix} \, V\\ \ \\ &=V^*\,\begin{bmatrix}f(\lambda_1)&0&\cdots&0\\ 0&f(\lambda_2)&\cdots&0\\ \vdots& &\ddots&\vdots \\0&0&\cdots&f(\lambda_n) \end{bmatrix} \, V \end{align}