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