Degree sequence of a graph

From Graph
Revision as of 17:38, 28 May 2012 by Vipul (talk | contribs) (Created page with "==Definition== ===For a finite graph=== Suppose <math>G</math> is a finite undirected graph. The '''degree sequence''' of <math>G</math> is defined as f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

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.