Let $A\in\mathbb{R}^{n\times n}$ be a positive definite symmetric matrix and consider a decomposition $A=B-C$ such that C is positive definite and symmetric as well. Show that the iteration method $x_{i+1}=(I-B^{-1}A)x_i + B^{-1}b$ converges, where $b\in\mathbb{R}^n$.
I know that the method converges if $\rho(I-B^{-1}A)=\rho(B^{-1}C)<1$ holds, which I'm currently trying to show. In order to do this, most of my approaches have been to try and show that there is a matrix norm on $\mathbb{R}^{n\times n}$such that $\left|\left|B^{-1}C\right|\right|<1$, which would give us the desired result. However, nothing I've tried out so far seems to work.
Thank you very much in advance.