
theorem
  not 576 is prime
  proof
    576 = 2*288;
    then 2 divides 576;
    hence thesis;
  end;
