Let G be a graph of two or more vertices. Prove by contradiction that(All u,v...

chivistaelmore
Answered
2022-07-18
Let G be a graph of two or more vertices. Prove by contradiction that
(All u,v vertices in G, )
(All x vertex in G, {})
(Hint: N(u) denotes the neighbourhood of vertex u; i.e. N(u) is the set of every vertex v such that u and v are neighbours.)
Solution:
(All u,v vertices in G, ) and (Exist x, y vertices in G, {} and so y is in N(x))
(Exist y vertex in G, y in N(y))
{from definition of neighbourhood: (All z vertex in G, not (z in N(z))}
F
I'm confused. It looks like the problem is telling me that each vertex in G shares the neighbourhood with each other vertex, that the graph is complete. From that I have to prove that for all vertexes in G, the neighbourhood is empty? I'm very confused, could someone explain the question better and walk me through the process?