src/HOL/Algebra/poly/Polynomial.thy
author huffman
Fri, 24 Dec 2010 14:26:10 -0800
changeset 41402 b647212cee03
parent 35849 b5522b51cb1e
permissions -rw-r--r--
remove lemma ideal_completion.principal_induct2, use principal_induct twice instead

(*  Author: Clemens Ballarin, started 17 July 1997

Summary theory of the development of (not instantiated) polynomials.
*)

theory Polynomial
imports LongDiv
begin

end