theorem Th66:
  seq is_compared_to seq
proof
  let r such that
A1: r > 0;
  take m = 0;
  let n such that
  n >= m;
  thus thesis by A1,CSSPACE:50;
end;
