src/HOL/Algebra/Algebra.thy
author wenzelm
Fri, 24 Nov 2023 20:58:12 +0100
changeset 79053 badb3da19ac6
parent 77406 c2013f617a70
child 80084 173548e4d5d0
permissions -rw-r--r--
disable unix_domain for now: somewhat unstable, e.g. "isabelle build -b HOL-Analysis" on arm64_32-darwin (studio1);

(*  Title:      HOL/Algebra/Algebra.thy *)

theory Algebra
  imports Sylow Chinese_Remainder Zassenhaus Galois_Connection Generated_Fields Free_Abelian_Groups
     Divisibility Embedded_Algebras IntRing Sym_Groups Exact_Sequence Polynomials Algebraic_Closure
     Left_Coset SimpleGroups SndIsomorphismGrp
begin
end