let G be _Graph; :: thesis: ( G is edgeless iff G .allSpanningSG() = {(G | _GraphSelectors)} )
hereby :: thesis: ( G .allSpanningSG() = {(G | _GraphSelectors)} implies G is edgeless ) end;
assume A2: G .allSpanningSG() = {(G | _GraphSelectors)} ; :: thesis: G is edgeless
set H = the plain removeEdges of G,(the_Edges_of G);
the plain removeEdges of G,(the_Edges_of G) in G .allSpanningSG() by Th60;
then A3: the plain removeEdges of G,(the_Edges_of G) = G | _GraphSelectors by A2, TARSKI:def 1;
G == G | _GraphSelectors by GLIB_000:128;
then the_Edges_of G = the_Edges_of the plain removeEdges of G,(the_Edges_of G) by A3, GLIB_000:def 34
.= {} ;
hence G is edgeless ; :: thesis: verum