
theorem
  not 510 is prime
  proof
    510 = 2*255;
    then 2 divides 510;
    hence thesis;
  end;
