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