
theorem
  not 66 is prime
  proof
    66 = 2*33;
    then 2 divides 66;
    hence thesis;
  end;
