Studying dynamic systems I've stumbled upon a doubt. I have the initial response of two discrete systems: $x_A(k)=A^kx_0$ and $x_B(k)=B^kx_0$, with A and B square matrices. Now, $||A||<||B||$. I'm interested in comparing the sum of components of $x_A$ and $x_B$. I found pretty obvious (but probably wrong!) that $$\sum\limits_{i=1}^n {x_A}_i < \sum\limits_{i=1}^n {x_B}_i$$. Or at least I think that this is true for $k -> \infty$.
Assumptions: matrix norm 1 is used. A,B matrix are made of positive (or zero) scalars, x0 > 0.
But..is it true? Why?