Module docstring
{"# Basic lemmas on finite sets
This file contains lemmas on the interaction of various definitions on the Finset type.
For an explanation of Finset design decisions, please see Mathlib/Data/Finset/Defs.lean.
Main declarations
Main definitions
Finset.choose: Given a proofhof existence and uniqueness of a certain element satisfying a predicate,choose s hreturns the element ofssatisfying that predicate.
Equivalences between finsets
- The
Mathlib/Logic/Equiv/Defs.leanfile describes a general type of equivalence, so look in there for any lemmas. There is some API for rewriting sums and products fromstotgiven thats ≃ t. TODO: examples
Tags
finite sets, finset
","### Lattice structure ","#### union ","#### inter ","### erase ","### sdiff ","### attach ","### filter ","### range ","### dedup on list and multiset ","### choose "}