
theorem
  not 324 is prime
  proof
    324 = 2*162;
    then 2 divides 324;
    hence thesis;
  end;
