Mathlib Map

Theorems · Theorem · commutative algebra

PowerSeries.coeff_subst_X_pow

∀ {R : Type u_2} [inst : CommRing R] {S : Type u_4} [inst_1 : CommRing S] [inst_2 : Algebra R S] {k : ℕ},
  k ≠ 0 →
    ∀ (f : PowerSeries R) (n : ℕ),
      (PowerSeries.coeff n) (PowerSeries.subst (PowerSeries.X ^ k) f) =
        if k ∣ n then (algebraMap R S) ((PowerSeries.coeff (n / k)) f) else 0
Defined in
Mathlib.RingTheory.PowerSeries.Substitution
Cited by
2 results in Mathlib
Foundations
Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebra

Around this declaration

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

Cites22

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.