
theorem
  not 26 is prime
  proof
    26 = 2*13;
    then 2 divides 26;
    hence thesis;
  end;
