Commit 2023-08-08 13:50 2be04ba8
View on Github →feat: Add ConditionallyCompleteLinearOder versions of Monotone.map_limsSup_of_continuousAt etc. (#6107)
Generalize some existing lemmas from CompleteLinearOrder
s to ConditionallyCompleteLinearOrder
s, adding the appropriate boundedness assumptions:
Monotone.map_limsSup_of_continuousAt
+ its 3 order-dual variantsMonotone.map_limsup_of_continuousAt
+ its 3 order-dual variantsMonotone.map_sSup_of_continuousAt'
+ its 3 order-dual variantsMonotone.map_iSup_of_continuousAt'
+ its 3 order-dual variants For the first two to work automatically still onCompleteLinearOrder
s, the existing macro tacticisBoundedDefault
about boundedness of filters is used. For the last two to work automatically still onCompleteLinearOrder
s, a similar new macro tacticbddDefault
about boundedness of sets is included in the PR.