src/HOL/Induct/Multiset0.ML
author wenzelm
Sun, 31 Oct 1999 20:11:23 +0100
changeset 7990 0a604b2fc2b1
parent 6301 08245f5a436d
child 8935 548901d05a0e
permissions -rw-r--r--
updated;

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