
theorem
  not 341 is prime
  proof
    341 = 11*31;
    then 11 divides 341;
    hence thesis;
  end;
