Composition of Formal Power Series is associative

787 Views Asked by At

How do I go about proving that the composition of formal power series is associative?

I've tried proving the result directly, but the resulting expressions are quite unwieldy. Currently, I'm trying to make use of the topology on $\mathbb{C}[[x]]$, but I can't quite get it to work.

More precisely, I want to prove that if $g(0)=0$ and $h(0)=0$, then $f\circ(g\circ h)=(f\circ g)\circ h$, where $$f\circ g(x) :=\sum_{n=0}^\infty f_n (g(x))^n.$$

1

There are 1 best solutions below

7
On BEST ANSWER

A formal power series $g(x)$ such that $g(0)=0$ gives you a continuous ring homomorphism $g^*:K[[x]]\to K[[x]]$ uniquely defined by $x\mapsto g(x)$. In fact, $g^*(f)=f\circ g$ (it is clear if $f$ is a polynomial and extends by continuity to power series). As $h^*(g^*(x))=h^*(g(x))=g(h(x))=(g\circ h)^*(x)$, we have $h^*\circ g^*=(g\circ h)^*$. Evaluating both sides on $f$ we get $(f\circ g)\circ h=f\circ (g\circ h)$.