
theorem
  not 8 is prime
  proof
    8 = 2*4;
    then 2 divides 8;
    hence thesis;
  end;
