src/HOL/Algebra/poly/Degree.thy
author nipkow
Tue, 25 Apr 2000 08:09:10 +0200
changeset 8771 026f37a86ea7
parent 7998 3d0c34795831
permissions -rw-r--r--
*** empty log message ***

(*
    Degree of polynomials
    $Id$
    written by Clemens Ballarin, started 22. 1. 1997
*)

Degree = PolyRing +

consts
  deg		:: ('a::ringS) up => nat

defs
  deg_def	"deg p == LEAST n. bound n (Rep_UP p)"

end