What I am trying to prove is that: for a row-stochastic matrix P (not necessarily symmetric), whose every row sums $\sum_{j=1}^nP_{ij}=1$, the Rayleigh quotient of P, $R(\mathbf{x})=\frac{\mathbf{x}^{\top}P\mathbf{x}}{\mathbf{x}^{\top}\mathbf{x}} \leq 1$, which is its maximum eigenvalue. Is this statement valid? And if yes please help me with the proofs.
You can assume $\mathbf{x}\in\mathbb{R}^n$.
- I have been shown that this is not true for all row-stochastic matrix. Is there any condition make this statement works?
Let $$P=\begin{pmatrix} 1-a&a\\1-a&a\end{pmatrix}$$ Then $$x^TPx=(1-a)x_1^2+x_1x_2+ax_2^2,\quad x^Tx=x_1^2+x_2^2$$ For $x_1=2$ and $x_2=1$ we get $$x^TPx=4(1-a)+2+a=6-3a,\quad x^Tx=5$$ Thus the inequality fails for $a<{1\over 3}.$