
theorem
  not 850 is prime
  proof
    850 = 2*425;
    then 2 divides 850;
    hence thesis;
  end;
