
theorem
  not 901 is prime
  proof
    901 = 17*53;
    then 17 divides 901;
    hence thesis;
  end;
