5.6 Exercises

Exercise 5.17.
  1. 1.

    If δ(G)2, every graph has a cycle of length at least δ(G)+1.

  2. 2.

    Prove that a graph G with g(G)=4 and δ(G)k has at least 2k vertices. Is 2k the best lower bound ?

  3. 3.

    Prove that a k-regular bipartite graph has no cut-edge for k2.

  4. 4.

    Suppose G is a graph with at least one edge. Then there exists a subgraph H such that δ(H)>ϵ(H)ϵ(G) where recall that ϵ(G) was defined as the edge density of the graph (see Definition 2.21).

  5. 5.

    If a graph G=(V,E) on n vertices has no (k+1)-clique k2 then show that |E|(11k)n22.

Exercise(A) 5.18.
  1. 1.

    Show that Dilworth’s theorem implies Erdös-Szekeres lemma.

  2. 2.

    Let n2+1 points be given in 2. Prove that there is a sequence of n+1 points (x1,y1)(xn+1,yn+1) for which either x1x2xn+1 and y1y2yn+1 holds or x1x2xn+1 and y1y2yn+1 holds.

  3. 3.

    Show that the bound in the Erdös-Szekeres lemma is the best possible.

  4. 4.

    Let G be a graph with g(G)=5 and δ(G)k. Show that G has at least k2+1 vertices.

  5. 5.

    Show that Petersen graph (defined in Section 2.1) is the largest 3-regular graph with diameter 2.

  6. 6.

    Let G be a simple graph on n vertices (n>3) with no vertex of degree n1. Suppose that for any two vertices of G, there is a unique vertex joined to both of them. If x and y are not adjacent show that d(x)=d(y). Now, show that G is a regular graph.

  7. 7.

    Show that a simple graph on n vertices with n2/4 edges and no triangles, then it is the complete bipartite graph Kk,k if n=2k or Kk,k+1 if n=2k+1.

  8. 8.

    If a simple graph on n vertices has e edges, then it has at least e3n(4en2) triangles.