Theorems · Theorem · general topology
Monotone.upperBounds_range_comp_tendsto_atTop
∀ {α : 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.atTop → upperBounds (Set.range (f ∘ g)) = upperBounds (Set.range f)If f is a monotone function and g tends to atTop 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.
This lemma together with exists_seq_monotone_tendsto_atTop_atTop below
is useful to reduce a statement
about a monotone family indexed by a type with countably generated atTop (e.g., ℝ)
to the case of a family indexed by natural numbers.
- Defined in
- Mathlib.Order.Filter.AtTopBot.Tendsto
- Cited by
- 3 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
- LE.le.transproof · cited by 3,151
- Filter.atTopstatement and proof · cited by 2,405
- Monotonestatement and proof · cited by 1,397
- Filter.NeBotstatement and proof · cited by 853
- Set.mem_range_selfproof · cited by 328
- upperBoundsstatement and proof · cited by 263
- Set.Subset.antisymmproof · cited by 213
Cited by3
Results whose statement or proof uses this declaration.
- Monotone.ciSup_comp_tendsto_atTopproof · cited by 4
- Monotone.ciSup_comp_tendsto_atTop_of_linearOrderproof · cited by 2
- Antitone.upperBounds_range_comp_tendsto_atBotproof · cited by 0