src/HOL/Algebra/abstract/PID.thy
author smolkas
Fri, 11 Jan 2013 14:35:28 +0100
changeset 50824 a991d603aac6
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