5

Let $ S $ and $ T $ be two linear subspaces of $ \Bbb{R}^{2} $. Then is the sum of the projections $ P_{S} $ and $ P_{T} $ (i.e., $ P_{S} + P_{T} $) a projection?

I don’t think it is since the projection rule doesn’t hold ($ P_{M}^{2} $ does not equal $ P_{M} $), but I was hoping someone could solidify this. It would be very much appreciated!

ann
  • 51
  • 1
    Well if I understand what you are asking I think the answer is true, as projection is indeed a linear transformation – Quality Apr 24 '15 at 21:54

3 Answers3

9

The sum is a projection iff $$ p_1 \circ p_2 = - p_2 \circ p_1 $$ because \begin{align} (p_1 + p_2)\circ (p_1 + p_2) - (p_1 + p_2) &= \color{red}{p_1 \circ p_1} + p_1 \circ p_2 + p_2 \circ p_1 + \color{blue}{p_2 \circ p_2} - \color{red}{p_1} - \color{blue}{p_2} \\&= p_1 \circ p_2 + p_2 \circ p_1 \end{align}

mookid
  • 28,236
6

Another condition is that the vector spaces need to be perpendicular. Here is the full proof.

Let $V_1, V_2$ be closed subspaces of the Hilbert space $H$ and let $p_{V_1}$ and $p_{V_2}$ denote the orthogonal projections on $V_1$ and $V_2$, respectively. Show that $p_{V_1} + p_{V_2}$ is a projection onto some closed subspace if and only if $V_1 \perp V_2$.

First, assume that $p_{V_1} + p_{V_2}$ is a projection. Thus, for any $x$, $p_{V_1}, p_{V_2}$, and $p_{V_1} + p_{V_2}$ are idempotents. Therefore,

\begin{equation} \begin{split} p_{V_1}(x) + p_{V_2}(x) & = (p_{V_1} + p_{V_2})(x)\\ & = (p_{V_1} + p_{V_2})^2(x)\\ & = (p_{V_1} + p_{V_2}) \Big((p_{V_1} + p_{V_2})(x) \Big)\\ & = p_{V_1}\Big((p_{V_1} + p_{V_2})(x)\Big) + p_{V_2}\Big((p_{V_1} + p_{V_2})(x)\Big)\\ & = p_{V_1}p_{V_1}(x)+p_{V_1}p_{V_2}(x)+p_{V_2}p_{V_1}(x)+p_{V_2}p_{V_2}(x)\\ & = p_{V_1}(x)+p_{V_1}p_{V_2}(x)+p_{V_2}p_{V_1}(x)+p_{V_2}(x)\\ \end{split} \end{equation}

which implies that $$p_{V_1}p_{V_2}=-p_{V_2}p_{V_1}$$ For simplicity, denote $p_{V_1}=p$ and $p_{V_2}=q$. Thus, for all $x$ we have that $$pq=-qp$$ Using the fact that $p$ and $q$ are idempotent, by multiplying both sides of the equation by $p$ on the left and $q$ on the right we get $$pq=-pqpq$$ Also notice that if we take $pq=-qp$ and multiply both sides from the left and from the right by $p$, we get $$pqp=-pqp$$ But this means that for any $x$, $$pqp(x)=pqp(\frac{1}{2}x)+pqp(\frac{1}{2}x)=0$$ Thus, multiplying both sides by $p$ on the left yields $$pqpq(x)=0$$ for all $x$. Thus, from the first relation we obtained, we get $$pq(x)=-pqpq(x)=0$$ Therefore, $\forall x \in V_2$, we get $$pq(x)=p(x)=0$$ Thus, since $x$ was an arbitrary element of $V_2$, we get that $V_2 \perp V_1$.

Conversely, assume that $V_1 \perp V_2$. Since the sum of closed orthogonal subspaces of a Hilbert space is a closed subspace, we know that $V_1+V_2$ is a closed subspace of $H$. Let $V:=V_1+V_2$. Since $V$ is closed, $p_V$ is defined. Thus, to prove that $p_{V_1} + p_{V_2}$ is a projection, it is enough to show that $$p_{V_1} + p_{V_2}=p_V$$ Let $x \in H$. Then $x=p_V(x)+p_{V^{\perp}}(x)$ Since $p_V(x) \in V$, $p_V(x)=x_1+x_2$, where $x_1 \in V_1$ and $x_2 \in V_2$. This gives us \begin{equation} \begin{split} (p_{V_1} + p_{V_2})(x) & =p_{V_1}(x) + p_{V_2}(x)\\ & =p_{V_1}\Big(p_V(x)+p_{V^{\perp}}(x)\Big) + p_{V_2}\Big(p_V(x)+p_{V^{\perp}}(x)\Big)\\ & =p_{V_1}\Big(x_1+x_2+p_{V^{\perp}}(x)\Big) + p_{V_2}\Big(x_1+x_2+p_{V^{\perp}}(x)\Big)\\ & =x_1+p_{V^1}p_{V^{\perp}}(x)+x_2+p_{V^2}p_{V^{\perp}}(x)\\ &=x_1+x_2\\ &=p_V(x) \end{split} \end{equation}

where we used the fact that $p_{V^1}p_{V^{\perp}}(x)=0$, since any element orthogonal to $V$ is orthogonal to $V_1$, and $p_{V^2}p_{V^{\perp}}(x)=0$, since any element orthogonal to $V$ is orthogonal to $V_2$. Thus, $p_{V_1} + p_{V_2}$ is a projection, as desired.

Pawel
  • 4,871
2

A linear operator $P$ is a projector iff $P^2=P$. We have:

$$ (P_s+P_t)^2=P_s^2+P_t^2+P_sP_t+P_tP_s= P_s+P_t+P_sP_t+P_tP_s $$ So the the sum is a projector iff $P_sP_t+P_tP_s=0$

Emilio Novati
  • 62,675