I have given the polyhedron $P$ which is given by the convex hull of the points $v_1 = (0,0,0), v_2 = (1,0,0), v_3 = (0,1,0), v_4 = (0,1,1)$. I want to find the representation of $P$ as the intersection of closed half-spaces, i.e. I want to find a Matrix $A$ and a vector $b$, such that $P = \{ x \in \mathbb{R}^3: Ax \leq b \}$.
In our lecture notes there is a similar example where a rhombus $Q$ is given by the convex hull of the points $(1,0), (-1,0), (0,1), (0,-1)$. It was said $Q$ can be described as the set \begin{align} Q = \{ x \in \mathbb{R}^2 ~|~ \exists \lambda_1, \dots, \lambda_4 \geq 0, \sum\limits_{i=1}^{4} \lambda_i = 1, x = (\lambda_1 - \lambda_2) e_1 + (\lambda_3 - \lambda_4) e_2 \} \end{align} with $e_1$ and $e_2$ being the standard unit vectors. Once we find this description we can use Fourier-Motzkin Elimination to find the Matrix $A$. So I was trying to find an analogous description of $P$ given by the vertices I mentioned above, but I failed. My first try was \begin{align} P = \{ x \in \mathbb{R}^3 ~|~ \exists \lambda_1, \lambda_2, \lambda_3 \geq 0, \sum\limits_{i=1}^{3} \lambda_i = 1, x = \lambda_1 e_1 + \lambda_2 e_2 + \lambda_3 (e_2 + e_3)\}, \end{align} but this set does not contain the point $(0,0,0)$. I had some other attempts but they all did not work out. So my question is, if there is a certain way to find the correct equations to describe the polyhedron or is it rather a kind of "smart-guessing" ?
ain't it?
--- rk