Theorems · Theorem · general topology
Filter.tendsto_mul_const_atTop_iff_neg
∀ {α : Type u_1} {β : Type u_2} [inst : Field α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] {l : Filter β}
{f : β → α} {r : α} [l.NeBot],
Filter.Tendsto f l Filter.atBot → (Filter.Tendsto (fun x => f x * r) l Filter.atTop ↔ r < 0)If f tends to negative infinity along a nontrivial filter l,
then fun x ↦ f x * r tends to infinity if and only if r < 0.
- Defined in
- Mathlib.Order.Filter.AtTopBot.Field
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.atTopstatement and proof · cited by 2,405
- mul_commproof · cited by 2,262
- Filter.NeBotstatement and proof · cited by 853
- Filter.atBotstatement and proof · cited by 512
- Filter.tendsto_const_mul_atTop_iff_negproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Filter.tendsto_div_const_atTop_iff_negproof · cited by 0