Let $x_i, y_i \in \mathbb{R}^n$, and $F,G: \mathbb{R}^n \times \mathbb{R}^n \to \mathbb{R}^n$.
Consider sequences of vectors $$x_{i+1} = F(x_i, y_i)$$ $$y_{i+1} = G(y_i, x_i)$$
I have two related questions.
What properties should functions $F$ and $G$ have so that sequences $x_1, x_2, \dots$, $y_1, y_2, \dots$ converges?
And given some functions $F$ and $G$, how to determine whether the sequences converge or not.
Any thoughts or links to literature are welcome!