Question about graphs and relations

41 Views Asked by At

If I have a directed graph $G = (V,E)$, let the relation $R$= {$(a,b)$ | $a$ has a directed path to $b$} be a relation over $V$.

How can I prove that $R$ is an equivalence relation, partial order, and total (if any are true)?

1

There are 1 best solutions below

3
On BEST ANSWER

$R$ is clearly not in general an equivalence relation, because it’s not in general symmetric: just look at the directed graph $\bullet\longrightarrow\bullet$. On the other hand, you can’t count on its being antisymmetric, either: $\bullet\longleftrightarrow\bullet$. And it certainly needn’t be total: $\bullet\qquad\bullet$.