In graph theory, the degree sequence of a graph is a list of vertex degrees, which are the number of edges connected to each vertex. It's usually represented in non-increasing order, meaning the numbers are arranged from highest to lowest. Understanding a degree sequence helps us determine properties of the graph, such as whether it's simple or not.
A simple graph is one that has no loops (a vertex connected to itself) and no multiple edges between any pair of vertices. Hence, when analyzing a degree sequence, we must ensure that these criteria are met in any potential graph configuration. For instance, in the exercise above, graphing with the degree sequence \((3, 3, 5, 5, 5, 5)\) was impossible in the domain of simple graphs because it's not consistent with necessary conditions.
- Each vertex can connect only through allowed edges.
- Any single degree can't exceed half the total number of vertices if connected distinctly.
The exercise highlights this as the sum of degrees must be even, which leads us to the Handshaking Theorem.