User:MWinter4/Edge graph of a polytope

The edge graphs of the square, cube and tesseract.

In polytope theory, the edge graph (also vertex-edge graph, skeleton, 1-skeleton or just graph) of a polytope is a graph whose (combinatorial) vertices and edges correspond to the (geometric) vertices and edges of the polytope. The edge graph is a combinatorial object, retaining the incidence information between the vertices and edges of the polytope, but not their geometric information, such as the positions of the vertices or the lengths of the edges. Some authors use the term skeleton or 1-skeleton to refer to the geometric object formed by the vertices and edges of the polytope embedded in the ambient space.

Not all graphs are edge graphs of polytopes. Graphs which do arise in this way are called polytopal graphs. Edge graphs of 3-dimensional polytopes are also called polyhedral graphs. The Steinitz problem is the problem of deciding whether a given graph is polytopal or not. The Steinitz problem is NP hard for polytopes in general dimension.

Information about the polytope's faces of dimension two or higher is not immediately accessible from the edge graph, and can often not be reconstruction from it at all. To capture the full combinatorial structure of a polytope, including the number of faces of each dimension and the incidence relations between them, one needs to work with the polytope's face lattice. In analogy to the 1-skeleton, the part of the face lattice that captures the combinatorics of faces up to dimension is called the -skeleton of the polytope.

This article focuses on edge graphs of convex polytopes.

Introduction

edit

A convex polytope   is bounded by faces of different dimensions. Faces of dimension 0 are points and are called vertices of the polytope; faces of dimension 1 are line segments and are called edges of the polytope. These vertices and edges behave like the identically named elements of graphs, in particular,

  • two edges are either disjoint or intersect in a vertex.
  • each edge contains exactly two vertices.

It is therefore natural to reinterpret the polytope's vertices and edges as the combinatorial vertices and edges of a graph. This graph is the edge graph of  . Historically, the terms "vertex" and "edge" were actually used first in the context of polyhedra, and only later became standard terminology in graph theory.

There exists no established standard notation for the edge graph. Some common notations for the edge graph of a polytope   are  ,   or  .

General properties

edit

The edge graph of a convex polytope is a finite simple graph. It is connected, since a path between any two vertices can be constructed using the simplex algorithm. For low-dimensional polytopes the structure of the edge graph is mainly determined by the dimension:

  • the only 0-dimensional polytope is the point; its edge graph is  .
  • the only 1-dimensional polytope is the line segment; its edge graph is  .
  • the 2-dimensional polytopes are polygons. The edge graph of an  -sided polygon is  , the cycle with   vertices.
  • the edge graphs of 3-dimensional polytopes are rich in structure but still well-understood: by Steinitz's theorem the edge graphs of 3-polytopes are precisely the 3-vertex-connected planar graphs (also known as polyhedral graphs).

For  -polytopes with   no characterization of edge graphs is known. Some general statements can be made:

It is in general non-trivial to determine whether a given graph is the edge graph of a polytope, that is, whether it is a polytopal graph. For some graph classes, such as graphs of minimum degree  , the above properties can help to decide this question. For example, the Petersen graph is 3-regular. Hence, if it were polytopal, it would be the edge graph of a 3-polytope. It is however not planar and thus cannot be the edge graph of a 3-polytope. For graphs of minimum degree   it is usually harder to decide this question.

Examples

edit

Named families

edit

Other named examples

edit

Operations

edit

Some operations on polytopes translate to their edge graphs in a natural way.

  • The edge graph of the Cartesian product   of two polytopes is the Cartesian graph product of the edge graphs of   and  . For example, the product of a cycle graph and   is the edge graph of a prism.
  • The edge graph of the join   of two polytopes is the graph join of the edge graphs of   and  . The graph join is constructed from the union of the edge graphs by adding all edges between them. The same edge graph is obtained for the direct sum   (the dual of the Cartesian product) under the assumption that both   and   are of dimension at least two.

Reconstruction from the edge graph

edit

Given the edge graph of a polytope of dimension three or lower it is possible to reconstruct the polytope's full combinatorics, that is, the complete list of faces and incidences between them. For example, the 2-dimensional faces of a 3-polytope correspond exactly to the non-separating induced cycles in the edge graph.[3] Also, for polytopes of dimension up to three it is possible to tell the dimension of the polytope from the edge graph. In dimension   neither of this is the case. There exist combinatorially distinct polytopes with isomorphic edge graphs, and even polytopes of different dimensions with isomorphic edge graphs.

Examples of non-reconstructability

edit

The edge graph of a simplex is a complete graph. However, in dimension   there are other polytopes whose edge graph is complete. These are called 1-neighborly polytopes. For example, both the  -dimension simplex and the 4-dimensional cyclic polytope   have edge graph  .

Hypercubes of sufficiently large dimension share their edge graphs with neighborly cubical polytopes. For example, the edge graph of the 10-dimensional hypercube is also the edge graph of a 4-dimensional polytope.[4]

One general technique for constructing combinatorially distinct polytopes with the same edge graph is by using the direct sum and the join of polytopes. While these operations never generate polytopes of the same dimension, the resulting polytopes always have the same edge graph (assuming that we start from polytopes of dimension at least two). For example, the join   of two triangles is a 5-dimensional simplex, whereas the direct sum   is the 4-dimensional cyclic polytope on six vertices  . Both have   as their edge graph.

Reconstruction in special cases

edit

Reconstruction of the polytope's full combinatorics from the edge graph is possible in special cases or when additional data is available:

Geometric skeleton

edit

While the term edge graph is almost unanimously understood to be a purely combinatorial object, the term skeleton (or 1-skeleton) is used by some authors to refer to a geometric realization of the edge graph. ...

The term skeleton or 1-skeleton, while often used interchangeably with edge graph, is used by some authors to refer to the specific embedding of the edge graph given by the polytope, that is, the edge graph plus the placement of the vertices in the ambient space.

The skeleton of a polytope has a number of properties not shared by general embeddings of the edge graph.

Other relations

edit
  • The simplex algorithm traverses the edge graph of a polytope to find the optimal solution to a linear program.
  • The Hirsch conjecture asserts that the edge graph of a  -polytope has diameter at most  . A counterexample was found by Santos in 2012,[10]. The conjecture has since been reformulated in different ways. As of July 2024, no polynomial bound on the diameter in   is known.

Deciding polytopality of graphs

edit

The problem of deciding whether a given graph   is polytopal is decidable and known to be NP hard. Given   of maximum degree   we can enumerate all compatible face lattices up to rank  . Their realizability is decidable by the existential theory of the reals. Alternatively one can enumerate compatible oriented matroids and test their embeddability via the biquadratic final polynomial method. The hardness, already for polytopes of dimension four, follows from the universality theorem of 4-polytopes due to Jürgen Richter-Gebert.

References

edit
  1. ^ Grünbaum, B., Klee, V., Perles, M. A., & Shephard, G. C. (1967). Convex polytopes (Vol. 16, pp. 339-340). New York: Interscience.
  2. ^ https://mathworld.wolfram.com/CocktailPartyGraph.html
  3. ^ Cite error: The named reference Tutte was invoked but never defined (see the help page).
  4. ^ Cite error: The named reference JoswigZiegler was invoked but never defined (see the help page).
  5. ^ Blind, R., & Mani-Levitska, P. (1987). Puzzles and polytope isomorphisms. Aequationes mathematicae, 34, 287-297.
  6. ^ Kalai, G. (1988). A simple way to tell a simple polytope from its graph. J. Comb. Theory, Ser. A, 49(2), 381-383.
  7. ^ ??
  8. ^ Novik, I., & Zheng, H. (2023). Reconstructing simplicial polytopes from their graphs and affine 2-stresses. Israel Journal of Mathematics, 255(2), 891-910.
  9. ^ Izmestiev, I. (2010). The Colin de Verdiere number and graphs of polytopes. Israel Journal of Mathematics, 178(1), 427-444.
  10. ^ Santos, F. (2012). A counterexample to the Hirsch conjecture. Annals of mathematics, 383-412.

Cite error: A list-defined reference named "ZieglerEdgeGraph" is not used in the content (see the help page).
Cite error: A list-defined reference named "Ziegler" is not used in the content (see the help page).

edit