
theorem
  not 1666 is prime
  proof
    1666 = 2*833;
    then 2 divides 1666;
    hence thesis;
  end;
