Commit 2024-01-23 09:49 2475f305
View on Github →feat(Order/WithBot): add WithBot.lt_coe_bot (#9898)
- Add
WithBot.lt_coe_botandWithTop.coe_top_lt. - Use them to golf
Nat.WithBot.lt_zero_iff, makenargument implicit. - Add
section PreorderforWithBotandWithTop. - Move some lemmas to appropriate sections.
- Add
simptoWithBot.bot_lt_coeandWithTop.coe_lt_top. - Use the
OrderDualtrick to golf some proofs.