In this question it was shown that in uniformly convex spaces the intersection of two $1$-complemented subspaces is still $1$-complemented.
Let $X$ be a uniformly convex Banach space, let $Y$ and $W$ be $1$-complemented subspaces in $X$, that is, there exist continuous projections $P: X \to Y$ and $Q: X \to W$ such that $\|P\| \leq 1$ and $\|Q\| \leq 1$.
Define a sequence of operators $(P_n)$ on $X$ by the method of alternating projections:
$$ P_1 = P, \quad P_2 = QP, \quad P_3 = PP_2 = PQP, \quad P_4 = QP_3 = QPQP, \quad \text{and so on}. $$
That is,
$$ P_{2n} = QP_{2n-1}, \quad P_{2n+1} = PP_{2n}. $$
Let $x \in X$, and consider the sequence $\|P_n x\|$. Because $\|P\| = \|Q\| = 1$, this sequence is non-increasing and bounded below, hence it converges. Denote the limit by $a(x) = \lim \|P_n x\|$.
One can show that:
$$ \|P_{n+1}x - P_n x\| \to 0. $$
Indeed, $\frac{1}{2} \|P_{n+1}x + P_nx\|$ also converges to $a$, so the claim follows from the uniform convexity of $X$. Let $V$ be a limit in the weak operator topology of some subnet of $P_{2n}$. By the claim, the corresponding subnet of $P_{2n+1}$ also converges to $V$ in the weak operator topology. From this, it is evident that $V$ is a norm one projection onto $PX \cap QX$.
Question:
It is a standard fact that the WOT-limit of a sequence of projections is not necessarily a projection, see this question. For example, one can construct sequences of orthogonal projections in Hilbert spaces whose WOT-limits are not idempotent. So this leads me to ask:
Why is the WOT-limit $V$ of this particular sequence $(P_n)$ a projection onto $PX \cap QX$?
How can I prove that it is a projection onto $PX \cap QX$?
I would like to understand the details of why this works in this setting
Thanks in advance for any insight!
Could you explain to me how to use $||P_{n-1}(x) - P_n(x)|| → 0$ implies that $(P_n(x))_{n \in \mathbb{N}}$ is Cauchy?" – vinipenalty27 Apr 27 '25 at 13:04