
theorem
  not 33 is prime
  proof
    33 = 3*11;
    then 3 divides 33;
    hence thesis;
  end;
