lean2/library/data/set/set.md

9 lines
No EOL
325 B
Markdown

data.set
========
Subsets of an arbitrary type.
* [basic](basic.lean) : unions, intersections, etc.
* [function](function.lean) : functions from one set to another
* [map](map.lean) : set functions bundled with their domain and codomain
* [classical_inverse](classical_inverse.lean) : inverse functions, defined classically