Commit 2024-01-23 09:49 2475f305
View on Github →feat(Order/WithBot): add WithBot.lt_coe_bot
(#9898)
- Add
WithBot.lt_coe_bot
andWithTop.coe_top_lt
. - Use them to golf
Nat.WithBot.lt_zero_iff
, maken
argument implicit. - Add
section Preorder
forWithBot
andWithTop
. - Move some lemmas to appropriate sections.
- Add
simp
toWithBot.bot_lt_coe
andWithTop.coe_lt_top
. - Use the
OrderDual
trick to golf some proofs.