f97298394b
This required splitting data/set/card.lean from data/set/finite.lean, to avoid dependencies
472 B
472 B
data.set
Subsets of an arbitrary type.
- basic : unions, intersections, etc.
- comm_semiring
- function : functions from one set to another
- map : set functions bundled with their domain and codomain
- finite : the "finite" predicate on sets
- card : cardinality (for finite sets)
- classical_inverse : inverse functions, defined classically