Mathlib Map

Theorems · Theorem · field theory

Filter.Tendsto.div_atTop

∀ {𝕜 : Type u_1} {α : Type u_2} [inst : Field 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜]
  [inst_3 : TopologicalSpace 𝕜] [OrderTopology 𝕜] {l : Filter α} {f g : α → 𝕜} {a : 𝕜},
  Filter.Tendsto f l (nhds a) → Filter.Tendsto g l Filter.atTop → Filter.Tendsto (fun x => f x / g x) l (nhds 0)
Defined in
Mathlib.Topology.Algebra.Order.Field
Cited by
12 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldLinearOrderIsStrictOrderedRingTopologicalSpaceOrderTopology

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Real.isLittleO_const_log_atTop · cited by 5Real.isLittleO_const_log_…Real.tendsto_log_comp_add_sub_log · cited by 3Real.tendsto_log_comp_add…PadicInt.fwdDiff_tendsto_zero · cited by 2PadicInt.fwdDiff_tendsto_…Real.Wallis.tendsto_W_nhds_pi_div_two · cited by 2Wallis.tendsto_W_nhds_pi_…ZetaAsymptotics.termTSum_of_lt · cited by 2ZetaAsymptotics.termTSum_…tendsto_birkhoffAverage_apply_sub_birkhoffAverage · cited by 2tendsto_birkhoffAverage_a…BoxIntegral.Box.subbox_induction_on' · cited by 1Box.subbox_induction_on'Filter.Tendsto.const_div_atTop · cited by 1Tendsto.const_div_atTopcircleAverage_re_herglotzRieszKernel_mul_log₀ · cited by 1circleAverage_re_herglotz…tendsto_div_of_monotone_of_exists_subseq_tendsto_div · cited by 1tendsto_div_of_monotone_o…Subadditive.eventually_div_lt_of_div_lt · cited by 1Subadditive.eventually_di…Real.tendsto_mul_exp_add_div_pow_atTop · cited by 1Real.tendsto_mul_exp_add_…TopologicalSpace · cited by 24529TopologicalSpaceLinearOrder · cited by 8572LinearOrderFilter · cited by 8121FilterField · cited by 7404Fieldnhds · cited by 5554nhdsFilter.Tendsto · cited by 3814Filter.TendstoIsStrictOrderedRing · cited by 2490IsStrictOrderedRingFilter.atTop · cited by 2405Filter.atTopMulZeroClass.mul_zero · cited by 2091MulZeroClass.mul_zeroOrderTopology · cited by 1355OrderTopologydiv_eq_mul_inv · cited by 715div_eq_mul_invFilter.Tendsto.comp · cited by 560Tendsto.compFilter.Tendsto.mul · cited by 74Tendsto.multendsto_inv_atTop_zero · cited by 19tendsto_inv_atTop_zeroTendsto.div_atTopCITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.