
theorem
  not 297 is prime
  proof
    297 = 3*99;
    then 3 divides 297;
    hence thesis;
  end;
