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