
theorem
  not 301 is prime
  proof
    301 = 7*43;
    then 7 divides 301;
    hence thesis;
  end;
