let G be _Graph; :: thesis: ( G is connected iff G .allComponents() = {(G | _GraphSelectors)} )
hereby :: thesis: ( G .allComponents() = {(G | _GraphSelectors)} implies G is connected ) end;
assume {(G | _GraphSelectors)} = G .allComponents() ; :: thesis: G is connected
then G | _GraphSelectors in G .allComponents() by TARSKI:def 1;
hence G is connected by Th192; :: thesis: verum