let G be _Graph; :: thesis: ( G is connected implies for v being Vertex of G holds G .reachableFrom v = the_Vertices_of G )
assume A1: G is connected ; :: thesis: for v being Vertex of G holds G .reachableFrom v = the_Vertices_of G
let v be Vertex of G; :: thesis: G .reachableFrom v = the_Vertices_of G
now end;
hence G .reachableFrom v = the_Vertices_of G by TARSKI:1; :: thesis: verum