Theorems · Theorem · commutative algebra
MvPowerSeries.le_weightedOrder
∀ {σ : Type u_1} {R : Type u_2} [inst : Semiring R] (w : σ → ℕ) {f : MvPowerSeries σ R} {n : ℕ∞},
(∀ (d : σ →₀ ℕ), ↑((Finsupp.weight w) d) < n → (MvPowerSeries.coeff d) f = 0) → n ≤ MvPowerSeries.weightedOrder w fThe order of a formal power series is at least n if
the dth coefficient is 0 for all d such that weight w d < n.
- Defined in
- Mathlib.RingTheory.MvPowerSeries.Order
- Cited by
- 7 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.
Cites18
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
- Finsuppstatement and proof · cited by 5,255
- ENatstatement and proof · cited by 4,985
- AddMonoidHomstatement · cited by 3,230
- MvPowerSeriesstatement and proof · cited by 659
- MvPowerSeries.coeffstatement and proof · cited by 273
- top_le_iffproof · cited by 175
- Finsupp.weightstatement and proof · cited by 90
Cited by7
Results whose statement or proof uses this declaration.
- MvPowerSeries.le_weightedOrder_mulproof · cited by 7
- MvPowerSeries.le_orderproof · cited by 4
- MvPowerSeries.le_weightedOrder_substproof · cited by 3
- MvPowerSeries.min_weightedOrder_le_addproof · cited by 2
- MvPowerSeries.le_weightedOrder_smulproof · cited by 1
- MvPowerSeries.le_weightedOrder_mapproof · cited by 1
- MvPowerSeries.weightedOrder_toSubringproof · cited by 0