I am stuck with the following exercise about projections in Rudin 12.26.
Let $H$ be a Hilbert space $P,Q\in B(H)$ self-adjoint projections (A projection has the property that $P^2=P$), then the following are equivalent.
(a) $P\geq Q$
(b) $R(P)\supset R(Q)$
(c) $PQ=Q$
(d) $QP=Q$
Theorem 12.4 says the following about a projection : $P$ self-adjoint is equivalent with $P$ is normal, with $R(P) = N(P)^{\perp}$, and with $(Px,x) = \left\| Px\right\|^2$.
If we just assume (a).$ P\geq Q$ then $(Px,x)\geq (Qx,x)$ which is then the same as $\left\|Px\right\|^2\geq \left\|Qx\right\|^2 $. Can we conclude (b)? Implementing my intuition about projections in $\mathbb{R}^n$ I can see why these things would be equivalent, but working straight from the definitions I can't really work it out.
Some ideas or suggestions?