src/HOL/Induct/Multiset0.ML
author oheimb
Wed, 27 Oct 1999 19:32:19 +0200
changeset 7958 f531589c9fc1
parent 6301 08245f5a436d
child 8935 548901d05a0e
permissions -rw-r--r--
added various little lemmas

(*  Title:      HOL/Induct/Multiset0.ML
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1998 TUM

This theory merely proves that the representation of multisets is nonempty.
*)

Goal "(%x.0) : {f. finite {x. 0 < f x}}";
by (Simp_tac 1);
qed "multiset_witness";