
theorem
  not 210 is prime
  proof
    210 = 2*105;
    then 2 divides 210;
    hence thesis;
  end;
