A helper to convert a finset into a list whose elements are the members of the finset, i.e. come with a proof that they belong to the finset.
Instances For
@[simp]
theorem
Finset.toListWithProof_mem
{α : Type u}
[DecidableEq α]
{x : α}
{s : Finset α}
(hx : x ∈ s)
:
@[simp]