let G be _Graph; :: thesis: ( G is connected iff G | _GraphSelectors in G .allConnectedSG() )
hereby :: thesis: ( G | _GraphSelectors in G .allConnectedSG() implies G is connected ) end;
assume G | _GraphSelectors in G .allConnectedSG() ; :: thesis: G is connected
then A2: G | _GraphSelectors is connected by Th124;
G | _GraphSelectors == G by GLIB_000:128;
hence G is connected by A2, GLIB_002:8; :: thesis: verum