Question regarding degrees of a graph and its biconnected components

Click For Summary
SUMMARY

The discussion centers on proving the relationship between the degrees of vertices in a graph and its maximal biconnected components. Specifically, it establishes that the degrees of all vertices in a graph G are even if and only if the degrees of all vertices in each of its maximal biconnected components are even. The participants clarify that connecting biconnected components with a single edge results in odd degrees for the vertices involved, thus violating the conditions of the proof. The conversation emphasizes the need for careful interpretation of vertex degrees within the context of both the entire graph and its components.

PREREQUISITES
  • Understanding of graph theory concepts, particularly biconnected components.
  • Familiarity with vertex degree definitions in graph theory.
  • Knowledge of proof techniques, including induction.
  • Ability to analyze and interpret mathematical propositions accurately.
NEXT STEPS
  • Study the properties of biconnected components in graph theory.
  • Learn about vertex degrees and their implications in graph structures.
  • Explore proof techniques in mathematics, focusing on induction methods.
  • Investigate examples of graphs with varying degrees to solidify understanding of the discussed concepts.
USEFUL FOR

Mathematicians, computer scientists, and students studying graph theory, particularly those interested in the properties of biconnected components and vertex degrees in graphs.

  • #31
Superyoshiom said:
If all the vertices of the mbc's are even then there must exist in there a cycle
You really must try to be less vague. Must exist in where? If you mean within an mbc then you should have written "If all the vertices of an mbc ..."
And mere existence of a cycle isn't going to get you far. It is crucial (if using this approach) that the set of edges can be decomposed into disjoint cycles.
The rest of that paragraph doesn't seem to go anywhere. How does it lead to all the vertices in G being even?
Superyoshiom said:
all connected graphs with even degrees are cycles
No, they need not be cycles but can be decomposed into a disjoint union of cycles.
Superyoshiom said:
if G is a collection of biconnected components with even degrees, ...
then if we remove an even number of edges
You are taking G to be a graph for which the proposition is true. The inductive step should be showing it is true for some larger graph. The right way is to start with something like "suppose the proposition is true for all graphs up some number of (vertices or edges or mbcs ... probably doesn’t matter which you choose). Let G be a graph with one more but does not satisfy the proposition ". Then you consider removing something from G such that the reduced graph doesn’t satisfy it either.
 
Mathematics news on Phys.org
  • #32
haruspex said:
You really must try to be less vague. Must exist in where? If you mean within an mbc then you should have written "If all the vertices of an mbc ..."
And mere existence of a cycle isn't going to get you far. It is crucial (if using this approach) that the set of edges can be decomposed into disjoint cycles.
The rest of that paragraph doesn't seem to go anywhere. How does it lead to all the vertices in G being even?

No, they need not be cycles but can be decomposed into a disjoint union of cycles.

You are taking G to be a graph for which the proposition is true. The inductive step should be showing it is true for some larger graph. The right way is to start with something like "suppose the proposition is true for all graphs up some number of (vertices or edges or mbcs ... probably doesn’t matter which you choose). Let G be a graph with one more but does not satisfy the proposition ". Then you consider removing something from G such that the reduced graph doesn’t satisfy it either.
Honestly the more and more I think about this problem the more confusing it gets.

If the graph G has all even vertices and we want to then show its maximal biconnected components have all of their vertex as even degrees, then I guess that since you have an even graph then every vertex must have an edge going in and going out of it which means that either G would be a collection of cycles or a collection of subgraphs that decompose to cycles, or just 1 vertex with no edges, which I think still counts as an mbc, and all cycles are also biconnected bcause there exists in them no articulation vertex. So I think that counts for one direction.

If the mbc's of the graph have all even degrees and we want to prove that then G is an even graph. I guess maybe just start with a case where we have two disconnected mcb's which counts as a graph that satisfies these conditions. Then we could add an edge to connect them, but this would violate both the graph being even and the mcb of that one connecting edge being even. So we'd need to add at least one more edge to connect the two graphs, and in that case we'd be creating two separate paths from one mcb to another if the other edge is on the same vertex, and we could decompose this into 3 mcb's where all the vertices are even. So basically at any time we want to connect or just expand this graph we need to add an even number of edges which ensures that both the mcb's and the graph are even.
 
  • #33
Superyoshiom said:
If the graph G has all even vertices and we want to then show its maximal biconnected components have all of their vertex as even degrees, then I guess that since you have an even graph then every vertex must have an edge going in and going out of it which means that either G would be a collection of cycles or a collection of subgraphs that decompose to cycles, or just 1 vertex with no edges, which I think still counts as an mbc, and all cycles are also biconnected bcause there exists in them no articulation vertex. So I think that counts for one direction.
Sorry, I just don't see how that leads to the conclusion that each mbc has all vertices even degree.
Try this: suppose you have some decomposition of G into cycles; consider the cycles containing a particular vertex; what can you say about the relationship between one of those cycles and the collection of mbcs to which the vertex belongs?
Superyoshiom said:
we could add an edge to connect them, but this would violate both the graph being even and the mcb of that one connecting edge being even. So we'd need to add at least one more edge
As I posted, this is not how induction works. It is no use starting with some graph and adding bits. That doesn't necessarily result in constructing every graph. You have to start with the assumption that all graphs smaller than some size have the property, and that some graph just a bit larger does not, then arrive at a contradiction.
 
  • #34
haruspex said:
Sorry, I just don't see how that leads to the conclusion that each mbc has all vertices even degree.
Try this: suppose you have some decomposition of G into cycles; consider the cycles containing a particular vertex; what can you say about the relationship between one of those cycles and the collection of mbcs to which the vertex belongs?
If we combine the cycles that all share a given vertex together, then they should form a mbc?
haruspex said:
As I posted, this is not how induction works. It is no use starting with some graph and adding bits. That doesn't necessarily result in constructing every graph. You have to start with the assumption that all graphs smaller than some size have the property, and that some graph just a bit larger does not, then arrive at a contradiction
If I assume that all graphs smaller than some size have the property, is it the same as assuming that for k vertices the graph G has all even degrees and also in all its maximal biconnected components. In that case, to show that some graph just a bit larger does not, do we just add one edge to the graph and show that it creates an odd vertex? That sounds similar to what I did before so I'm not sure what I'm doing wrong.
 
Last edited:
  • #35
Superyoshiom said:
If we combine the cycles that all share a given vertex together, then they should form a mbc?
No. Consider a graph on five vertices consisting of two triangles sharing a vertex.
Superyoshiom said:
do we just add one edge to the graph and show that it creates an odd vertex?
That's wrong in several ways.
First, its the opposite of what you would be wanting to show. You want to show that if the smaller graph has the property then so does the larger - not that the larger does not have the property.
Secondly, it is only graphs of even degree that we wish to show have all mbcs of even degree. To show this is true for a larger graph then you need that larger graph also to be of even degree and show that its mbcs are of even degree. If you add one edge it won't be of even degree, so is irrelevant.
Thirdly, if you try to fix that by adding more edges, how do you know whether you have added them in a totally general manner? Maybe your prescription for adding them misses out some larger graphs.

Let me try again to explain how induction usually works.
1. Pick some size parameter, such as number of vertices or edges or cycles or mbcs or whatever.
2. Show that the proposition is true for all graphs with a given small value of the parameter.
3. Assume it is true for all graphs up to some unknown parameter value N.
4. Deduce that it is also true for all graphs of parameter N+1.
Step 4 is often achieved through reductio ad absurdum: you suppose there exists a graph G of size N+1 which does not have the property then construct from it a smaller graph which would also not have the property. Since that contradicts your assumption in 3, G cannot exist.

In the present case, number of edges isn't going to work as the parameter. If you remove one edge from a graph of even degree it will no longer have even degree, so cannot produce a contradiction to your assumption.
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K