let G1, G2 be _Graph; :: thesis: ( G1 == G2 iff G1 .allSG() = G2 .allSG() )
hereby :: thesis: ( G1 .allSG() = G2 .allSG() implies G1 == G2 ) end;
assume G1 .allSG() = G2 .allSG() ; :: thesis: G1 == G2
then ( G1 is Subgraph of G2 & G2 is Subgraph of G1 ) by Th29;
hence G1 == G2 by GLIB_000:87; :: thesis: verum