Theorems · Theorem · commutative algebra
PowerSeries.le_order
∀ {R : Type u_1} [inst : Semiring R] (φ : PowerSeries R) (n : ℕ∞),
(∀ (i : ℕ), ↑i < n → (PowerSeries.coeff i) φ = 0) → n ≤ φ.orderThe order of a formal power series is at least n if
the ith coefficient is 0 for all i < n.
- Defined in
- Mathlib.RingTheory.PowerSeries.Order
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
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.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- LinearMapstatement · cited by 10,215
- Top.topproof · cited by 9,680
- ENatstatement and proof · cited by 4,985
- map_zeroproof · cited by 1,614
- PowerSeriesstatement and proof · cited by 797
- PowerSeries.coeffstatement and proof · cited by 324
- PowerSeries.orderstatement and proof · cited by 92
- ENat.recTopCoeproof · cited by 75
- PowerSeries.extproof · cited by 69
Cited by7
Results whose statement or proof uses this declaration.
- PowerSeries.le_order_mulproof · cited by 5
- PowerSeries.order_eq_orderproof · cited by 4
- PowerSeries.one_le_order_iff_constCoeff_eq_zeroproof · cited by 2
- PowerSeries.min_order_le_order_addproof · cited by 1
- PowerSeries.le_order_smulproof · cited by 0
- PowerSeries.order_toSubringproof · cited by 0
- PowerSeries.le_order_mapproof · cited by 0