reserve a,b,c,d for Real;
reserve r,s for Real;

theorem
  a < -1 implies -1 < a"
proof
  a < -1 implies (-1)" < a" by Lm31;
  hence thesis;
end;
