Mathlib Map

Theorems · Theorem · commutative algebra

PowerSeries.coeff_mul_mem_ideal_of_coeff_left_mem_ideal

∀ {A : Type u_1} [inst : Semiring A] {I : Ideal A} {f g : PowerSeries A} (n : ℕ) [I.IsTwoSided],
  (∀ i ≤ n, (PowerSeries.coeff i) f ∈ I) → ∀ i ≤ n, (PowerSeries.coeff i) (f * g) ∈ I
Defined in
Mathlib.RingTheory.PowerSeries.CoeffMulMem
Cited by
1 results in Mathlib
Foundations
Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringIdeal.IsTwoSided

Around this declaration

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

Cites11

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

Cited by1

Results whose statement or proof uses this declaration.