src/HOL/Vimage.thy
author wenzelm
Wed, 17 Mar 1999 16:45:53 +0100
changeset 6392 e2ecfd8622ae
parent 4648 f04da668581c
child 7515 0c05469cad57
permissions -rw-r--r--
tuned;

Vimage = Set +

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

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

end