src/HOL/Induct/Multiset0.ML
author nipkow
Mon, 04 Jan 1999 15:07:47 +0100
changeset 6055 fdf4638bf726
parent 5628 15b7f12ad919
child 6301 08245f5a436d
permissions -rw-r--r--
Version 1.0 of linear nat arithmetic.

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