Theorems · Theorem · commutative algebra
MvPowerSeries.min_weightedOrder_le_add
∀ {σ : Type u_1} {R : Type u_2} [inst : Semiring R] (w : σ → ℕ) {f g : MvPowerSeries σ R},
min (MvPowerSeries.weightedOrder w f) (MvPowerSeries.weightedOrder w g) ≤ MvPowerSeries.weightedOrder w (f + g)The order of the sum of two formal power series is at least the minimum of their orders.
- Defined in
- Mathlib.RingTheory.MvPowerSeries.Order
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 92 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.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Finsuppproof · cited by 5,255
- ENatstatement · cited by 4,985
- add_zeroproof · cited by 2,707
- map_addproof · cited by 964
- MvPowerSeriesstatement and proof · cited by 659
- MvPowerSeries.coeffproof · cited by 273
- Finsupp.weightproof · cited by 90
- MvPowerSeries.weightedOrderstatement and proof · cited by 37
- MvPowerSeries.coeff_eq_zero_of_lt_weightedOrderproof · cited by 14
- MvPowerSeries.le_weightedOrderproof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- MvPowerSeries.weightedOrder_add_of_weightedOrder_neproof · cited by 2
- MvPowerSeries.min_order_le_addproof · cited by 0