
theorem
  not 511 is prime
  proof
    511 = 7*73;
    then 7 divides 511;
    hence thesis;
  end;
