theorem Th13:
  (a|^3+b|^3+c|^3)/3>=a*b*c
proof
  (a|^3+b|^3+c|^3)/3>=(3*a*b*c)/3 by Th12,XREAL_1:72;
  hence thesis;
end;
