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