
Graph Symmetries
... An s-arc in a graph X is a sequence (v0, v1, v2, . . . , vs) of s+1 vertices of X such that {vi−1, vi} is an edge of X for 0 < i ≤ s and vi−1 6= vi+1 for 0 < i < s – or in other words, such that any two consecutive vi are adjacent and any three consecutive vi are distinct. The graph X is called s-ar ...
... An s-arc in a graph X is a sequence (v0, v1, v2, . . . , vs) of s+1 vertices of X such that {vi−1, vi} is an edge of X for 0 < i ≤ s and vi−1 6= vi+1 for 0 < i < s – or in other words, such that any two consecutive vi are adjacent and any three consecutive vi are distinct. The graph X is called s-ar ...
I.1 Connected Components
... Size functions. Suppose we have a process in time that translates into a sequence of add and union operations, each with a time-stamp. Given two moments in time t1 < t2 , the two-parameter size function is the number of components at time t1 that are still disjoint at time t2 , which we denote as s( ...
... Size functions. Suppose we have a process in time that translates into a sequence of add and union operations, each with a time-stamp. Given two moments in time t1 < t2 , the two-parameter size function is the number of components at time t1 that are still disjoint at time t2 , which we denote as s( ...
Dual graph
In the mathematical discipline of graph theory, the dual graph of a plane graph G is a graph that has a vertex for each face of G. The dual graph has an edge whenever two faces of G are separated from each other by an edge. Thus, each edge e of G has a corresponding dual edge, the edge that connects the two faces on either side of e.Graph duality is a topological generalization of the geometric concepts of dual polyhedra and dual tessellations, and is in turn generalized algebraically by the concept of a dual matroid. Variations of planar graph duality include a version of duality for directed graphs, and duality for graphs embedded onto non-planar two-dimensional surfaces.However, the notion described in this page is different from the edge-to-vertex dual (line graph) of a graph and should not be confused with it.The term ""dual"" is used because this property is symmetric, meaning that if H is a dual of G, then G is a dual of H (if G is connected). When discussing the dual of a graph G, the graph G itself may be referred to as the ""primal graph"". Many other graph properties and structures may be translated into other natural properties and structures of the dual. For instance, cycles are dual to cuts, spanning trees are dual to the complements of spanning trees, and simple graphs (without parallel edges or self-loops) are dual to 3-edge-connected graphs.Polyhedral graphs, and some other planar graphs, have unique dual graphs. However, for planar graphs more generally, there may be multiple dual graphs, depending on the choice of planar embedding of the graph. Testing whether one planar graph is dual to another is NP-complete.