TOPICS
Search

Node-to-Circle Expansion


A node-to-circle expansion of a graph g replaces each degree-d vertex v by a d-cycle, with the ith incident edge of v attached to the ith vertex of that cycle. In order to be well-defined for an abstract graph, a cyclic order of the incident edges specifying which edge attaches to which position on the replacement cycle (i.e., a rotation system) must also be specified. Given a rotation system specifying the cyclic ordering of the edges incident to v, this ordering is preserved by the node-to-circle expansion (Brandenburg 2020).

The most common case is the cube-connected cycle graph, which is the node-to-circle expansion of a hypercube graph (Leighton 1992, Brandenburg 2020) when vertices are labeled as bitstrings and neighbors are determined by which coordinate flips, thus giving replacement cycle positions that are exactly the coordinate indices.

The node-to-circle expansion of a graph G may be denoted eta(G) and is a cubic graph with 2m vertices and 3m edges if G has m edges and no vertices of degree one or two (Brandenburg 2020).

If G has graph crossing number k, then eta(G) has crossing number <=k (Brandenburg 2020). Similarly, if a rotation system comes from an embedding of G, then performing the node-to-circle expansion with that local cyclic order gives an embedding of the expanded graph on the same surface, so graph genus is preserved for that choice of order. Conversely, for any chosen order, contracting each replacement cycle back to a single vertex recovers G as a graph minor, so the expanded graph can never have smaller graph genus than G. Therefore, graph genus is preserved by the node-to-circle expansion for vertex orders realized by a minimum-genus embedding of G (cf. Brandenburg 2020). Howevr, note that for an arbitrary vertex order not compatible with any minimum-genus embedding, the node-to-circle expansion can have larger genus.


See also

Cube-Connected Cycle Graph, Rotation System

Explore with Wolfram|Alpha

References

Brandenburg, F. J. "Fan-Crossing Free Graphs and Their Relationship to other Beyond-Planar Graphs." 10 Dec 2020. https://arxiv.org/abs/2003.08468.Leighton, F. T. Introduction to Parallel Algorithms and Architectures Arrays, Trees, Hypercubes. San Francisco, CA: Morgan Kaufmann, 1992.

Cite this as:

Weisstein, Eric W. "Node-to-Circle Expansion." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/Node-to-CircleExpansion.html