let G be _Graph; :: thesis: ( G is connected iff G .componentSet() = {(the_Vertices_of G)} )
hereby :: thesis: ( G .componentSet() = {(the_Vertices_of G)} implies G is connected ) end;
assume G .componentSet() = {(the_Vertices_of G)} ; :: thesis: G is connected
then the_Vertices_of G in G .componentSet() by TARSKI:def 1;
then ex v being Vertex of G st G .reachableFrom v = the_Vertices_of G by Def8;
hence G is connected by Lm7; :: thesis: verum