
theorem
  not 213 is prime
  proof
    213 = 3*71;
    then 3 divides 213;
    hence thesis;
  end;
