Commit 2022-05-28 11:42 599240fc
View on Github →refactor(order/bounds): general cleanup (#14127) Apart from golfing, this PR does the following: Add the following theorems (which are immediate from the non-self counterparts):
monotone_on.mem_upper_bounds_image_selfmonotone_on.mem_lower_bounds_image_selfantitone_on.mem_upper_bounds_image_selfantitone_on.mem_lower_bounds_image_selfRemove the following theorems (as they're justmem_X_bounds_imageunder unnecessarily stronger assumptions):monotone_on.is_lub_image_lemonotone_on.le_is_glb_imageantitone_on.is_lub_image_leantitone_on.le_is_glb_imagemonotone.is_lub_image_lemonotone.le_is_glb_imageantitone.is_lub_image_leantitone.le_is_glb_imageRemove a redundant arguments ⊆ tfrom the following (the old theorems follow immediately from the new ones andmonotone_on.mono):monotone_on.map_is_greatestmonotone_on.map_is_leastantitone_on.map_is_greatestantitone_on.map_is_least