
theorem
  not 789 is prime
  proof
    789 = 3*263;
    then 3 divides 789;
    hence thesis;
  end;
