
theorem
  not 212 is prime
  proof
    212 = 2*106;
    then 2 divides 212;
    hence thesis;
  end;
