Theorems · Theorem · field theory
tendsto_bdd_div_atTop_nhds_zero
∀ {𝕜 : Type u_1} {α : Type u_2} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜]
[inst_3 : TopologicalSpace 𝕜] [OrderTopology 𝕜] {l : Filter α} {f g : α → 𝕜} {b B : 𝕜},
(∀ᶠ (x : α) in l, b ≤ f x) →
(∀ᶠ (x : α) in l, f x ≤ B) → Filter.Tendsto g l Filter.atTop → Filter.Tendsto (fun x => f x / g x) l (nhds 0)If g tends to atTop and there exist constants b B : 𝕜 such that eventually
b ≤ f x| ≤ B, then the quotient f / g tends to zero.
- Defined in
- Mathlib.Topology.Algebra.Order.Field
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- Filter.Eventuallystatement and proof · cited by 3,134
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Filter.atTopstatement and proof · cited by 2,405
- OrderTopologystatement and proof · cited by 1,355
- div_eq_mul_invproof · cited by 715
- Filter.Tendsto.inv_tendsto_atTopproof · cited by 21
Cited by1
Results whose statement or proof uses this declaration.
- tendsto_mod_div_atTop_nhds_zero_natproof · cited by 0