
theorem
  not 747 is prime
  proof
    747 = 3*249;
    then 3 divides 747;
    hence thesis;
  end;
