
theorem
  not 899 is prime
  proof
    899 = 29*31;
    then 29 divides 899;
    hence thesis;
  end;
