theorem Th86:
  W.first() in W.vertices() & W.last() in W.vertices()
proof
  1 <= len W by ABIAN:12;
  hence W.first() in W.vertices() by Lm45,JORDAN12:2;
  thus thesis by Lm45;
end;
