Zulip Chat Archive
Stream: general
Topic: from finset to set
Johan Commelin (May 08 2018 at 09:21):
I can't find a way to go from finset
to set
in the finset.lean
file. How do I do this?
Kenny Lau (May 08 2018 at 09:21):
{x | x \in s}
Johan Commelin (May 08 2018 at 09:21):
Ok... there is no lift_to_set S
thing or such?
Kenny Lau (May 08 2018 at 09:22):
not that I am aware of
Johan Commelin (May 08 2018 at 09:27):
Ok, then I'll use curly braces {-;
Chris Hughes (May 08 2018 at 10:10):
There's a has_lift
instance for finset to set in data.set.finite
Last updated: Dec 20 2023 at 11:08 UTC