Graph Theory: Extremal Problem

In summary, the conversation discusses the proof of two theorems in Modern Graph Theory by Bela Bollobas. The first theorem states 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 with r + 1 < p <= n. The second theorem proves that G contains two copies of Kr+1 with exactly r common vertices. The conversation also mentions the use of a descending induction on p and the existence of a suitable vertex v with deg(v) <= δ(Tr(p
  • #1
Mellete
2
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
  • #2
Still having trouble showing that there is a vertex with degree less or equal to δ(Tr(p))
 

1. What is Graph Theory?

Graph Theory is a branch of mathematics that studies the properties and relationships of graphs, which are mathematical structures used to model pairwise relations between objects.

2. What are Extremal Problems in Graph Theory?

Extremal Problems in Graph Theory involve finding the maximum or minimum value of a certain property or function within a given graph. These problems often involve finding the optimal number or arrangement of edges or vertices in a graph.

3. What are some common examples of Extremal Problems in Graph Theory?

Some common examples of Extremal Problems in Graph Theory include finding the maximum number of edges in a graph without a specific subgraph, finding the minimum number of colors needed to color a graph, and finding the minimum number of edges that must be removed to disconnect a graph.

4. What are some applications of Extremal Problems in Graph Theory?

Extremal Problems in Graph Theory have many real-world applications, such as in computer science, social networks, and transportation systems. For example, finding the most efficient way to route a delivery truck between multiple destinations can be modeled as an Extremal Problem in Graph Theory.

5. What are some common techniques for solving Extremal Problems in Graph Theory?

Some common techniques for solving Extremal Problems in Graph Theory include induction, graph coloring, and the use of extremal graph theory theorems. Computational methods, such as linear programming and branch-and-bound algorithms, can also be used for more complex problems.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Introductory Physics Homework Help
Replies
2
Views
732
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Replies
6
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
963
  • Calculus and Beyond Homework Help
Replies
3
Views
999
Back
Top