Theorems · Theorem · general topology
Antitone.upperBounds_range_comp_tendsto_atBot
∀ {α : Type u_3} {β : Type u_4} {γ : Type u_5} [inst : Preorder β] [inst_1 : Preorder γ] {l : Filter α} [l.NeBot]
{f : β → γ},
Antitone f →
∀ {g : α → β}, Filter.Tendsto g l Filter.atBot → upperBounds (Set.range (f ∘ g)) = upperBounds (Set.range f)If f is an antitone function and g tends to atBot along a nontrivial filter.
then the upper bounds of the range of f ∘ g
are the same as the upper bounds of the range of f.
- Defined in
- Mathlib.Order.Filter.AtTopBot.Tendsto
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 62 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.
Cites11
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 · cited by 4,705
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.NeBotstatement and proof · cited by 853
- Antitonestatement and proof · cited by 563
- Filter.atBotstatement and proof · cited by 512
- upperBoundsstatement · cited by 263
- Antitone.dual_leftproof · cited by 33
- Monotone.upperBounds_range_comp_tendsto_atTopproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.