A monotone matrix is nonsingular.
According to Wikipedia, a proof of this is...
Let $A$ be a monotone matrix and assume there exists $x\neq0$ with $Ax=0$. Then, by monotonicity, $x\ge 0$ and $-x\ge 0$, and hence $x=0$.
1)When it says "assume that there exists $x\neq0$ with $Ax=0$", does it mean that it assumes $A$ is singular, and therefore $dim(ker(A))>0$ ?
2)I don't understand what the proof wants to say when it says "by monotonicity, $x\ge 0$ and $-x\ge 0$". From this why can you make a conclusion that it's proved?
Thanks!