Definition
Out-arborescenc
Let be a finite directed graph and . An out-arborescence rooted at is a spanning subgraph , where , such that
Here counts the edges entering in , and means that a directed path from to exists. The indegree condition then makes this path unique: every vertex except has exactly one parent. Equivalently, the underlying undirected graph of is a tree with all edges directed away from .
On the left, the highlighted edges form the unique path from to . In the middle, reversing one edge leaves with indegree zero and with indegree one. On the right, has indegree two: both and reach it. Neither of the latter two graphs is an arborescence.