
theorem
  not 1492 is prime
  proof
    1492 = 2*746;
    then 2 divides 1492;
    hence thesis;
  end;
