Zulip Chat Archive

Stream: new members

Topic: finset semilattice_sup_bot


Alistair Tucker (Nov 20 2018 at 17:27):

Hi! In finset.lean there is

instance : semilattice_inf_bot (finset α) :=
{ bot := , bot_le := empty_subset, ..finset.lattice.lattice }

but no equivalent instance for semilattice_sup_bot. Is there some good reason for this?

Johannes Hölzl (Nov 20 2018 at 17:34):

I don't see any reason why this is missing.

Alistair Tucker (Nov 20 2018 at 17:40):

Thanks


Last updated: Dec 20 2023 at 11:08 UTC