
theorem
  not 502 is prime
  proof
    502 = 2*251;
    then 2 divides 502;
    hence thesis;
  end;
