
theorem
  not 142 is prime
  proof
    142 = 2*71;
    then 2 divides 142;
    hence thesis;
  end;
