Let $A \in R^{m×d}$, $b \in R^m$. $P=[x \in R^d: Ax \leq b]$ is a polyhedron. Suppose there is some $\bar x \in R^d$ such that $A\bar x<b$, that is, all inequalities are satisfied strictly. Now how can I show $dim(P) = d$?
Someone suggested me to use
Results of affine independence
$\exists \epsilon_i>0$ such that $A(\bar x + \epsilon_i*e_i)<b$, where $e_i$ is a d-dimentional vector where the i-th entry is $1$ and others are $0$.
However, I still don't get how to utilize these hints. Please help me.