Theorems · Theorem · general topology
Monotone.lowerBounds_range_comp_tendsto_atBot
∀ {α : Type u_3} {β : Type u_4} {γ : Type u_5} [inst : Preorder β] [inst_1 : Preorder γ] {l : Filter α} [l.NeBot]
{f : β → γ},
Monotone f →
∀ {g : α → β}, Filter.Tendsto g l Filter.atBot → lowerBounds (Set.range (f ∘ g)) = lowerBounds (Set.range f)If f is a monotone function and g tends to atBot along a nontrivial filter.
then the lower bounds of the range of f ∘ g
are the same as the lower bounds of the range of f.
- Defined in
- Mathlib.Order.Filter.AtTopBot.Tendsto
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PreorderPreorderFilter.NeBot
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Filterstatement and proof · cited by 8,121
- Preorderstatement and proof · cited by 7,952
- Set.rangestatement and proof · cited by 4,705
- Filter.Tendstostatement and proof · cited by 3,814
- Monotonestatement and proof · cited by 1,397
- Filter.NeBotstatement and proof · cited by 853
- Filter.atBotstatement and proof · cited by 512
- Set.mem_range_selfproof · cited by 328
- Set.Subset.antisymmproof · cited by 213
- lowerBoundsstatement and proof · cited by 212
- Filter.Eventually.existsproof · cited by 168
Cited by1
Results whose statement or proof uses this declaration.
- Antitone.lowerBounds_range_comp_tendsto_atTopproof · cited by 0