Graphs
A graph
Two vertices
Two graphs
Determining if two graphs are isomorphic is nontrivial, but two graphs can quickly be shown not to be isomorphic if for example they have a different number of vertices or edges.
Let
So then of course, the multiset of degree counts of two isomorphic graphs must be the same, meaning this is another fast way of determining that two graphs are not isomorphic.
Let
Each edge is counted twice; once for each vertex in the edge. In other words,
A vertex is odd if its degree is odd, or even if its degree is even.
Given a graph
This makes
Let
Proof:
We know that both
A graph in which all vertices have the same degree
In the case of regular graphs, we thus see that