pebble-grouping
Why is with no independence assumption? My instinct said you need the distribution of first, and building that distribution means working out how and interact. This note is the regrouping move that dissolved the itch, and the same move later turned out to prove LOTUS too.
Setup
Two fair coins. if the first coin lands heads, else 0. the same for the second coin. The route I trusted: find the distribution of (values with probabilities , where the middle comes from merging HT and TH), then . That merge step felt essential. It is where the two coins combine, so I assumed any proof of linearity had to pass through it.
Now the second route. The sample space has four pebbles, HH, HT, TH, TT, each with weight . Sum directly over pebbles, never forming any distribution:
Each term splits as , so the whole sum splits into two pebble sums, one for and one for .
Where I got stuck
I refused to call those two sums and . The sum runs over the four-pebble Cartesian-product world, but was born on a two-outcome world with its own PMF. The underlying experiment changed, so why would a sum over the wrong sample space compute ? I could feel the informal rescue (each shrank, and the number of pebbles grew in proportion, so it balances out) but I could not formalize it.
The key move: group by value
Take the -part of the sum and, instead of adding left to right, collect the pebbles by the value takes:
Inside each group is constant, so it factors out. And each group's total weight is by definition, on whatever sample space happens to live. That is the marginal probability, computed by pooling pebbles. So the pebble sum is , always. My "shrank but grew in proportion" intuition was this grouping, stated loosely. One correction to my first attempt at formalizing it: I leaned on "each repeats times", which only works for this product-shaped example. The grouping argument needs no product structure and no equal weights. Any pebble world, same move.
The picture to keep: expectation has two accounting systems. Pebble-by-pebble sums over outcomes, value-by-value sums over the PMF. They are the same sum with the terms regrouped, and regrouping a finite sum changes nothing. So you compute in whichever system is convenient, and equalities proven in one system transfer to the other for free.
Payoff 1: linearity is unconditional
The split happens per pebble, before any distribution is formed. No joint structure exists yet, so independence never gets consulted. The merge I thought was essential (HT and TH pooling into ) is just the grouping move applied to the value of , and it happens after linearity is already settled. That is the whole reason holds for dependent variables too.
Payoff 2: the same move is the LOTUS proof
Group the pebbles by the value of instead of the value of and you get LOTUS: . I did this by hand before knowing the theorem's name. Computing for on a die, I instinctively paired the six terms into three collision braces ( with , and so on), and each brace held a constant value of with pooled weight . The braces are super-pebbles. Same grouping, different sorting key. The full LOTUS story, including what it does not license, lives in lotus-and-variance.
One move, two theorems: split before grouping gives linearity, group by gives LOTUS.