
theorem
  not 141 is prime
  proof
    141 = 3*47;
    then 3 divides 141;
    hence thesis;
  end;
