Commit 2022-06-01 15:09 dba797a4
View on Github →feat(order/liminf_limsup): composition g ∘ f
is bounded iff f
is bounded (#14479)
- If
g
is a monotone function that tends to infinity at infinity, then a filter is bounded from above underg ∘ f
iff it is bounded underf
, similarly for antitone functions and/or filter bounded from below. - A filter is bounded from above under
real.exp ∘ f
iff it is is bounded from above underf
. - Use
monotone
inreal.exp_monotone
. - Add
@[mono]
toreal.exp_strict_mono
.