
theorem
  not 168 is prime
  proof
    168 = 2*84;
    then 2 divides 168;
    hence thesis;
  end;
