Introduction to graph theory/Lecture 2

From Wikiversity
Jump to navigation Jump to search

Introduction[edit | edit source]

It is useful, and indeed vital, to have the collection of definitions that were doled out in the last lecture. Nevertheless, in order to get a feel for what these definitions mean, one must actually get one's hands dirty. Today we start investigating the consequences of these definitions. We start by investigating graphs with no cycles.

What is a forest?[edit | edit source]

A graph is said to be a forest if it contains no cycles (this property is also called being acyclic). A sample forest from the Kevin Bacon Graph is given below. The vertices have been placed in order to give some idea as to the reason for the name forest.

It is time for the second theorem of the course. To reiterate what was said in the first lecture, proofs to the theorems will not be given in the main body of the lecture. Instead, there will be a "roadmap" of the proof, for the student to fill in himself. At the end of each theorem there is a link to a proof page.

Theorem 2: A graph is a forest if and only if for every pair of distinct vertices , there is at most one -path.

Proof Roadmap:

  • Suppose you have a graph which is not a forest.
    • What must G contain?
    • Take an example of the thing that is in all non-forest graphs.
    • Choose two vertices from your example, and try to find two paths between them.
  • Suppose you have a graph with two vertices with two -paths.
    • By drawing a picture, allowing your paths to cross over each other many times, attempt to see why this graph cannot be a forest.
    • Now formalise this argument, making certain that what you construct uses no vertex more than once.

QED (Full Proof)

If a forest is connected, it is called a tree. This naming may seem a little counterintuitive, but note that forests consist of a collection of trees. If deforestation were to continue to the extent that Sherwood Forest was reduced to having only one plant in it, then the forest may well be renamed Sherwood Tree. The previous theorem has the following easy corollary.

Corollary 3: A graph is a tree if and only if for every pair of distinct vertices , there is exactly one -path.

Proof Roadmap:

  • Suppose you have a graph which is not a forest.
    • Use Theorem 2 to show that there is some pair of vertices for which there is not exactly one -path.
  • Suppose you have a graph which is a forest, but is not a tree.
    • What property must fail to have?
    • Looking back at the definition in the previous lecture, if necessary, show that this means that there is some pair of vertices for which there is not exactly one -path.
  • Now suppose you have a graph which is a tree.
    • Use Theorem 2 and the same definition to show that for every pair of vertices , there is exactly one -path.

QED (Full Proof)

As a tree is such a useful concept, we will give (in the following theorem) two alternative characterisations of trees.

Theorem 4: For a graph , the following are equivalent:

  • is a tree
  • is a minimal connected graph, in the sense that the removal of any edge will leave a disconnected graph.
  • is a maximal acyclic graph, in the sense that the addition of any missing edge will create a cycle.

Proof Roadmap

  • Suppose is a tree, and let be an edge not in .
    • Use Corollary 3 to show that adding to will create a cycle.
  • Suppose is a tree, and let be an edge of .
    • Find two vertices such that the graph can have no path between them.
  • Suppose is a minimal connected graph, but is not a tree.
    • From the definition of a tree, what else does this mean that G is not?
    • Therefore, what must contain?
    • Find an edge you can remove from without disconnecting the graph.
  • Suppose is a maximal acyclic graph, but is not a tree.
    • Since acyclic graphs and forests are the same thing, what property does not have?
    • Using this, show that there are two non-adjacent vertices which can be joined without creating a cycle.

QED (Full Proof)

We will need one more theorem about trees here. It is not immediately obvious that all trees have one fewer edge than vertex. The proof, as you shall see, is easy.

Theorem 5: A tree of order has edges.

Proof Roadmap

  • Prove this by induction on .
  • Prove this first (by experimenting) for . Find all trees for these values of .
  • Now let be a tree of k vertices, and suppose it is true for all . Remove an edge from T.
    • By Theorem 4, the new graph cannot be connected. Can it have three or more components?
    • What must each component be?
    • How many vertices are there in total in the components?
    • Therefore, using the induction statement, how many edges must there be?

QED (Full Proof)

Spanning Trees[edit | edit source]

Bipartite Graphs and Odd Cycles[edit | edit source]

Conclusion[edit | edit source]

Resource type: this resource contains a lecture or lecture notes.