theorem Th159:
  W1 is Subwalk of W2 implies W1.first() = W2.first() & W1.last() = W2.last()
proof
  assume W1 is Subwalk of W2;
  then W1 is_Walk_from W2.first(), W2.last() by Def32;
  hence thesis;
end;
