Theorems · Theorem · commutative algebra
MvPowerSeries.weightedOrder_eq_nat
∀ {σ : Type u_1} {R : Type u_2} [inst : Semiring R] (w : σ → ℕ) {f : MvPowerSeries σ R} {n : ℕ},
MvPowerSeries.weightedOrder w f = ↑n ↔
(∃ d, (MvPowerSeries.coeff d) f ≠ 0 ∧ (Finsupp.weight w) d = n) ∧
∀ (d : σ →₀ ℕ), (Finsupp.weight w) d < n → (MvPowerSeries.coeff d) f = 0The order of a formal power series is exactly n if and only if some coefficient of weight n
is nonzero, and the dth coefficient is 0 for all d such that weight w d < n.
- Defined in
- Mathlib.RingTheory.MvPowerSeries.Order
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 85 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.
Cites17
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
- Finsuppstatement and proof · cited by 5,255
- ENatstatement · cited by 4,985
- AddMonoidHomstatement · cited by 3,230
- le_antisymmproof · cited by 2,068
- MvPowerSeriesstatement and proof · cited by 659
- MvPowerSeries.coeffstatement and proof · cited by 273
- ENat.toNatproof · cited by 143
- Finsupp.weightstatement and proof · cited by 90
Cited by2
Results whose statement or proof uses this declaration.
- MvPowerSeries.weightedOrder_monomialproof · cited by 2
- MvPowerSeries.order_eq_natproof · cited by 0