Theorems · Theorem · real analysis
Polynomial.isBoundedUnder_abs_atBot_iff
∀ {𝕜 : Type u_1} [inst : NormedField 𝕜] [inst_1 : LinearOrder 𝕜] [IsStrictOrderedRing 𝕜] (P : Polynomial 𝕜)
[OrderTopology 𝕜],
(Filter.IsBoundedUnder (fun x1 x2 => x1 ≤ x2) Filter.atBot fun x => |Polynomial.eval x P|) ↔ P.degree ≤ 0- Defined in
- Mathlib.Analysis.Polynomial.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 176 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- absstatement and proof · cited by 1,814
- WithBotstatement · cited by 1,498
- OrderTopologystatement and proof · cited by 1,355
- NormedFieldstatement and proof · cited by 1,084
- Polynomial.coeffproof · cited by 1,045
- Polynomial.evalstatement and proof · cited by 796
- Polynomial.degreestatement and proof · cited by 643
- Filter.Eventually.of_forallproof · cited by 526
- Filter.atBotstatement and proof · cited by 512
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.abs_tendsto_atBot_iffproof · cited by 0