
theorem
  not 343 is prime
  proof
    343 = 7*49;
    then 7 divides 343;
    hence thesis;
  end;
