Degree sequence of a graph

From Graph

Definition

For a finite graph

Suppose is a finite undirected graph. The degree sequence of is defined as follows: for each vertex of , calculate the degree of that vertex. We obtain a list (possibly with repetitions) of length equal to the size of the vertex set of . The degree sequence is obtained by sorting this list in descending order (i.e., we get a non-increasing, though not necessarily a strictly decreasing, sequence).

Note that not every non-increasing sequence arises as the degree sequence of a graph.

Related notions

  • The degree matrix is informationally equivalent: it stores the degree sequence data as a graph.

Facts

  • Handshaking lemma states that the sum of the entries of the degree sequence is twice the number of edges. In particular, it must be even.