| author | mueller | 
| Fri, 16 May 1997 16:08:38 +0200 | |
| changeset 3218 | 44f01b718eab | 
| parent 2281 | e00c13a29eda | 
| permissions | -rw-r--r-- | 
(* 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