I have a matrix $A$ whose rows sum to zero, such that $\sum_j A_{ij} = 0, \forall i$. If I multiply it by any matrix, $B$, can it be proven that the resulting matrix, $C = BA$, must also have zero sum rows? I find that they are empirically.
Is such a proof available as a reference in any text book?
Note that, by matrix multiplication rule, the rows of the matrix
$$C = BA$$
are linear combination of the rows of the matrix $A$ and thus also $\sum_j C_{ij} = 0, \forall i$.
As an alternative since the vector $x=(1,1,...,1)\in N(A)$ we have that
$$Cx=BAx=B\cdot 0=0$$