directedtransitivity
Directed transitivity is a property of a directed graph or, equivalently, a binary relation on a set. A directed graph is transitive if, whenever there is a directed edge from a to b and a directed edge from b to c, there is also a directed edge from a to c. In relation terms, for all elements x, y, z, if xRy and yRz then xRz.
Self-loops are not required by transitivity; a graph can be transitive without containing any edge from a
Transitive closure is a related concept: it is the smallest transitive graph that contains the original edge
Examples illustrate the idea. If a→b and b→c are present but a→c is missing, the graph is
Algorithms for computing transitive closure include Warshall’s algorithm and, more generally, performing reachability searches from each