
theorem
  not 555 is prime
  proof
    555 = 3*185;
    then 3 divides 555;
    hence thesis;
  end;
