If $A$ is a stochastic matrix, then $A$ is entry-wise nonnegative and $Ae = e$, i.e., $(1,e)$ is a right eigenpair for $A$.
Is it true that there exists a vector $b$ such that
$$(A - I)x \geq b$$
has no solutions in $x$? If so, is there a simple proof?
Motivation: I've been trying to construct an answer to another question using linear programming duality (as the OP implies he is interested in). If my reasoning is correct, this is the only step I need to complete the argument. I feel like this should be an easy question to answer, but I've been working on it for a while with no success.