theorem Th16:
  1*seq=seq
proof
  let n be Element of NAT;
  thus (1*seq).n=1*seq.n by Th5
    .=seq.n by RLVECT_1:def 8;
end;
