
theorem
  not 667 is prime
  proof
    667 = 23*29;
    then 23 divides 667;
    hence thesis;
  end;
