I have to prove associativity of the convolution of three functions. I'm having trouble picturing how the variables will look. For periodic functions $f$, $g$, and $h$, I have the definition $$ (f * g) (x) = \int_\Bbb{T} f(y) g(x - y) \, dy. $$
What exactly will $f * (g * h)$ look like? Will a third variable be introduced? Thanks!
Break it down into steps, and remember that all variables introduced other than $x$ are dummy variables (they only exist within the integrals): $$ \begin{align} \big( f * (g * h) \big)(x) &= \int_{\Bbb{T}} f(y) \cdot (g * h)(x - y) \, dy \\ &= \int_{\Bbb{T}} f(y) \cdot \left( \int_{\Bbb{T}} g(z) \cdot h(x - y - z) \, dz \right) \, dy \\ &= \iint_{\Bbb{T} \times \Bbb{T}} f(y) \cdot g(z) \cdot h(x - y - z) \, dz \, dy \end{align} $$ and similarly, $$ \begin{align} \big( (f * g) * h \big)(x) &= \int_{\Bbb{T}} (f * g)(u) \cdot h(x - u) \, du \\ &= \int_{\Bbb{T}} \left( \int_{\Bbb{T}} f(v) \cdot g(u - v) \, dv \right) \cdot h(x - u) \, du \\ &= \iint_{\Bbb{T} \times \Bbb{T}} f(v) \cdot g(u - v) \cdot h(x - u) \, dv \, du. \end{align} $$
You can check that these two double integrals are equivalent under the change of variables $$ \left\{ \begin{align} y &= v \\ z &= u - v. \end{align} \right. $$