Let $a$ and $a_{1}, ... , a_{m}$ be given vectors in $\mathbb{R^{n}}$. Prove that the following two statements are equivalent.
$a)$ For all $x \geq 0$ we have $a^tx \leq\max\limits_{i}(a_{i}^tx)$.
$b)$ There exists nonnegative coefficients $\lambda_{i}$ that sum to $1$ and such that $a \leq \sum_{i=1}^{m} \lambda_{i}a_{i}$.
The problem arised while I was studying duality theory for my optimization course. I think that an appropriate LP formulation directly kills the problem but I really could not see this. Any help is appreciated. Thank you!
You can easily define your LP as $$ \min \sum 0\times y_i \\ \sum_i y_i a_i \geq a\\ \sum_i y_i = 1 \\ y_i\geq 0 $$ The dual of this LP is $$ \max_{x\geq 0} a^T x -\gamma \\ a_i^T x -\gamma \leq 0 \ \ \ \mbox{ for all i} $$ The primal is feasible if and only if the dual is bounded and $$ 0 \geq \max_{x\geq 0, \gamma} a^T x -\gamma\\ \max_i a_i^T x \leq \gamma. $$ Since, $\gamma^{opt} = \max_i a_i^T x$, we have $$ \max_i a_i^T x = \gamma \geq a^T x\\ $$ for all $x\geq 0$