src/Tools/8bit/doc/Set2x.thy
author paulson
Thu, 24 Oct 1996 10:36:29 +0200
changeset 2124 9677fdf5fc23
parent 1826 2a2c0dbeb4ac
permissions -rw-r--r--
New theorem Crypt_Spy_analz_lost; improvements to spy_analz_tac; ex_strip_tac

consts
	Ball	:: "'a set ë ('a ë bool) ë bool"
syntax
	"®Ball"	:: "pttrn ë 'a set ë bool ë bool"	("(3!_Î_./ _)" 10)
translations
		"ÂxÎA. P" == "Ball A (³x. P)"
defs
     Ball_def	"Ball A P Ú Â x. xÎA çè P x"