theorem
  ex s st r < s
proof
  take s = r+one;
  s+{} = s by Th50;
  then
A1: r <> s by Th62;
  r <=' s;
  hence thesis by A1,Th66;
end;
