Module docstring
{"# Images and preimages of sets
Main definitions
preimage f t : Set α: the preimage f⁻¹(t) (writtenf ⁻¹' tin Lean) of a subset of β.range f : Set β: the image ofunivunderf. Also works for{p : Prop} (f : p → α)(unlikeimage)
Notation
f ⁻¹' tforSet.preimage f tf '' sforSet.image f s
Tags
set, sets, image, preimage, pre-image, range
","### Inverse image ","### Image of a set under a function ","### Lemmas about the powerset and image. ","### Lemmas about range of a function. ","### Image and preimage on subtypes ","### Images and preimages on Option ","### Injectivity and surjectivity lemmas for image and preimage ","### Disjoint lemmas for image and preimage "}