
theorem
  not 338 is prime
  proof
    338 = 2*169;
    then 2 divides 338;
    hence thesis;
  end;
