
theorem
  not 30 is prime
  proof
    30 = 2*15;
    then 2 divides 30;
    hence thesis;
  end;
