theorem Th2:
  (a+b)/2>=sqrt(a*b)
proof
  (a+b)/2>=(2*sqrt(a*b))/2 by SIN_COS2:1,XREAL_1:72;
  hence thesis;
end;
