Let $A\in\mathbb R^{n\times n}$ be a symmetric matrix which $0\preceq A\preceq I$ ($I$ is identity matrix), and $w_k\in\mathbb R^n$ are arbitrary certain vectors which $\|w_k\|\leq1,\,\,k=0,1,\ldots$ (all norms are euclidean).
The goal is to obtain an upper bound for vector $$ \left\|\sum\limits_{k=0}^\infty(I-A)^kAw_k\right\|. $$
Evidently, this quantity is less than $\sqrt{n}$, but it seems that it should not depend on $n$.
$A$ has an orthonormal basis of eigenvectors, with real eigenvalues between $0$ and $1$. However, $(I-A)A$ kills off eigenvectors with eigenvalue $1$ and $0$; so you need only consider the eigenvectors with eigenvalues strictly between $0$ and $1$. If there are no eigenvalues between $0$ and $1$, then $(I-A)^{k}A=0$ for $k \ge 1$, and a bound is obvious. Otherwise, let $\lambda_{min}$ and $\lambda_{max}$ be the minimum and maximum eigenvalues of $A$ strictly between $0$ and $1$. Then $\|(I-A)^{k}Aw_{k}\| \le (1-\lambda_{min})^{k}\lambda_{max}\|w_{k}\|\le (1-\lambda_{min})^{k}\lambda_{max}$ for $k \ge 0$, which gives $\lambda_{max}/(1-(1-\lambda_{min}))=\lambda_{max}/\lambda_{min}$ as a bound for the sum.