What does the scan actually combine?
Each token hands the memory a slip of paper:
"Multiply what you have by a, then add b."
The magic is that two slips staple into one slip of the same form. "Do (a1,b1), then (a2,b2)" collapses to a single instruction: multiply by a2a1, add a2b1+b2. Same shape in, same shape out — so slips can be merged in pairs, pairs of pairs, and so on: the group photo.
The entire mixer ladder is one question: what is a allowed to be? A fraction? A signed number? A rotation matrix? Each answer is a rung.
Main deck: "Our combine op: composing affine maps."