src/HOL/Induct/Multiset0.ML
author paulson
Tue, 30 Nov 1999 17:53:34 +0100
changeset 8042 ecdedff41e67
parent 6301 08245f5a436d
child 8935 548901d05a0e
permissions -rw-r--r--
deleted rogue copy of localTo_imp_o_localTo

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