I recently started learning about the topic functional calculus. My problem is that I have no idea on how to use it for, say, solving problems, exercises etc.
Here is a short review of what I learned so far.
The idea behind functional calculus seems to be that one would like to "apply" a function $f$ to an operator $T$. If for example $f: \mathbb{R} \rightarrow \mathbb{R}$ and $T: H_1 \rightarrow H_2$, the term $f(T)$ does not make any sense, since the domain of $f$ is $\mathbb{R}$.
But one could still make sense of the term $f(T)$.
For example, if we consider a matrix $M \in M_{n \times m }$ and $f$ to be a polynomial, for example $f(x)=3x^3-x^2$. Then $f(M)$ could be viewed as $3M^3-M^2$, which are defined for matrices, so everything is fine.
Let $H$ denote a complex Hilbert space. And $L(H)$ denote the set of bounded and linear operators on $H$.
Then the range of $T$ was introduced as $R(T):=\{\langle Tx,x\rangle: \lVert x\rVert =1\}$. It is mentioned that $R(T)$ is bounded, thus $R(T)$ is compact.
Then it is shown that for $T \in L(H)$, $\sigma(T) \subset \overline{R(T)}$. (Where $\sigma(T)$ denotes the spectrum of $T$.)
If T is self-adjoint, then $\sigma(T) \subset [m(T),M(T)]$, where $m(T):=\inf\{\langle Tx,x\rangle :\lVert x\rVert=1\}$ and $M(T):=\sup\{\langle Tx,x\rangle :\lVert x\rVert=1\}$.
After those technicalities, it is mentioned that one wants to define $f(T)$ for $f \in C(\sigma(T))$.
Let $f$ be a polynomial with complex coefficients, i.e. $f(t):=\sum_{k=0}^nc_kt^k$. Then $f(T)$ means the operator $\sum_{k=0}^nc_kT^k$.
One crucial thing seems to be that polynomials are dense in the set of continuous functions.
Let $t$ denote the identity function and $1$ denote the constant function $t \mapsto 1$.
Theorem (Continuous functional calculus) Let T \in L(H) be self-adjoint. Then there exists exactly one map $\Phi: C(\sigma(T)) \rightarrow L(H)$ such that
- $\Phi(t)=T, \Phi(1)=Id$
- $\Phi$ is linear, $\Phi(fg)= \phi(f)\phi(g)$ and $\Phi( \overline{f})=\Phi(f)^*$
- $\Phi$ is continuous
We call $\Phi$ the continuous functional calculus of $T$. We will write $f(T):=\Phi(f)$ for $f\in C(\sigma(T))$.
As mentioned at the beginning, I have no idea on how to approach a problem using (continuous) functional calculus. For example, I tried to find some exercise that should be solvable by using functional calculi, but I do not know how to approach those neither how to use functional calculus.
Here are some of the Problems I found:
Let $T \in L(H)$ be self-adjoint and $\lambda \in \mathbb{C} \setminus(\sigma(T))$. Then $d(\lambda, \sigma(T))=\lVert (T-\lambda Id)^{-1}\rVert^{-1}$
Let $T \in L(H)$ be self-adjoint and f \in C(\sigma(T)). Show that the following are equivalent: (i) $f(T)$ is a positive operator (ii) $f \geq 0$
If $T \in L(H)$ is a self-adjoint Operator, then there exist two positive operators $T_1,T_2 \in L(H)$ such that $T=T_1-T_2$ (Are $T_1$ and $T_2$ unique?)
I assume that I am missing some crucial idea or point, and that's the reason why I have no clue in how to approach the problems above.
Small Edit: My guess in approaching problems by using functional calculus is to define the function $\Phi$ (that is literally called continuous functional calculus of $T$) and then to try to use some denseness argument to get to the result. But how does one "find" $\Phi$. In the Theorem, it is stated that there exists (exactly one) $\Phi$, but not how to find it.