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
  v in W.vertices() implies W.vertices() c= G.reachableFrom(v) by Lm4;
