Mathlib Map

Theorems · Theorem · commutative algebra

MvPowerSeries.coeff_eq_zero_of_constantCoeff_nilpotent

∀ {σ : Type u_1} {R : Type u_3} [inst : CommSemiring R] {f : MvPowerSeries σ R} {m : ℕ},
  MvPowerSeries.constantCoeff f ^ m = 0 →
    ∀ {d : σ →₀ ℕ} {n : ℕ}, m + Finsupp.degree d ≤ n → (MvPowerSeries.coeff d) (f ^ n) = 0

Vanishing of coefficients of powers of multivariate power series when the constant coefficient is nilpotent [N. Bourbaki, Algebra II, Chapter 4, §4, n°2, proposition 3][bourbaki1981]

Defined in
Mathlib.RingTheory.MvPowerSeries.Basic
Cited by
2 results in Mathlib
Foundations
Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiring

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites44

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.