theorem
  ex t st r + t = s or s + t = r
proof
  r <=' s or s <=' r;
  hence thesis;
end;
