
theorem
  not 300 is prime
  proof
    300 = 2*150;
    then 2 divides 300;
    hence thesis;
  end;
