I need a help with prooving that a given set is a convex set: $A \in \mathbb{R}^{m\times n}, c \in \mathbb{R}^n , b\in \mathbb{R}^m:$ $? \in argmin\{ c^Tx| Ax=b,x \geq 0\}$
I know the definition of convexity: $S \in \mathbb{R}^n$ is a convex set if $\forall \lambda \in \mathbb{R}, 0 \leq\lambda \leq 1$ and $\forall x_1,x_2 \in S$ holds: $\lambda x_1 + (1 - \lambda)x_2 \in S$.
I tried to apply this for my set but I dont know how to prove that it works... Thanks in advance for any tips.