Problem
I am reading the paper "Valid Linear Inequalities for Fixed Charge Problems" by Padberg et. al. (1985). In the paper, they consider the polytope
$$ P:=\text{conv}\left\{\begin{array}{l}x\in\{0,1\}^n\\y\in\mathbb{R}_+^n\end{array}:\begin{array}{l}\sum_{i=1}^ny_i=d\\y_i\leqslant u_ix_i\text{ for }i=1,\dots,n\end{array}\right\} $$
They state, without proof or reference, that under the assumptions
- $\sum_{j\neq i}u_j>d$ for all $i=1,\dots,n$
- $0<u_i\leqslant d$ for all $i=1,\dots,n$
that $\text{dim}(P)=2n-1$. I am attempting to prove this claim.
Attempted Solution
We have that
$$ P\subseteq\left\{\begin{array}{l}x\in\mathbb{R}^n_+\\y\in\mathbb{R}^n_+\end{array}:\sum_{i=1}^ny_i=d\right\} $$
that is, $P$ is a subset of a polytope defined by rank-one equality-constraints. Thus $\text{dim}(P)\leqslant2n-1$.
In order to show that this holds with equality, we may either:
- Construct a set of $2n$ affinely independent points in $P$, or
- Suppose that every point in $P$ satisfies $$\sum_{i=1}^n\alpha_ix_i+\sum_{i=1}^n\beta_iy_i=\delta$$ and show that this constraint is a scalar multiple of $\sum y_i=d$.
I haven't been able to do either of these. Any tips or references?