
theorem
  not 330 is prime
  proof
    330 = 2*165;
    then 2 divides 330;
    hence thesis;
  end;
