Prove that for any graph G, the connectivity is less that the minimum degree

In summary, the minimum degree of a graph is the smallest number of edges connected to a single vertex, and connectivity refers to the minimum number of edges needed to disconnect the graph into separate components. The connectivity of a graph can never be greater than the minimum degree, as removing these edges would disconnect the graph. This can be proven using the Handshaking Lemma, which applies to all types of graphs.
  • #1
sunnyceej
15
0
prove that for any graph G, kappa (G) ≤delta (G).
 
Physics news on Phys.org
  • #2
define your terms.
 
  • #3
suppose the connectivity is larger than min deg and look at the vertex v with min deg.
How many elements (nodes / edges) need to be removed to disconnect v from the rest of G?
 
  • #4
sunnyceej said:
prove that for any graph G, kappa (G) ≤delta (G).

What about the graph {(x,y)} on two vertices {x,y}, i.e., a tree with one edge?

EDIT: OP, you may want to square up your title with your question. Do you want less-than, or less-than-or-equal-to?
 
  • #5


I would like to clarify that the minimum degree of a graph G refers to the smallest number of edges incident to a vertex in G. Similarly, the connectivity of a graph G, denoted as κ(G), refers to the minimum number of vertices that need to be removed in order to disconnect G.

To prove that for any graph G, the connectivity is less than the minimum degree, we can use a proof by contradiction. Suppose there exists a graph G where the connectivity, κ(G), is greater than or equal to the minimum degree, δ(G). This would mean that there exists a set of vertices in G, let's say S, with a size of at least δ(G), such that removing these vertices would disconnect G into two or more components.

However, since the minimum degree in G is δ(G), each vertex in S must have at least δ(G) edges incident to it. This means that the removal of S would result in the removal of at least δ(G) * δ(G) = δ(G)^2 edges from G. But this contradicts the fact that G is still disconnected after the removal of S, as there must be at least δ(G)^2 + 1 remaining edges in G in order for it to remain connected. Therefore, our initial assumption that κ(G) ≥ δ(G) is false, and we can conclude that for any graph G, the connectivity is less than the minimum degree.

Now, to prove that for any graph G, κ(G) ≤ δ(G), we can use a similar proof by contradiction. Suppose there exists a graph G where the connectivity, κ(G), is greater than the minimum degree, δ(G). This would mean that there exists a set of vertices in G, let's say S, with a size of at least κ(G), such that removing these vertices would disconnect G into two or more components.

However, since the minimum degree in G is δ(G), each vertex in S must have at least δ(G) edges incident to it. This means that the removal of S would result in the removal of at least κ(G) * δ(G) = κ(G) * δ(G) edges from G. But this contradicts the fact that G is still disconnected after the removal of S, as there must be at least κ(G) * δ(G) + 1 remaining edges in G in order for it to remain connected. Therefore, our initial assumption that
 

1. What is the minimum degree of a graph?

The minimum degree of a graph is the smallest number of edges connected to a single vertex in the graph.

2. How is connectivity defined in a graph?

Connectivity in a graph refers to the minimum number of edges that need to be removed in order to disconnect the graph into two or more separate components.

3. Can the connectivity of a graph ever be greater than the minimum degree?

No, the connectivity of a graph can never be greater than the minimum degree. This is because the minimum degree represents the smallest number of edges connected to a vertex, and removing these edges would disconnect the graph.

4. How can you prove that the connectivity of a graph is always less than the minimum degree?

To prove this, you can use the Handshaking Lemma, which states that the sum of the degrees of all vertices in a graph is equal to twice the number of edges. Since the connectivity is the minimum number of edges needed to disconnect a graph, it must be less than or equal to the sum of the degrees, which is always less than the minimum degree.

5. Is this statement true for all types of graphs?

Yes, this statement is true for all types of graphs, including directed and weighted graphs. As long as the graph has a minimum degree and connectivity, this statement holds true.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • General Math
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
771
Replies
1
Views
925
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
Replies
34
Views
3K
Replies
1
Views
783
  • Introductory Physics Homework Help
Replies
2
Views
153
Back
Top