Theorems · Theorem · order theory
Filter.Tendsto.atTop_pow
∀ {α : Type u_1} {M : Type u_2} [inst : CommMonoid M] [inst_1 : Preorder M] [IsOrderedMonoid M] {l : Filter α}
{f : α → M}, Filter.Tendsto f l Filter.atTop → ∀ {n : ℕ}, 0 < n → Filter.Tendsto (fun x => f x ^ n) l Filter.atTop- Defined in
- Mathlib.Order.Filter.AtTopBot.Monoid
- Cited by
- 1 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.
- 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
- CommMonoidstatement and proof · cited by 2,264
- pow_oneproof · cited by 894
- Filter.Eventually.monoproof · cited by 646
- IsOrderedMonoidstatement and proof · cited by 577
- Filter.Tendsto.eventually_ge_atTopproof · cited by 22
- Filter.tendsto_atTop_mono'proof · cited by 17
- pow_le_pow_right'proof · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- Filter.Tendsto.atBot_powproof · cited by 0