
theorem
  not 1400 is prime
  proof
    1400 = 2*700;
    then 2 divides 1400;
    hence thesis;
  end;
