
theorem
  not 1022 is prime
  proof
    1022 = 2*511;
    then 2 divides 1022;
    hence thesis;
  end;
