src/HOL/Vimage.thy
author oheimb
Mon, 21 Sep 1998 23:25:27 +0200
changeset 5526 e7617b57a3e6
parent 4648 f04da668581c
child 7515 0c05469cad57
permissions -rw-r--r--
*** empty log message ***

Vimage = Set +

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

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

end