
theorem
  not 350 is prime
  proof
    350 = 2*175;
    then 2 divides 350;
    hence thesis;
  end;
