src/HOL/Integ/IntRingDefs.thy
author paulson
Fri, 17 Oct 1997 10:58:44 +0200
changeset 3911 0165b805fe09
parent 2281 e00c13a29eda
permissions -rw-r--r--
Better simplification eliminates a command from proof of psubset_card

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