src/HOL/Algebra/ROOT.ML
author nipkow
Fri, 20 Feb 2004 01:32:59 +0100
changeset 14402 4201e1916482
parent 13949 0ce528cd6f19
child 14551 2cb6ff394bfb
permissions -rw-r--r--
moved lemmas from MicroJava/Comp/AuxLemmas.thy to List.thy

(*
    The Isabelle Algebraic Library
    $Id$
    Author: Clemens Ballarin, started 24 September 1999
*)

(*** New development, based on explicit structures ***)

(* Preliminaries from set and number theory *)

no_document use_thy "FuncSet";
no_document use_thy "Primes";

(* Groups *)

use_thy "FiniteProduct";	(* Product operator for commutative groups *)
use_thy "Sylow";		(* Sylow's theorem *)
use_thy "Bij";			(* Automorphism Groups *)

(* Rings *)

use_thy "UnivPoly";		(* Rings and polynomials *)

(*** Old development, based on axiomatic type classes.
     Will be withdrawn in future. ***)

with_path "abstract" (no_document time_use_thy) "Abstract";   (*The ring theory*)
with_path "poly"     (no_document time_use_thy) "Polynomial"; (*The full theory*)