let G be _Graph; :: thesis: ( G is edgeless iff G == createGraph ([#] (the_Vertices_of G)) )
set H = the removeEdges of G,(the_Edges_of G);
hereby :: thesis: ( G == createGraph ([#] (the_Vertices_of G)) implies G is edgeless ) end;
assume G == createGraph ([#] (the_Vertices_of G)) ; :: thesis: G is edgeless
hence G is edgeless by GLIB_008:52; :: thesis: verum