Theorems · Theorem · general topology
Filter.tendsto_const_mul_atBot_of_pos
∀ {α : Type u_1} {β : Type u_2} [inst : Field α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] {l : Filter β}
{f : β → α} {r : α}, 0 < r → (Filter.Tendsto (fun x => r * f x) l Filter.atBot ↔ Filter.Tendsto f l Filter.atBot)If r is a positive constant, fun x ↦ r * f x tends to negative infinity along a filter
if and only if f tends to negative infinity along the same filter.
- Defined in
- Mathlib.Order.Filter.AtTopBot.Field
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Fieldstatement and proof · cited by 7,404
- Filter.Tendstostatement and proof · cited by 3,814
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Filter.atTopproof · cited by 2,405
- Filter.atBotstatement · cited by 512
- Filter.tendsto_const_mul_atTop_of_posproof · cited by 8
Cited by4
Results whose statement or proof uses this declaration.
- Filter.tendsto_const_mul_atTop_of_negproof · cited by 2
- Filter.Tendsto.const_mul_atBotproof · cited by 1
- Filter.tendsto_mul_const_atBot_of_posproof · cited by 1
- tendsto_rpow_atBot_of_base_gt_oneproof · cited by 0