src/HOL/Algebra/abstract/PID.thy
author aspinall
Fri, 30 Sep 2005 18:18:34 +0200
changeset 17740 fc385ce6187d
parent 17479 68a7acb5f22e
child 20318 0e0ea63fe768
permissions -rw-r--r--
Add icon for interface.

(*
    Principle ideal domains
    $Id$
    Author: Clemens Ballarin, started 5 October 1999
*)

theory PID imports Ideal begin

instance pid < factorial
  apply intro_classes
   apply (rule TrueI)
  apply (erule pid_irred_imp_prime)
  done

end