
theorem
  not 321 is prime
  proof
    321 = 3*107;
    then 3 divides 321;
    hence thesis;
  end;
