This is NOT a question about whether or not we can use LP to check polytope containment, which is already answered by existing posts on this website.
Suppose we have two convex polytopes in their H-representatations
$P_1=\{x\in \mathbb{R}^n \mid A_1 x \leq b_1 \}$ and $P_2=\{x\in \mathbb{R}^n \mid A_2 x \leq b_2 \}$
The answer to a previous post requires first solving an LP, and then checking the non-negativity of the decision variables, which is a two-step process.
I am wondering if there is a way to check whether $P_1 \subseteq P_2$ by only checking the feasibility of a single linear program (without rewriting $P_1$ into its V-representation)? If the answer is negative, is there an explanation using complexity theory?