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