Attaching a proof of membership to a finite set #
Main declarations #
Finset.attach: Givens : Finset α,attach sforms 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
attach #
attach s takes the elements of s and forms a new set of elements of the subtype
{x // x ∈ s}.
Instances For
@[simp]
@[simp]
@[simp]