N-dimensional polyhedron

Last updated

An n-dimensional polyhedron is a geometric object that generalizes the 3-dimensional polyhedron to an n-dimensional space. It is defined as a set of points in real affine (or Euclidean) space of any dimension n, that has flat sides. It may alternatively be defined as the intersection of finitely many half-spaces. Unlike a 3-dimensional polyhedron, it may be bounded or unbounded. In this terminology, a bounded polyhedron is called a polytope . [1] [2]

Contents

Analytically, a convex polyhedron is expressed as the solution set for a system of linear inequalities, aiTxbi, where ai are vectors in Rn and bi are scalars. This definition of polyhedra is particularly important as it provides a geometric perspective for problems in linear programming. [3] :9

Examples

Many traditional polyhedral forms are n-dimensional polyhedra. Other examples include:

Faces and vertices

A non-empty subset F of a polyhedron P is called a face of P if F=P or there is a halfspace H (defined by some inequality a1Txb1) such that H contains P and F is the intersection of the boundary of H and P. [4]

Suppose P is a polyhedron defined by Axb, where A has full column rank. Then, v is a vertex of P if and only if v is a basic feasible solution of the linear system Axb. [3] :10

Standard representation

The representation of a polyhedron by a set of linear inequalities is not unique. It is common to define a standard representation for each polyhedron P: [3] :9

Representation by cones and convex hulls

If P is a polytope (a bounded polyhedron), then it can be represented by its set of vertices V, as P is simply the convex hull of V: P = conv(V).

If P is a general (possibly unbounded) polyhedron, then it can be represented as: P = conv(V) + cone(E), where V is (as before) the set of vertices of P, and E is another finite set, and cone denotes the conic hull. The set cone(E) is also called the recession cone of P. [3] :10

Carathéodory's theorem states that, if P is a d-dimensional polytope, then every point in P can be written as a convex combination of at most d+1 affinely-independent vertices of P. The theorem can be generalized: if P is any d-dimensional polyhedron, then every point in P can be written as a convex combination of points v1,...,vs, v1+e1,...,v1+et with s+td+1, such that v1,...,vs are elements of minimal nonempty faces of P and e1,...,et are elements of the minimal nonzero faces of the recession cone of P. [3] :10

Complexity of representation

When solving algorithmic problems on polyhedra, it is important to know whether a certain polyhedron can be represented by an encoding with a small number of bits. There are several measures to the representation complexity of a polyhedron P: [3] :163

These two kinds of complexity are closely related: [3] :Lem.6.2.4

A polyhedron P is called well-described if we know n (the number of dimensions) and f (an upper bound on the facet complexity). This is equivalent to requiring that we know n and v (an upper bound on the vertex complexity).

In some cases, we know an upper bound on the facet complexity of a polyhedron P, but we do not know the specific inequalities that attain this upper bound. However, it can be proved that the encoding length in any standard representation of P is at most 35 n2f. [3] :Lem.6.2.3

The complexity of representation of P implies upper and lower bounds on the volume of P: [3] :165

Small representation complexity is useful for "rounding" approximate solutions to exact solutions. Specifically: [3] :166

See also

References

  1. Grünbaum, Branko (2003), Convex Polytopes, Graduate Texts in Mathematics, vol. 221 (2nd ed.), New York: Springer-Verlag, p. 26, doi:10.1007/978-1-4613-0019-9, ISBN   978-0-387-00424-2, MR   1976856 .
  2. Bruns, Winfried; Gubeladze, Joseph (2009), "Definition 1.1", Polytopes, Rings, and K-theory, Springer Monographs in Mathematics, Dordrecht: Springer, p. 5, CiteSeerX   10.1.1.693.2630 , doi:10.1007/b105283, ISBN   978-0-387-76355-2, MR   2508056 .
  3. 1 2 3 4 5 6 7 8 9 10 Grötschel, Martin; Lovász, László; Schrijver, Alexander (1993), Geometric algorithms and combinatorial optimization, Algorithms and Combinatorics, vol. 2 (2nd ed.), Springer-Verlag, Berlin, doi:10.1007/978-3-642-78240-4, ISBN   978-3-642-78242-8, MR   1261419
  4. Brenner, Ulrich (July 14, 2022). "Linear and Integer Optimization (V3C1/F4C1)" (PDF). Research Institute for Discrete Mathematics, University of Bonn. Retrieved October 19, 2025.