theorem Th27:
  s < s++
proof
  s++ in Seg s by Def35;
  then consider t such that
A1: t = s++ & s < t;
  thus thesis by A1;
end;
