
theorem
  not 314 is prime
  proof
    314 = 2*157;
    then 2 divides 314;
    hence thesis;
  end;
