src/HOL/Algebra/abstract/PID.thy
author webertj
Wed, 30 Aug 2006 03:19:08 +0200
changeset 20432 07ec57376051
parent 20318 0e0ea63fe768
child 29665 2b956243d123
permissions -rw-r--r--
lin_arith_prover: splitting reverted because of performance loss

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

theory PID imports Ideal2 begin

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

end