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