We know that a Closed Convex Polytope may be regarded as the set of solutions to the system of linear inequalities:
$$\begin{array}{ccc}{a_{11} x_{1} +a_{12} x_{2}+\cdots+a_{1 n} x_{n}}\leq b_{1} \\ {a_{21} x_{1}+a_{22} x_{2}+\cdots+}{a_{2 n} x_{n} \leq b_{2}} \\ {\vdots} \\ {a_{m 1} x_{1}+a_{m 2} x_{2}+\cdots+a_{m n} x_{n}}\leq b_{m}\end{array}$$
This can be concisely written as the matrix inequality $Ax≤b$, where $A$ is an $m×n$ matrix, $x$ is an $n×1$ column vector of variables, and $b$ is an $m×1$ column vector of constants.
My question is, for a given system of inequalities, how do I know the solution region is a Bounded Convex Polytope?