src/HOL/Algebra/abstract/PID.thy
author paulson
Mon, 08 Mar 2004 11:12:06 +0100
changeset 14443 75910c7557c5
parent 7998 3d0c34795831
child 17479 68a7acb5f22e
permissions -rw-r--r--
generic theorems about exponentials; general tidying up

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

PID = Ideal +

instance
  pid < factorial	(TrueI, pid_irred_imp_prime)

end