\(\DeclarePairedDelimiterX{\Set}[2]{\{}{\}}{#1 \nonscript\;\delimsize\vert\nonscript\; #2}\) \( \DeclarePairedDelimiter{\set}{\{}{\}}\) \( \DeclarePairedDelimiter{\parens}{\left(}{\right)}\) \(\DeclarePairedDelimiterX{\innerproduct}[1]{\langle}{\rangle}{#1}\) \(\newcommand{\ip}[1]{\innerproduct{#1}}\) \(\newcommand{\bmat}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\barray}[1]{\left[\hspace{2.0pt}\begin{matrix}#1\end{matrix}\hspace{2.0pt}\right]}\) \(\newcommand{\mat}[1]{\begin{matrix}#1\end{matrix}}\) \(\newcommand{\pmat}[1]{\begin{pmatrix}#1\end{pmatrix}}\) \(\newcommand{\mathword}[1]{\mathop{\textup{#1}}}\)
Needs:
Undirected Graphs
Lists
Needed by:
Elimination Graphs
Filled Graphs
Monotone Neighborhoods
Ordered Undirected Graph Orientations
Links:
Sheet PDF
Graph PDF

Ordered Undirected Graphs

Why1

Definition

An ordering of an undirected graph is an ordering (see Lists) of its vertices. An ordered undirected graph is a tuple: the first object is an undirected graph and the second object is an ordering of the graph.

Notation

Suppose $G = (V, E)$ is an undirected graph, $\sigma : \set{1, \dots , n} \to V$ is an ordering of $G$. Then $(G, \sigma )$ is an ordered undirected graph. Some authors associate the pair $(G, \sigma )$ with the triple $(V, E, \sigma )$ and call the latter an ordered undirected graph as well. Throughout these sheets we use the former structure.

We denote that $\inv{\sigma }(v) < \inv{\sigma }(w)$ by $v \prec_{\sigma } w$ and $v \succeq_{\sigma } w$ by $\inv{\sigma }(v) \leq \inv{\sigma }(w)$. We occasionally omit the subscripts in $\prec_{\sigma }$ and $\succeq_{\sigma }$ when clear from context.

Visualization

We visualize an ordered undirected graph by labeling its nodes with the indices of each vertex. Let $(V, E)$ be an undirected graph with $V = \set{a,b,c,d,e}$ and

\[ E = \set*{\set{a, b}, \set{a, c}, \set{a, e}, \set{b, d}, \set{b, e}, \set{c, d}, \set{c, e}, \set{d,e}}. \]

Let $\sigma : \set{1, \dots , 5} \to V$ be an ordering with

\[ \sigma (1) = a \quad \sigma (2) = c \quad \sigma (3) = d \quad \sigma (4) = b \quad \sigma (e) = 5. \]

We visualize the ordered graph in the figure.


  1. Future editions will include. This sheet is needed, for example, in discussing perfect elimination orderings. ↩︎
Copyright © 2023 The Bourbaki Authors — All rights reserved — Version 13a6779cc About Show the old page view