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