Given a tall matrix $A \in \mathbb{R}^{m \times n}$ (where $m > n$) and a vector $b\in\mathbb{R}^{m}$, we say that they define the set $$\mathcal{S} = \left\{x\in\mathbb{R}^n: Ax\le b\right\}$$ where the inequality is element-wise. We may also assume that this set is bounded. Suppose that I am given two pairs, $(A_1, b_1)$ and $(A_2, b_2)$. How can I check whether the set $\mathcal{S}_2$ is a subset of $\mathcal{S}_1$?
If it helps, we may assume that both $A_1$ and $A_2$ are lower triangular.
Source: Volker Kaibel, Marc E. Pfetsch, Some algorithmic problems in polytope theory, 2002.