src/HOL/Algebra/ROOT.ML
changeset 14551 2cb6ff394bfb
parent 13949 0ce528cd6f19
child 14751 0d7850e27fed
equal deleted inserted replaced
14550:b13da5649bf9 14551:2cb6ff394bfb
    14 (* Groups *)
    14 (* Groups *)
    15 
    15 
    16 use_thy "FiniteProduct";	(* Product operator for commutative groups *)
    16 use_thy "FiniteProduct";	(* Product operator for commutative groups *)
    17 use_thy "Sylow";		(* Sylow's theorem *)
    17 use_thy "Sylow";		(* Sylow's theorem *)
    18 use_thy "Bij";			(* Automorphism Groups *)
    18 use_thy "Bij";			(* Automorphism Groups *)
       
    19 use_thy "Lattice";              (* Lattices, and the complete lattice of subgroups *)
    19 
    20 
    20 (* Rings *)
    21 (* Rings *)
    21 
    22 
    22 use_thy "UnivPoly";		(* Rings and polynomials *)
    23 use_thy "UnivPoly";		(* Rings and polynomials *)
    23 
    24