src/HOL/Induct/Multiset0.ML
author paulson
Wed, 03 Mar 1999 11:15:18 +0100
changeset 6301 08245f5a436d
parent 5628 15b7f12ad919
child 8935 548901d05a0e
permissions -rw-r--r--
expandshort

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