3

Let $A\in B(H)$ be a closed range positive operator, and $A^\frac{1}{2}$ its square root. Clearly image of $A$ is a subset of image of $A^\frac{1}{2}~~$($R(A)\subset R(A^\frac{1}{2})$). How do we prove $R(A)= R(A^\frac{1}{2})$? I edite the question

niki
  • 3,372
  • 1
  • 15
  • 35

1 Answers1

5

This is false. Set $H = \ell^2(\mathbb{N})$ and let $A$ be the multiplication operator defined by

$$ A \left( (x_n)_{n=1}^{\infty} \right) = \left( \frac{x_n}{n} \right)_{n=1}^{\infty}. $$

Then

$$ A^{\frac{1}{2}} \left( (x_n)_{n=1}^{\infty} \right) = \left( \frac{x_n}{\sqrt{n}} \right)_{n=1}^{\infty} $$

and $\left( \frac{1}{n^{1.5}} \right)_{n=1}^{\infty} \in R(A^{\frac{1}{2}})$ but not in $R(A)$.


If the range of $A$ is closed then the result is true. To see why, note that if $x \in \ker(A^{\frac{1}{2}})$ then $Ax = A^{\frac{1}{2}} A^{\frac{1}{2}} x = 0$ so $x \in \ker(A)$ while if $x \in \ker(A)$ then $$ \left< A^{\frac{1}{2}}x, A^{\frac{1}{2}}x \right> = \left< x, Ax \right> = 0 $$

so $x \in \ker(A^{\frac{1}{2}})$. Now,

$$ R(A) \subseteq R \left(A^{\frac{1}{2}} \right) \subseteq \overline{ R \left( A^{\frac{1}{2}} \right)} = \ker \left( A^{\frac{1}{2}} \right)^{\perp} = \ker(A)^{\perp} = \overline{R(A)} = R(A) $$

and so we get $R(A) = R \left(A^{\frac{1}{2}} \right)$.

levap
  • 65,634
  • 5
  • 79
  • 122
  • BTW, in general you can often find counterexamples easily by playing with multiplication operators. This is not really restrictive as the spectral theorem tells you any self adjoint operator is unitarily equivalent to a multiplication operator. – levap Sep 25 '17 at 14:02
  • Does the equation prove If $A$ is closed range? – niki Sep 25 '17 at 14:03
  • @niki: I've added the argument in the case $A$ has closed range. – levap Sep 25 '17 at 14:37
  • Thanks for your attention. – niki Sep 27 '17 at 05:46