What is transitivity property of digraph?

1k Views Asked by At

I'm studying discrete structures following the MIT lecture (Mathematics for Computer Science). In the book, the definition of transitivity is as follow:

Definition of Transitivity

Then the book says the graph in Figure 7.8 below does not satisfy the transitivity property:

Converting DAG to Poset Explanation for Figure 7.8 & 7.9

But I think it is already transitive in Figure 7.8 as v2 -> v3 and v3 -> v4, then v2 -> v4.

Would anybody help me understand what I am missing here? Thank you so so so much in advance!!!

1

There are 1 best solutions below

1
On

The first figure is not a transitive relation but figure 7.8 is a transitive relation.

The first Figure is not transitive since we have v1-->v2 and v2-->v3 but we don't have v1-->v3 But Figure 7.8 shows us how to change the first figure to make a transitive relation.