src/HOL/Algebra/abstract/PID.thy
author Cezary Kaliszyk <cezarykaliszyk@gmail.com>
Wed, 04 Apr 2012 20:09:56 +0200
changeset 47363 c7fc95e722ff
parent 35849 b5522b51cb1e
permissions -rw-r--r--
HOL/Import typed matches against Isabelle typedef result

(*  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