Encodable and Denumerable instances for Finset #
@[simp]
@[simp]
@[simp]
@[simp]
theorem
Denumerable.isChain_raise'
(l : List ℕ)
(n : ℕ)
:
List.IsChain (fun (x1 x2 : ℕ) => x1 < x2) (raise' l n)
Makes raise' l n into a finset. Elements are distinct thanks to raise'_sorted.
Instances For
@[implicit_reducible]
If α is denumerable, then so is Finset α. Warning: this is not the same encoding as used
in Finset.encodable.