
theorem
  not 143 is prime
  proof
    143 = 11*13;
    then 11 divides 143;
    hence thesis;
  end;
