While looking at something related to game theory, I came across this problem.
Given an antisymmetric matrix $\mathbf A$, show that there is a vector $\mathbf t \ne \mathbf 0$ with only nonnegative entries such that $\mathbf{At}$ has only nonpositive entries.
I've managed to prove some things about $\mathbf t$. In particular, for all $i$, at most one of $t_i$ and $[At]_i$ can be nonzero. However, I can't seem to prove that $\mathbf t$ necessarily exists. Any tips on how I might prove this? Or, for that matter, is there a counterexample?