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