src/HOL/Vimage.thy
author paulson
Fri, 06 Aug 1999 17:29:18 +0200
changeset 7188 2bc63a44721b
parent 4648 f04da668581c
child 7515 0c05469cad57
permissions -rw-r--r--
re-organization of theorems from Alloc and PPROD, partly into new theory Lift_prog

Vimage = Set +

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

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

end