A sequence $( d_1, d_2,...,d_p)$ is said to be graphic if and only if it is the degree sequence of some simple graph with p vertices. Show that the sequences $(7,5,5,5,3,2,1)$ and $(6,6,5,4,2,2,1)$ are not graphic. So for the first one 7 can't work because there are only 6 other vertices to connect to. But what if you have one degree of multiplicity 2? Then 7 works and I don't think this is what the question is looking for as an answer anyways. Using graph theory in Discrete Math, how would you solve this?
2026-04-23 16:01:46.1776960106
On
Question about the graphical sequences
446 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
0
On
I think the simple graphs with no multiple edges are assumed here. So, your argument is correct for the first case, that is, the highest degree is less than the number of vertices. For the second case use the powerful Havel–Hakimi criterion: if a decreasing sequence is graphical, then the sequence obtained by deleting the first element $d$ and subtracting $1$ from the first $d$ of the rest elements must be graphical too. So, the sequence $543110$ has to be graphical but it's not the case (since a graph can not contain a vertice of the maximum degree and the isolated vertice).
I think you're arguement for the first one holds. Usually in these kinds of problems graphs don't have two edges connecting the same vertices.
For the second, two $6$s means that every vertex must has at least two neighbors, since both $6$s connect to every other vertex. But then you can't have a $1$ in the sequence.