Vertex Degrees
1.2. Vertex Degrees#
The sum of degrees of all vertices is twice the number of edges in any graph. That is,
\[\begin{align*}\sum_{v \in V}\deg(v) = 2 \abs{E}\end{align*}\]
Proof. TODO
The number of vertices of odd degree is even in any graph.