
theorem
  not 119 is prime
  proof
    119 = 7*17;
    then 7 divides 119;
    hence thesis;
  end;
