theorem
  v in G.reachableDFrom(v)
proof
  G.walkOf(v) is_Walk_from v,v by GLIB_001:13;
  hence thesis by Def6;
end;
