[Math] question about simple graph.

graph theory

I know that simple graph has no parellel edges and loops. My question is that I have to draw the graph on six vertices with degree sequence $(3,3,5,5,5,5)$. I draw the the graph with the given degree sequence and everytime I got the graph which is not simple. Does there exist a simple graph with these degree sequence? If no why?

Best Answer

By the Havel-Hakimi Theorem, a descending degree sequence $\{a_1, \cdots ,\ a_k\}$ is graphical if and only if $a_1 \le k-1$ and $\{a_2 - 1, \cdots, a_{a_1+1}-1, a_{a_1 +2}, \cdots, a_k\}$ is graphical.

Applying the theorem to your case, we have $$\{5,5,5,5,3,3\} \iff \{4,4,4,2,2\}\iff\{3,3,1,1\}\iff\{2,0,0\}$$ The latter graph is evidently impossible.

Related Question