Theory PID

Up to index of Isabelle/HOL/HOL-Algebra

theory PID
imports Ideal2

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

theory PID imports Ideal2 begin

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

end