src/HOL/Vimage.thy
author wenzelm
Tue, 17 Aug 1999 22:13:23 +0200
changeset 7238 36e58620ffc8
parent 4648 f04da668581c
child 7515 0c05469cad57
permissions -rw-r--r--
replaced HOL_quantifiers flag by "HOL" print mode; simplified HOL basic syntax (more orthogonal);

Vimage = Set +

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

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

end