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