
theorem
  not 501 is prime
  proof
    501 = 3*167;
    then 3 divides 501;
    hence thesis;
  end;
