
theorem
  not 155 is prime
  proof
    155 = 5*31;
    then 5 divides 155;
    hence thesis;
  end;
