src/HOL/Algebra/Algebra.thy
author wenzelm
Tue, 25 Sep 2018 20:41:27 +0200
changeset 69069 b9aca3b9619f
parent 68582 b9b9e2985878
child 70027 94494b92d8d0
permissions -rw-r--r--
export locale dependencies, with approx. morphism as type/term substitution;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
68582
b9b9e2985878 more standard headers;
wenzelm
parents: 68578
diff changeset
     1
(*  Title:      HOL/Algebra/Algebra.thy *)
68569
c64319959bab Lots of new algebra theories by Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
diff changeset
     2
c64319959bab Lots of new algebra theories by Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
diff changeset
     3
theory Algebra
c64319959bab Lots of new algebra theories by Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
diff changeset
     4
  imports Sylow Chinese_Remainder Zassenhaus Galois_Connection Generated_Fields
68578
1f86a092655b more algebra
paulson <lp15@cam.ac.uk>
parents: 68569
diff changeset
     5
     Divisibility Embedded_Algebras IntRing Sym_Groups Exact_Sequence Polynomials
68569
c64319959bab Lots of new algebra theories by Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
diff changeset
     6
begin
c64319959bab Lots of new algebra theories by Martin Baillon and Paulo Emílio de Vilhena
paulson <lp15@cam.ac.uk>
parents:
diff changeset
     7
end