
theorem
  not 255 is prime
  proof
    255 = 3*85;
    then 3 divides 255;
    hence thesis;
  end;
