Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-11-23 13:11 cf917732

View on Github →

refactor(*): split order_{top,bot} from lattice hierarchy (#9891) Rename bounded_lattice to bounded_order. Split out order_{top,bot} and bounded_order from the order hierarchy. That means that we no longer have semilattice_{sup,inf}_{top,bot}, but use the [order_top] as a mixin to semilattice_inf, for example. Similarly, lattice and bounded_order instead of what was before bounded_lattice. Similarly, distrib_lattice and bounded_order instead of what was before bounded_distrib_lattice.

Estimated changes

deleted theorem bounded_lattice.ext
added theorem bounded_order.ext
modified theorem eq_bot_of_bot_eq_top
modified theorem eq_top_of_bot_eq_top
modified structure is_compl
modified theorem is_compl_bot_top
modified theorem is_compl_top_bot
modified theorem order_bot.ext
modified theorem order_bot.ext_bot
modified theorem order_top.ext
modified theorem subsingleton_iff_bot_eq_top
modified theorem subsingleton_of_bot_eq_top
modified theorem subsingleton_of_top_le_bot