I was trying to prove the existence of a fixed point and I am stuck with a technical problem I cannot overcome. I give a detailed explanation in case someone kindly knows or has some idea on how to solve this:
Assume we are given a matrix $Q = (q_{ij}) \in M_n(\mathbb{R})$ satisfying the following:
- For any $i \neq j$, $q_{ij} \geq 0$.
- For any $i \in [n]$, $\; 0 > q_{ii} = - \sum_{j \neq i} q_{ij}.$ In other words, $(1, \cdots , 1) \cdot Q = \vec{0},$ and the diagonal terms cannot be zero.
Since the matrix $Q$ has $(1, \cdots , 1)$ as left eigenvector with eigenvalue $0$, it has a right eigenspace associated to this eigenvalue $0$, with dimension at least $1$. Differently explained, I can consider the nontrivial vectorial space $$A = \{ v \in \mathbb{R}^n \; | \; Q \cdot v = \vec{0} \}.$$ My question is: Does there exist a nonzero $v \in A$ such that each of its components is nonnegative (maybe even positive?) ?
However, this is what I have not been able to do, and why ask you for help. I guess the result is true, at least so it is for cases $n = 2,3$.
Thanks a lot for your advise, any suggestion is welcome!