theorem Th7:
  u#y=u#w implies y=w
proof
  assume
A1: u#y=u#w;
  set p=u#y;
  u+y = p+p by Def2
    .= u+w by A1,Def2;
  hence thesis by RLVECT_1:8;
end;
