I'd like to prove that
$a^Tx \leq 0$, where $x$ is a vector with all entries $x_i\geq 0$, given that
$a^Ty\leq 0$ and $a^Tz\leq 0$,
where $0\leq y_i\leq x_i\leq z_i$ for all $i$.
I can only show that $x\in \{x=c_1y+c_2z,\forall c_1,c_2\geq 0\}$ gives $a^Tx \leq 0$, which is trivial. It seems not all $x$ satisfying $y_i\leq x_i\leq z_i$ lead to the conclusion.
Many thanks!
I don't think you can prove what you want to prove.
Take $$ \begin{align} a&=\begin{bmatrix}1\\-1\end{bmatrix}\\ y&=\begin{bmatrix}1\\2\end{bmatrix}\\ z&=\begin{bmatrix}5\\6\end{bmatrix}\\ x&=\begin{bmatrix}4\\3\end{bmatrix} \end{align} $$
Then:
So all conditions are satisfied, however $a^Tx=4-3=1>0$, so $a,x,y,z$ form a counterexample.