Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-10-03 20:33 c1936c1f

View on Github →

feat(order/basic): define is_top and is_bot (#9493) These predicates allow us to formulate & prove some theorems simultaneously for the cases [order_top α] and [no_top_order α].

Estimated changes

added theorem is_bot.unique
added def is_bot
added theorem is_top.unique
added def is_top
added theorem not_is_bot
added theorem not_is_top