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
gis a monotone function that tends to infinity at infinity, then a filter is bounded from above underg ∘ fiff it is bounded underf, similarly for antitone functions and/or filter bounded from below. - A filter is bounded from above under
real.exp ∘ fiff it is is bounded from above underf. - Use
monotoneinreal.exp_monotone. - Add
@[mono]toreal.exp_strict_mono.