Theorems · Theorem · real analysis
Polynomial.isEquivalent_atTop_div
∀ {𝕜 : Type u_1} [inst : NormedField 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] (P Q : Polynomial 𝕜)
[OrderTopology 𝕜],
Asymptotics.IsEquivalent Filter.atTop (fun x => Polynomial.eval x P / Polynomial.eval x Q) fun x =>
P.leadingCoeff / Q.leadingCoeff * x ^ (↑P.natDegree - ↑Q.natDegree)- Defined in
- Mathlib.Analysis.Polynomial.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 171 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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
- Polynomialstatement and proof · cited by 5,681
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Filter.atTopstatement and proof · cited by 2,405
- MulZeroClass.zero_mulproof · cited by 1,625
- OrderTopologystatement and proof · cited by 1,355
- Polynomial.natDegreestatement and proof · cited by 1,105
- NormedFieldstatement and proof · cited by 1,084
- sub_zeroproof · cited by 938
- LT.lt.neproof · cited by 872
- Polynomial.evalstatement and proof · cited by 796
- Filter.Eventually.monoproof · cited by 646
Cited by5
Results whose statement or proof uses this declaration.
- Polynomial.div_tendsto_atTop_zero_of_degree_ltproof · cited by 5
- Polynomial.div_tendsto_atTop_leadingCoeff_div_of_degree_eqproof · cited by 2
- Polynomial.div_tendsto_atTop_zero_iff_degree_ltproof · cited by 2
- Polynomial.div_tendsto_atBot_of_degree_gt'proof · cited by 1
- Polynomial.div_tendsto_atTop_of_degree_gt'proof · cited by 1