Theorems · Theorem · commutative algebra
MvPowerSeries.ext_iff
∀ {σ : Type u_1} {R : Type u_2} [inst : Semiring R] {φ ψ : MvPowerSeries σ R},
φ = ψ ↔ ∀ (n : σ →₀ ℕ), (MvPowerSeries.coeff n) φ = (MvPowerSeries.coeff n) ψTwo multivariate formal power series are equal if and only if all their coefficients are equal.
- Defined in
- Mathlib.RingTheory.MvPowerSeries.Basic
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- MvPowerSeriesstatement and proof · cited by 659
- MvPowerSeries.coeffstatement and proof · cited by 273
- MvPowerSeries.extproof · cited by 58
Cited by5
Results whose statement or proof uses this declaration.
- MvPowerSeries.weightedHomogeneousComponent_of_weightedOrderproof · cited by 2
- MvPowerSeries.rename_injectiveproof · cited by 2
- MvPowerSeries.eq_zero_iff_forall_coeff_zeroproof · cited by 1
- MvPowerSeries.commute_monomialproof · cited by 1
- PowerSeries.subst_rescale_of_degree_eq_oneproof · cited by 0