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