2015-04-05 13:27:15 +00:00
|
|
|
data.set
|
|
|
|
========
|
|
|
|
|
|
|
|
Subsets of an arbitrary type.
|
|
|
|
|
2015-04-07 16:41:52 +00:00
|
|
|
* [basic](basic.lean) : unions, intersections, etc.
|
2015-08-05 02:46:22 +00:00
|
|
|
* [comm_semiring](comm_semiring.lean)
|
2015-04-07 16:41:52 +00:00
|
|
|
* [function](function.lean) : functions from one set to another
|
|
|
|
* [map](map.lean) : set functions bundled with their domain and codomain
|
2015-08-05 02:46:22 +00:00
|
|
|
* [finite](finite.lean) : the "finite" predicate on sets
|
2015-08-08 20:50:22 +00:00
|
|
|
* [card](card.lean) : cardinality (for finite sets)
|
2015-08-10 01:51:59 +00:00
|
|
|
* [filter](filter.lean) : filters on sets
|
2015-04-07 16:41:52 +00:00
|
|
|
* [classical_inverse](classical_inverse.lean) : inverse functions, defined classically
|