src/HOL/Algebra/abstract/PID.thy
author wenzelm
Sat, 17 Sep 2005 12:18:04 +0200
changeset 17448 b94e2897776a
parent 7998 3d0c34795831
child 17479 68a7acb5f22e
permissions -rw-r--r--
theorem(_i): empty target; forget_proof: removed tmp hack;

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

PID = Ideal +

instance
  pid < factorial	(TrueI, pid_irred_imp_prime)

end