src/HOL/Induct/Multiset0.ML
author wenzelm
Fri, 06 Oct 2000 17:35:58 +0200
changeset 10168 50be659d4222
parent 8935 548901d05a0e
permissions -rw-r--r--
final tuning;

(*  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::nat)) : {f. finite {x. 0 < f x}}";
by (Simp_tac 1);
qed "multiset_witness";