src/HOL/Algebra/abstract/PID.thy
author haftmann
Fri, 06 Jan 2012 10:19:49 +0100
changeset 46133 d9fe85d3d2cd
parent 35849 b5522b51cb1e
permissions -rw-r--r--
incorporated canonical fold combinator on lists into body of List theory; refactored passages on List.fold(l/r)

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