src/HOL/Vimage.thy
author wenzelm
Tue, 24 Nov 1998 12:03:09 +0100
changeset 5953 d6017ce6b93e
parent 4648 f04da668581c
child 7515 0c05469cad57
permissions -rw-r--r--
setup Blast.setup; setup Clasimp.setup;

Vimage = Set +

consts
  "-``"          :: ['a => 'b, 'b set] => ('a set)   (infixr 90)

defs
  vimage_def     "f-``B           == {x. f(x) : B}"

end