
theorem
  not 189 is prime
  proof
    189 = 3*63;
    then 3 divides 189;
    hence thesis;
  end;
