src/HOL/Algebra/poly/Polynomial.thy
author blanchet
Mon, 06 Jun 2011 20:36:35 +0200
changeset 43201 0c9bf1a8e0d8
parent 35849 b5522b51cb1e
permissions -rw-r--r--
make "smart" mode of "explicit_apply" smarter, by also detecting the other kind of higher-order quantification, namely "bool"s
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
35849
b5522b51cb1e standard headers;
wenzelm
parents: 17733
diff changeset
     1
(*  Author: Clemens Ballarin, started 17 July 1997
b5522b51cb1e standard headers;
wenzelm
parents: 17733
diff changeset
     2
b5522b51cb1e standard headers;
wenzelm
parents: 17733
diff changeset
     3
Summary theory of the development of (not instantiated) polynomials.
7998
3d0c34795831 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
diff changeset
     4
*)
3d0c34795831 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
diff changeset
     5
17733
25ffdae37db1 converted to Isar theory format;
wenzelm
parents: 7998
diff changeset
     6
theory Polynomial
25ffdae37db1 converted to Isar theory format;
wenzelm
parents: 7998
diff changeset
     7
imports LongDiv
25ffdae37db1 converted to Isar theory format;
wenzelm
parents: 7998
diff changeset
     8
begin
7998
3d0c34795831 Algebra and Polynomial theories, by Clemens Ballarin
paulson
parents:
diff changeset
     9
17733
25ffdae37db1 converted to Isar theory format;
wenzelm
parents: 7998
diff changeset
    10
end