
theorem
  not 721 is prime
  proof
    721 = 7*103;
    then 7 divides 721;
    hence thesis;
  end;
