Attaching a proof of membership to a finite set #
Main declarations #
Finset.attach
: Givens : Finset α
,attach s
forms a finset of elements of the subtype{a // a ∈ s}
; in other words, it attaches elements to a proof of membership in the set.
Tags #
finite sets, finset