
theorem
  not 64 is prime
  proof
    64 = 2*32;
    then 2 divides 64;
    hence thesis;
  end;
