0
$\begingroup$

Given any graph G, any pair of vertices (u.v), there exists a path length $d(u,v) \leq 3$ in G or there exists a path length $d(u,v) \leq 2$ in G'

  • 0
    Riemann -- not much of any use, just fooling around with path lengths 4 or more and what that requires of G'. Rahu came up with a solution. I am burned out.2017-02-02

1 Answers 1

1

Fix u,v

If there is a path of length less than 3 we are done.

Suppose that is not the case.So,given u and v there is no path of length less than 3.In particular G DOES NOT contain the edge (u,v)

So,the complement graph must contain the edge (u,v) whose length is $\leq 2$

  • 0
    Thank you Rahu. Question from a student and I am burned out.2017-02-02