src/HOL/Algebra/poly/Degree.thy
author wenzelm
Fri, 26 Jan 2001 15:02:04 +0100
changeset 10982 55c0f9a8df78
parent 7998 3d0c34795831
permissions -rw-r--r--
renamed to Transitive_Closure_lemmas.ML;

(*
    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