Description: If every vertex in a simple graph has degree 0, there is no edge in the graph. (Contributed by Alexander van der Vekens, 12-Jul-2018) (Revised by AV, 17-Dec-2020) (Proof shortened by AV, 23-Dec-2020)
|- V = ( Vtx ` G )
|- E = ( Edg ` G )
|- ( G e. USGraph -> ( A. v e. V ( ( VtxDeg ` G ) ` v ) = 0 -> E = (/) ) )
|- ( G e. USGraph -> G e. UHGraph )
|- ( G e. UHGraph -> ( A. v e. V ( ( VtxDeg ` G ) ` v ) = 0 -> E = (/) ) )