Commit 2020-12-18 12:03 74b58397
View on Github →chore(topology/algebra/ordered): generalize tendsto_at_top_add_left
etc (#5398)
- generalize some lemmas from
linear_ordered_ring
tolinear_ordered_add_comm_group
; - rename them to allow dot notation; the new names are
filter.tendsto.add_at_*
andfilter.tendsto.at_*_add
, where*
istop
orbot
; - generalize
infi_unit
andsupr_unit
toconditionally_complete_lattice
, add[unique α]
versions; - in a
subsingleton
, bothat_top
andat_bot
are equal to⊤
; these lemmas are useful for thenontriviality
tactic.