Theorems · Theorem · order theory
Filter.Tendsto.nsmul_atTop
∀ {α : Type u_1} {M : Type u_2} [inst : AddCommMonoid M] [inst_1 : Preorder M] [IsOrderedAddMonoid M] {l : Filter α}
{f : α → M}, Filter.Tendsto f l Filter.atTop → ∀ {n : ℕ}, 0 < n → Filter.Tendsto (fun x => n • f x) l Filter.atTop- Defined in
- Mathlib.Order.Filter.AtTopBot.Monoid
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 55 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- AddCommMonoidstatement and proof · cited by 12,281
- Filterstatement and proof · cited by 8,121
- Preorderstatement and proof · cited by 7,952
- Filter.Tendstostatement and proof · cited by 3,814
- Filter.atTopstatement and proof · cited by 2,405
- IsOrderedAddMonoidstatement and proof · cited by 1,659
- Filter.Eventually.monoproof · cited by 646
- one_nsmulproof · cited by 63
- Filter.Tendsto.eventually_ge_atTopproof · cited by 22
- Filter.tendsto_atTop_mono'proof · cited by 17
- nsmul_le_nsmul_leftproof · cited by 11
Cited by4
Results whose statement or proof uses this declaration.
- LiouvilleWith.mul_ratproof · cited by 2
- LiouvilleWith.add_ratproof · cited by 2
- Nat.frequently_modEqproof · cited by 1
- Filter.Tendsto.nsmul_atBotproof · cited by 0