\(\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:
Directed Graphs
Needed by:
Directed Acyclic Graphs
Directed Shortest Path Problems
Links:
Sheet PDF
Graph PDF

Directed Paths

Definition

Let $(V, E)$ be a directed graph. A directed path between vertex $v$ and vertex $w \neq v$ is a finite sequence of distinct vertices, whose first coordinate is $v$ and whose last coordinate is $w$, and whose consecutive coordinates (as ordered pairs) are edges in the graph. We say that a path between $v$ and $w$ is from $v$ to $w$. The length of the path is one less than the number of vertices: namely, the number of edges.

Two vertices are connected in a graph if there exists at least one path between them. A directed graph is connected if there is a path between every pair of vertices. A graph is acyclic if none of its paths cycle.

Other terminology

Some authors allow paths to contain repeated vertices, and call a path with distinct vertices a simple path. Similarly, some authors allow a cycle to contain repeated vertices, and call a path with distinct vertices a simple cycle or circuit. Some authors use the term loop instead of cycle.

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