
theorem
  not 386 is prime
  proof
    386 = 2*193;
    then 2 divides 386;
    hence thesis;
  end;
