Graph Theory: Extremal Problem

Click For Summary
SUMMARY

This discussion focuses on an extremal problem in graph theory, specifically from Bela Bollobas's "Modern Graph Theory." The problem involves proving that for a graph G with n > r + 1 vertices and tr(n) + 1 edges, there exists a subgraph H with |H| = p and e(H) >= tr(p) + 1 for every p where r + 1 < p <= n. The solution approach utilizes descending induction on p and requires identifying a vertex v with a degree less than or equal to δ(Tr(p)). The discussion highlights the importance of Turan's Theorem and the relationship between the Turan number and minimum degree.

PREREQUISITES
  • Understanding of Turan's Theorem and Turan numbers
  • Familiarity with graph theory concepts such as subgraphs and vertex degrees
  • Knowledge of induction techniques in mathematical proofs
  • Basic understanding of graph notation and terminology (e.g., Kr+1, δ(G))
NEXT STEPS
  • Study Turan's Theorem in detail to understand its implications in extremal graph theory
  • Learn about the properties of Turan graphs and their applications
  • Explore induction methods in mathematical proofs, particularly in combinatorial contexts
  • Investigate the minimum degree conditions in graph theory and their significance
USEFUL FOR

Mathematicians, graph theorists, and students studying extremal graph theory, particularly those interested in combinatorial proofs and Turan's Theorem applications.

Mellete
Messages
2
Reaction score
0

Homework Statement



Homework, from Modern Graph Theory by Bela Bollobas, section on extremals:

1. Suppose that G is a graph with n > r + 1 vertices and tr(n) + 1 edges.
(a) Prove that for every p with r + 1 < p <= n there is a subgraph H of G
with |H| = p and e(H) >= tr(p) + 1. [Hint: Try to copy the proof of Turan’s
Theorem. You may wish to write n = qr + x where 0 <= x < r, and consider
the cases x = 0, x = 1 and x > 2.]
(b) Prove that G contains two copies of Kr+1 with exactly r common vertices

Homework Equations



tr(n) − δ(Tr(n)) = tr(n − 1).
where tr(n) is the Turan number, Tr(n) the Turan graph, and δ(G) is the minimum degree of G

The Attempt at a Solution



Use a descending induction on p.

Assume there exists a subgraph of order p and size greater or equal to tr(p) + 1.
Identify a vertex v with deg(v) <= δ(Tr(p)) = p - roof(p/r)
Delete v and its incident vertices
Since tr(p) − δ(Tr(p)) = tr(p − 1) the result is a subgraph of order p-1 and size greater or equal to tr(p-1) + 1 as required.
The result follows by induction.

The crucial step is proving the existence of a suitable v, which I've no clue how to do.
 
Last edited:
Physics news on Phys.org
Still having trouble showing that there is a vertex with degree less or equal to δ(Tr(p))
 

Similar threads

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