src/HOL/Computational_Algebra/Computational_Algebra.thy
author paulson <lp15@cam.ac.uk>
Wed, 23 Aug 2017 23:46:35 +0100
changeset 66497 18a6478a574c
parent 66276 acc3b7dd0b21
child 66805 274b4edca859
permissions -rw-r--r--
More tidying, and renaming of theorems


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

theory Computational_Algebra
imports
  Euclidean_Algorithm
  Factorial_Ring
  Formal_Power_Series
  Fraction_Field
  Fundamental_Theorem_Algebra
  Normalized_Fraction
  Nth_Powers
  Polynomial_FPS
  Polynomial
  Primes
  Squarefree
begin

end