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

theorem
  0 <= a*a
proof
  0 <= a or a < 0;
  hence thesis;
end;
