
theorem
  not 145 is prime
  proof
    145 = 5*29;
    then 5 divides 145;
    hence thesis;
  end;
