Proving Vertex Count in a Graph with Girth 5 and Minimum Degree d

  • Context: Graduate 
  • Thread starter Thread starter MathematicalPhysicist
  • Start date Start date
  • Tags Tags
    Graph
Click For Summary
SUMMARY

The discussion centers on proving that a graph G with girth 5 and a minimum degree d contains at least d² + 1 vertices. Participants explored various proof strategies, including induction and degree summation techniques. The key insight is that for each vertex A connected to d other vertices, there are at least d(d-1) additional vertices that cannot be adjacent to A, leading to the conclusion that the total vertex count must be at least d² + 1. The equality case was also questioned but not resolved within the discussion.

PREREQUISITES
  • Understanding of graph theory concepts, particularly girth and vertex degree.
  • Familiarity with induction proofs in mathematics.
  • Knowledge of degree-sum formulas in graph theory.
  • Basic combinatorial reasoning skills.
NEXT STEPS
  • Study the principles of graph girth and its implications on vertex connectivity.
  • Learn about induction proofs in combinatorial mathematics.
  • Research degree-sum inequalities in graph theory.
  • Explore examples of graphs with specific girth and degree properties to solidify understanding.
USEFUL FOR

Mathematicians, computer scientists, and students studying graph theory, particularly those interested in combinatorial proofs and properties of graphs with specific constraints.

MathematicalPhysicist
Science Advisor
Gold Member
Messages
4,662
Reaction score
372
The girth of a graph is the length of the smallest polygon in the graph. Let G be graph with girth 5 for which all vertices have degree >=d. Show that G has at least d^2+1 vertices.
Can equality hold?

I am not sure, but how do I use the fact that the girth of G is 5, the only thing it tells me is that there are at least 5 vertices?

Should I prove this statement by induction on d?

What I did think of is using the fact the summing the degrees over all the vertices gives us that (1) 2|E|>=d*N, where N is the number of vertices and E is the set of edges of G.
Now if I show that |E|>=(d^3+d)/2, and this is not a strict bound, then I prove it, but it seems even difficult than a proof by induction which I am not sure how to do also.

Any hints?
 
Physics news on Phys.org
Well, if the graph has girth 5, that means that if nodes A and B are adjacent, then B cannot be adjacent to any other node that A is adjacent to. Additionally, if B and C are both adjacent to A, then the intersection of the nodes adjacent to B and C is just A.

If a given node A connects to d other nodes, then there are (at least) d*(d-1) nodes other than A that are adjacent to nodes adjacent to A. And A can't connect to any of those. So for each node A in the graph, there are at least d*(d-1) nodes that are not adjacent to A. And there are at least d nodes that are adjacent to A. And then there's A itself. Adding all these nodes together, you get d*(d-1) + d + 1 = d^2 + 1.
 
Thanks, I got to this same reasoning after someone else gave me a hint on how to solve this from another forum.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
3
Views
2K
Replies
4
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K