let G be _Graph; :: thesis: ( G is connected iff G | _GraphSelectors in G .allComponents() )
hereby :: thesis: ( G | _GraphSelectors in G .allComponents() implies G is connected ) end;
assume G | _GraphSelectors in G .allComponents() ; :: thesis: G is connected
then G | _GraphSelectors is Component of G by Th189;
hence G is connected by GLIB_000:128, GLIBPRE1:38; :: thesis: verum