Category:Definitions/Subdivisions (Graph Theory)

From ProofWiki
Jump to navigation Jump to search

This category contains definitions related to subdivisions in the context of Graph Theory.
Related results can be found in Category:Subdivisions (Graph Theory).


Let $G = \struct {V, E}$ be a graph.


Edge Subdivision

The edge subdivision operation for an edge $\set {u, v} \in E$ is the deletion of $\set {u, v}$ from $G$ and the addition of two edges $\set {u, w}$ and $\set {w, v}$ along with the new vertex $w$.


This operation generates a new graph $H$:

$H = \struct {V \cup \set w, \paren {E \setminus \set {u, v} } \cup \set {\set {u, w}, \set {w, v} } }$


Graph Subdivision

A graph which has been derived from $G$ by a sequence of edge subdivision operations is called a subdivision of $G$.

Pages in category "Definitions/Subdivisions (Graph Theory)"

The following 5 pages are in this category, out of 5 total.