
theorem
  not 1345 is prime
  proof
    1345 = 5*269;
    then 5 divides 1345;
    hence thesis;
  end;
