src/HOL/Integ/IntRingDefs.thy
author wenzelm
Mon, 03 Nov 1997 12:13:18 +0100
changeset 4089 96fba19bcbe2
parent 2281 e00c13a29eda
permissions -rw-r--r--
isatool fixclasimp;

(*  Title:      HOL/Integ/IntRingDefs.thy
    ID:         $Id$
    Author:     Tobias Nipkow and Markus Wenzel
    Copyright   1996 TU Muenchen

Provides the basic defs and thms for showing that int is a commutative ring.
Most of it has been defined and shown already.
*)

IntRingDefs = Integ + Ring +

instance int :: zero
defs zero_int_def "zero::int == $# 0"

end