src/HOL/Algebra/abstract/PID.thy
author haftmann
Fri, 10 Feb 2012 23:56:09 +0100
changeset 46541 9673597c1b92
parent 35849 b5522b51cb1e
permissions -rw-r--r--
tuned

(*  Author: Clemens Ballarin, started 5 October 1999

Principle ideal domains.
*)

theory PID
imports Ideal2
begin

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

end