
theorem
  not 24 is prime
  proof
    24 = 2*12;
    then 2 divides 24;
    hence thesis;
  end;
