
theorem
  not 20 is prime
  proof
    20 = 2*10;
    then 2 divides 20;
    hence thesis;
  end;
