src/HOL/Computational_Algebra/Computational_Algebra.thy
author Manuel Eberl <manuel@pruvisto.org>
Fri, 15 Oct 2021 18:09:34 +0200
changeset 74542 d592354c4a26
parent 70817 dd675800469d
permissions -rw-r--r--
removed some 'private' modifiers from HOL-Computational_Algebra


section \<open>Pieces of computational Algebra\<close>

theory Computational_Algebra
imports
  Euclidean_Algorithm
  Factorial_Ring
  Formal_Laurent_Series
  Fraction_Field
  Fundamental_Theorem_Algebra
  Group_Closure
  Normalized_Fraction
  Nth_Powers
  Polynomial_FPS
  Polynomial
  Polynomial_Factorial
  Primes
  Squarefree
begin

end