Theorems · Theorem · sequences and series
Filter.Tendsto.den
∀ {α : Type u_4} {K : Type u_5} [inst : Field K] [inst_1 : LinearOrder K] [IsStrictOrderedRing K]
[inst_3 : TopologicalSpace K] [OrderTopology K] [ContinuousInv K] {f g : α → K} {l : Filter α},
Filter.Tendsto f l Filter.atTop →
∀ {a : K}, 0 < a → Filter.Tendsto (fun x => f x / g x) l (nhds a) → Filter.Tendsto g l Filter.atTopIf when x tends to ∞, g tends to ∞ and f x / g x tends to a positive
constant, then f tends to ∞.
- Defined in
- Mathlib.Analysis.SpecificLimits.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- LinearOrderstatement and proof · cited by 8,572
- Filterstatement and proof · cited by 8,121
- Fieldstatement and proof · cited by 7,404
- nhdsstatement and proof · cited by 5,554
- Filter.Tendstostatement and proof · cited by 3,814
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Filter.atTopstatement and proof · cited by 2,405
- OrderTopologystatement and proof · cited by 1,355
- Filter.Tendsto.congr'proof · cited by 154
- inv_pos_of_posproof · cited by 123
- inv_divproof · cited by 92
Cited by1
Results whose statement or proof uses this declaration.
- Filter.Tendsto.num_atTop_iff_den_atTopproof · cited by 0