
theorem
  not 1880 is prime
  proof
    1880 = 2*940;
    then 2 divides 1880;
    hence thesis;
  end;
