If G is a graph with vertices v1,v2,…,vn, then ∑i=1nd(vi)=2|E(G)|
Each loop contributes 2 to the summation. In the summation, each edge e=uv that is not a loop is counted exactly twice, once in d(u) and once in d(v)