src/HOL/Algebra/Algebra.thy
author paulson <lp15@cam.ac.uk>
Thu, 04 Apr 2019 16:38:45 +0100
changeset 70045 7b6add80e3a5
parent 70040 6a9e2a82ea15
child 70063 adaa0a6ea4fe
permissions -rw-r--r--
fixed markup in Poly_Mapping; Free_Abelian_Groups (but not yet imported by Algebra!)
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
70040
6a9e2a82ea15 Products and sums of a family of groups
paulson <lp15@cam.ac.uk>
parents: 70027
diff changeset
     4
  imports Sylow Chinese_Remainder Zassenhaus Galois_Connection Generated_Fields Product_Groups
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