\(\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
Directed Graphs
Needed by:
None.
Links:
Sheet PDF
Graph PDF

Partially Directed Graphs

Why

We can embed the undirected graphs as certain garphs directed graphs.

Definition

Suppose that $G = (V, E)$ is a directed graph. If $(v, w) \in E$ and $(w, v) \in E$ we call $(v, w)$ (and $(w, v)$) and bidirected edge (or undirected edge). In other words, an edge $(v, w) \in E$ is undirected if $(v, w)$ is also in $E$.

If every edge of a directed graph is undirected, then we call the graph undirected. If some edges are an some are not, we call $G$ a partially directed graph.

Notation

Suppose $(V, E)$ is a directed graph. It is common to write $v \to w$ for

\[ (v, w) \in E \text{ and } (w, v) \not\in E. \]

It is common to write $a \sim \beta $ if

\[ (v, w) \in E \text{ and } (w, v) \in E \]

Similarly, we write $v \not\to w$ if $(v, w) \not\in E$ and $v \not\sim w$ if

\[ (v, w) \not\in E \text{ and } (w, v) \not\in E \]

Undirected version

As before, the undirected version (or skeleton) of $G$ is the undirected partially directed graph defined satisfying $u \sim v$ if $u \to v$ or $u \sim v$.

Subgraphs

Given a graph $G = (V, E)$ and a set $A \subset V$, the subgraph of $G = (V, E)$ corresponding to $A$ is the graph denoted $G_{A}$ defined by $(A, E \cap (A \times A)$.

Completeness

Suppose $(V, E)$ is a partially directed graph. In the context of partially directed graphs, the graph is complete if $(u,v) \in E$ or $(v, u) \in E$ for any two vertices $u$ and $v$. A subset $A$ is complete if the subgraph $G_A$ is complete. A complete subset that is maximal (w.r.t. $\subseteq$) is called a clique.

Copyright © 2023 The Bourbaki Authors — All rights reserved — Version 13a6779cc About Show the old page view