Mathlib Map

Theorems · Theorem · commutative algebra

PowerSeries.subst_comp_subst

∀ {R : Type u_2} [inst : CommRing R] {S : Type u_4} [inst_1 : CommRing S] {υ : Type u_5} {T : Type u_6}
  [inst_2 : CommRing T] [inst_3 : Algebra R S] [inst_4 : Algebra R T] [inst_5 : Algebra S T] {a : PowerSeries S}
  {b : MvPowerSeries υ T} [IsScalarTower R S T],
  PowerSeries.HasSubst a →
    PowerSeries.HasSubst b → PowerSeries.subst b ∘ PowerSeries.subst a = PowerSeries.subst (PowerSeries.subst b a)
Defined in
Mathlib.RingTheory.PowerSeries.Substitution
Cited by
1 results in Mathlib
Foundations
Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingCommRingAlgebraAlgebraAlgebraIsScalarTower

Around this declaration

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

Cites14

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.