author | wenzelm |
Fri, 06 Oct 2000 17:35:58 +0200 | |
changeset 10168 | 50be659d4222 |
parent 8935 | 548901d05a0e |
permissions | -rw-r--r-- |
5628 | 1 |
(* Title: HOL/Induct/Multiset0.ML |
2 |
ID: $Id$ |
|
3 |
Author: Tobias Nipkow |
|
4 |
Copyright 1998 TUM |
|
5 |
||
6 |
This theory merely proves that the representation of multisets is nonempty. |
|
7 |
*) |
|
8 |
||
8935
548901d05a0e
added type constraint ::nat because 0 is now overloaded
paulson
parents:
6301
diff
changeset
|
9 |
Goal "(%x. (0::nat)) : {f. finite {x. 0 < f x}}"; |
6301 | 10 |
by (Simp_tac 1); |
5628 | 11 |
qed "multiset_witness"; |