
theorem
  not 302 is prime
  proof
    302 = 2*151;
    then 2 divides 302;
    hence thesis;
  end;
