src/HOL/Induct/Multiset0.ML
author wenzelm
Mon, 13 Mar 2000 13:21:39 +0100
changeset 8434 5e4bba59bfaa
parent 6301 08245f5a436d
child 8935 548901d05a0e
permissions -rw-r--r--
use HOLogic.Not; export indexify_names;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5628
15b7f12ad919 Multisets at last!
nipkow
parents:
diff changeset
     1
(*  Title:      HOL/Induct/Multiset0.ML
15b7f12ad919 Multisets at last!
nipkow
parents:
diff changeset
     2
    ID:         $Id$
15b7f12ad919 Multisets at last!
nipkow
parents:
diff changeset
     3
    Author:     Tobias Nipkow
15b7f12ad919 Multisets at last!
nipkow
parents:
diff changeset
     4
    Copyright   1998 TUM
15b7f12ad919 Multisets at last!
nipkow
parents:
diff changeset
     5
15b7f12ad919 Multisets at last!
nipkow
parents:
diff changeset
     6
This theory merely proves that the representation of multisets is nonempty.
15b7f12ad919 Multisets at last!
nipkow
parents:
diff changeset
     7
*)
15b7f12ad919 Multisets at last!
nipkow
parents:
diff changeset
     8
15b7f12ad919 Multisets at last!
nipkow
parents:
diff changeset
     9
Goal "(%x.0) : {f. finite {x. 0 < f x}}";
6301
08245f5a436d expandshort
paulson
parents: 5628
diff changeset
    10
by (Simp_tac 1);
5628
15b7f12ad919 Multisets at last!
nipkow
parents:
diff changeset
    11
qed "multiset_witness";