Graph theory question- Is this correct?

In summary, for any simple graph G of maximal degree X, the set of nodes that do not span any vertices in G is at least n/(X+1). This is minimized when G is X-regular, and we can prove this by dividing G into n/(X+1) subgraphs, each with at least one node in U. Therefore, the statement |U| ≥ n/(X+1) is true.
  • #1
talolard
125
0

Homework Statement


For any simple Graph G of maximal degree X, let U be the set of nodes that do not span any vertice in G. prove that [tex] |U| \geq \frac{n}{X+1} [/tex]




The Attempt at a Solution


First we notice that |U| is minimized when G is X-regular, i.e. that every node is connected to exactly X other nodes.
Proof:
Let v be some node in G such that the [tex]degr(v)=y < X [/tex]. Then there are [tex] n-1-y [/tex] nodes so that there are no vertices between those nodes and v.

Assume that G is X-regular. Then if we divide G into[tex] \frac{n}{X+1} [/tex] subgraphs, in any fashion, there will be at least one pair of nodes with no vertices between them. This is because each subgraph will have at least X+1 nodes but each node is of maximal degree X. And since each such division "contributes" at least 1 such pair we have that [tex] |U| \geq 1 \frac{n}{X+1} [/tex]
finished?
 
Physics news on Phys.org
  • #2


Yes, your proof is correct. Let me provide a more formal proof for clarity:

Proof:
Assume G is a simple graph of maximal degree X. Let U be the set of nodes that do not span any vertices in G. We want to show that |U| ≥ n/(X+1).

First, we will show that |U| is minimized when G is X-regular, i.e. every node is connected to exactly X other nodes.

Assume that there exists a node v in G with degree d < X. Then there are n-1-d nodes that do not span any vertices with v. This is because each of these nodes can only be connected to at most d other nodes, leaving at least n-1-d nodes unconnected to v. Therefore, the minimum value of |U| is when every node in G has degree X.

Now, we will divide G into n/(X+1) subgraphs, each with X+1 nodes. Since G is X-regular, each subgraph will have exactly X edges. However, each subgraph can only have at most X-1 edges between its nodes. Therefore, at least one pair of nodes in each subgraph will not be connected by an edge. This means that for each subgraph, there is at least one node in U.

Since we have divided G into n/(X+1) subgraphs and each subgraph has at least one node in U, we have at least n/(X+1) nodes in U. Therefore, |U| ≥ n/(X+1).

Hence, we have proven that for any simple graph G of maximal degree X, |U| ≥ n/(X+1).
 

1. What is graph theory?

Graph theory is a branch of mathematics that deals with the study of graphs, which are mathematical structures used to model pairwise relations between objects.

2. How is graph theory used?

Graph theory is used in various fields such as computer science, engineering, social sciences, and biology to study and model relationships between entities. It is also used in designing algorithms and solving optimization problems.

3. Is graph theory correct?

Graph theory is a well-established mathematical theory with numerous applications and has been extensively studied and validated by mathematicians and scientists. Therefore, it can be considered a correct and valid branch of mathematics.

4. What are some basic concepts in graph theory?

Some basic concepts in graph theory include vertices (or nodes), edges, directed and undirected graphs, paths, cycles, connectivity, and planarity. These concepts form the foundation of graph theory and are used to analyze and solve problems related to graphs.

5. How can I determine if a graph theory question is correct?

To determine if a graph theory question is correct, one can use mathematical principles and techniques to analyze the question and its solution. Additionally, consulting with experts or referencing established literature can help verify the correctness of a graph theory question.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Engineering and Comp Sci Homework Help
Replies
4
Views
1K
Replies
1
Views
786
  • Calculus and Beyond Homework Help
Replies
5
Views
619
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
704
  • Engineering and Comp Sci Homework Help
Replies
4
Views
892
Back
Top