Let $H=L^2([0,1],\lambda)$, where $\lambda$ is the Lebesgue measure on $[0,1]$. Let $f\in C([0,1])$ and consider the multiplication operator $M_f\colon H\to H$, $M_f(g)=fg$.
- Let $f,g\in C([0,1])$ such that $M_f=M_g$. I want to show that $f=g$.
It is: $M_f=M_g$ $\iff$ $fh=gh$ for all $h\in H$ $\iff$ (f-g)h=0 for all $h\in H$ $\iff$ $M_{f-g}(h)=0$ for all $h\in H$.
How to proceed without knowing that $M$ is isometric?
- Let $M_f$ be invertible as a linear bounded operator on $H$. I want to show that $f(x)\neq 0$ for all $x\in [0,1]$. I started as follows:
Assume that there exists an $x\in [0,1]$ such that $f(x)=0$. For $n\in\mathbb{N}$ consider the nonempty set $S_n=\{y\in [0,1]: |f(y)|<\frac{1}{n} \}$, and thus the nonzero characteristic funtion $\chi_{S_n}\in H$ regarding $S_n$. It is $$\|M_f(\chi_{S_n})\|_H=\|f\chi_{S_n}\|_h\le ||f_{|S_n}\|_{\infty}\|\chi_{S_n}\|_H\le \frac{1}{n}\|\chi_{S_n}\|_H.$$ Can I conclude that $M_f$ is not invertible from here and if yes, how?
Thank you
For the second one if $M_f$ is invertible what information about $|M_f^{-1} |$ can you extract from your last inequality ?
– Delta-u Apr 18 '18 at 17:22