reserve G,G1,G2 for _Graph;
reserve e,x,y for set;
reserve v,v1,v2 for Vertex of G;
reserve W for Walk of G;

theorem
  x in G.componentSet() implies x is non empty Subset of the_Vertices_of
  G by Lm13;
