src/HOL/Algebra/poly/Degree.thy
author wenzelm
Wed, 15 Mar 2000 18:22:39 +0100
changeset 8459 c32b64394963
parent 7998 3d0c34795831
permissions -rw-r--r--
added pretty_goals(_marker); pretty chunks;

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