Proving Uniqueness of Graphs with a Given Degree Sequence

In summary, the conversation discusses a question related to degree sequences of graphs and the task of proving that a certain degree sequence is nonisomorphic. The participants offer suggestions and algorithms for solving the problem and clarify the concept of isomorphic graphs.
  • #1
philosophking
175
0
Hey everyone,

I wasn't sure where to put this, since graph theory doesn't really have it's own name here (we don't even have a combinatorics or discrete math category...), so I decided to just put it here in "General Math". My question pertains to degree sequences of graphs.

I'm asked to show that s:7,6,5,4,4,3,2,1 is graphical. An algorithm for this is derived from a theorem in my book (Chartrand and Lesniak's book, 4th ed.). I can do this no problem.

But then I am asked to prove that there exists only one graph with this degree sequence, and I'm not sure how to do this. Basically, I have to show that the graph is nonisomorphic, I think.

This is for an independent study of graph theory, and any help would be greatly appreciated! :)
 
Mathematics news on Phys.org
  • #2
It seems pretty straight forward conceptually but (as always with graph theory) it seems like it is a pain to formallize. The hypothesis you want to show is that if you take to two graphs with that degree sequence and take a map f that maps nodes of the same degree to each other (for the nodes of degree 4 they can be mapped to either node in the second graph of degree 4) then f is an isomorphism. Start with the nodes of degree 7. Show that the node of degree 7 is has an edge in common with every other node in both graphs. Then go down the list.

There is a classic word problem about couples shaking hands at a party that is similar to this problem.

Hope that's some help
Steven
 
  • #3
isn't the graph isomorphic?
 
  • #4
That's our question, but my book asks me to prove that it isn't, so I'm guessing that it is nonisomorphic.

Yes, snoble, that did help me. I'm going to consider your algorithm and try to find some sort of contradiction in there to show that it is nonisomorphic. If anyone could help with going a little more forward with helping me actually solve the problem, that would be great.

Thank you again for your help.
 
  • #5
but it is...do the following as snoble suggested start with the arbitrary 7 node...then move to a 6 node...the 6 node will give away another node...same with the 5 node...
then your left with three nodes degree 4 ,4,3 ...you can attach them anyway you want.
 
  • #6
neurocomp2003 said:
then your left with three nodes degree 4 ,4,3 ...you can attach them anyway you want.

Once you've determined the degree 7,6 and 5 nodes, you'll have 3 choices for the 3 node. All will produce the same (isomorphic) graph.

There's some strange usage of terminology present in this thread. Phrases like "the graph is (non)isomorphic" are meaningless as far as I know, you have to indicate what it's (non)isomorphic to. So this question asks you to show that 7,6,5,4,4,3,2,1 is graphical (meaning such a graph exists) and all such graphs with this degree sequence are isomorphic to each other.
 
  • #7
Oh, you're right. I guess I'm just a little confused still on isomorphic graphs in general. Thanks for your help.
 

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 relationships between objects. It has applications in various fields such as computer science, engineering, and social sciences.

What are the basic components of a graph?

The basic components of a graph are vertices (also known as nodes) and edges. Vertices are the points or objects in a graph, while edges are the lines or connections between them.

What is the difference between directed and undirected graphs?

In a directed graph, the edges have a specific direction and represent a one-way relationship between vertices. In an undirected graph, the edges have no specific direction and represent a two-way relationship between vertices.

What is the degree of a vertex in a graph?

The degree of a vertex in a graph is the number of edges connected to that vertex. In an undirected graph, the degree of a vertex is the number of edges incident to that vertex. In a directed graph, the degree of a vertex is the sum of its in-degree (number of edges pointing towards the vertex) and out-degree (number of edges pointing away from the vertex).

What are some real-world applications of graph theory?

Graph theory has various real-world applications, such as modeling social networks, transportation networks, and computer networks. It is also used in analyzing and optimizing algorithms, predicting the spread of diseases, and solving scheduling problems.

Similar threads

Replies
34
Views
3K
Replies
7
Views
2K
  • General Math
Replies
1
Views
1K
Replies
3
Views
2K
  • General Math
Replies
14
Views
2K
  • Introductory Physics Homework Help
Replies
12
Views
594
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
468
Replies
66
Views
4K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
Back
Top