
theorem
  not 384 is prime
  proof
    384 = 2*192;
    then 2 divides 384;
    hence thesis;
  end;
