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 :: thesis: for x being object holds
( ( x in G .reachableFrom v implies x in the_Vertices_of G ) & ( x in the_Vertices_of G implies x in G .reachableFrom v ) )
end;
hence G .reachableFrom v = the_Vertices_of G by TARSKI:2; :: thesis: verum