src/HOL/Computational_Algebra/Computational_Algebra.thy
author Manuel Eberl <eberlm@in.tum.de>
Mon, 04 Feb 2019 17:19:04 +0100
changeset 69791 195aeee8b30a
parent 67165 22a5822f52f7
child 70817 dd675800469d
permissions -rw-r--r--
Formal Laurent series and overhaul of Formal power series (due to Jeremy Sylvestre)


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