theorem Th48:
  idseq(n + k) | Seg n = idseq n
proof
A1: Sgm(Seg n) = idseq n by Th46;
  Sgm(Seg(n + k)) = idseq(n + k) by Th46;
  hence thesis by A1,Lm4;
end;
