
theorem
  not 1881 is prime
  proof
    1881 = 3*627;
    then 3 divides 1881;
    hence thesis;
  end;
