let G1 be Dsimple _Graph; :: thesis: for G2 being _Graph holds
( G1 == G2 iff G2 is DSimpleGraph of G1 )

let G2 be _Graph; :: thesis: ( G1 == G2 iff G2 is DSimpleGraph of G1 )
hereby :: thesis: ( G2 is DSimpleGraph of G1 implies G1 == G2 ) end;
assume G2 is DSimpleGraph of G1 ; :: thesis: G1 == G2
then consider E being RepDEdgeSelection of G1 such that
A3: G2 is inducedSubgraph of G1, the_Vertices_of G1,E \ (G1 .loops()) by Def10;
the_Edges_of G1 = E \ (G1 .loops()) by Th76;
then G2 is inducedSubgraph of G1,(the_Vertices_of G1) by A3, GLIB_000:34;
hence G1 == G2 by GLIB_000:94; :: thesis: verum