For
$$ A \in \mathbb{R}^{m \times n}, b \in \mathbb{R}^m, c \in \mathbb{R} $$
one has to show that
$$ K:= \{ x \in \mathbb{R}^n: Ax \le b \}$$
is convex.
Now I'm aware that by definition, a set is convex $ \iff $ for all $x,y \in K, \lambda \in [0,1]$ any point $ \lambda x + (1- \lambda) y$ is again $ \in K$.
However, I do not see how to apply that here. Can you give me any directions? Thanks!