
theorem
  not 14 is prime
  proof
    14 = 2*7;
    then 2 divides 14;
    hence thesis;
  end;
