Theorems · Theorem · general topology
Monotone.isBoundedUnder_le_comp_iff
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [Nonempty β] [inst : LinearOrder β] [inst_1 : Preorder γ] [NoMaxOrder γ]
{g : β → γ} {f : α → β} {l : Filter α},
Monotone g →
Filter.Tendsto g Filter.atTop Filter.atTop →
(Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) l (g ∘ f) ↔ Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) l f)- Defined in
- Mathlib.Order.Filter.IsBounded
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- Filterstatement and proof · cited by 8,121
- Preorderstatement and proof · cited by 7,952
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.Eventuallyproof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
- LT.lt.leproof · cited by 2,189
- Monotonestatement and proof · cited by 1,397
- Filter.mapproof · cited by 819
- Filter.Eventually.monoproof · cited by 646
- NoMaxOrderstatement and proof · cited by 340
- not_ltproof · cited by 306
Cited by2
Results whose statement or proof uses this declaration.
- Antitone.isBoundedUnder_ge_comp_iffproof · cited by 0
- Real.isBoundedUnder_le_exp_compproof · cited by 0