Tuesday, November 17, 2009

lecture 18

We started our discussions on graphs, and prove Euler's theorem, the first non-trivial result in graph theory. On the way we have also introduced some basic definitions in graph theory, e.g. degree sequence, isomorphism, path, cycle, etc.

2 comments:

  1. I would like to ask the proof
    "if every vertex is of even degree, a graph has an Eulerian path"

    Where does the proof use the assumption "every vertex is of even degree"?

    ReplyDelete
  2. In the first step, when we choose an arbitrary vertex v, and extend the path as long as possible, and come back at vertex v and got stuck. This is where we used the assumption that every vertex is of even degree, because this assumption implies that the path could not get stuck in another vertex u (otherwise we enter u once more than we leave u, and there is no more edges unvisited, meaning that u is of odd degree). So the assumption is used here to guarantee that we can come back to the same vertex v, which is crucial in constructing the Eulerian path.

    ReplyDelete