Walras' law, information theory edition
Nick Rowe has a new post up and it inspired me to take up his challenge (entering as a non-economist). Rowe is probably one of the best economist bloggers out there if you want to get more technical than the typical post from Scott Sumner or Paul Krugman. His question is this:
Q. Assume an economy where there are (say) 7 markets. Suppose 6 of those markets are in equilibrium (with quantity demanded equal to quantity supplied). Is it necessarily true that the 7th market must also be in equilibrium (with quantity demanded equal to quantity supplied)?
I've looked at Walras' law before (e.g. this post). I'm going to answer this using information theory with progressively more complexities, but I'll start with some notation.
Define $I(D_{k})$ to be the source (demand) information in the $k^{\text{th}}$ market and $I(S_{k})$ to be the received information (supply). Define aggregate source information (aggregate demand, AD) and aggregate received information (aggregate supply, AS) as
$$
I(AD) = I(\sum_{k} D_{k}) \;\;\text{and}\;\; I(AS) = I(\sum_{k} S_{k})
$$
If the information in each market is independent, this becomes:
$$
I(AD) = \sum_{k} I(D_{k}) \;\;\text{and}\;\; I(AS) = \sum_{k} I(S_{k})
$$
And lastly, define excess information in the $k^{\text{th}}$ market as
$$
\Delta I_{k} \equiv I(D_{k}) - I(S_{k})
$$
Rowe's question becomes
$$
\text{If } \Delta I_{k = 1 .. 6} = 0 \text{ then what is } \Delta I_{7} \text{ ?}
$$
First is the "Walras' law is correct" version [1] ...
We assume that the information in each market is independent and that $I(AD) = I(AS)$, so that
$$
0 = I(AD) - I(AS) = \sum_{k} I(D_{k}) - \sum_{k} I(S_{k}) = \sum_{k} \Delta I_{k}
$$
rearranging the terms
$$
0 = \Delta I_{7} + \sum_{k = 1}^{6} \Delta I_{k} = \Delta I_{7} + 0
$$
Therefore, $\Delta I_{7} = 0$.
Now the thing is that all we can really say is that $I(AS) \leq I(AD)$ (the market doesn't necessarily transfer all the information), so that brings us to the non-ideal information transfer version [2] ...
We assume that the information in each market is independent and that $I(AS) \leq I(AD)$, so that
$$
0 \leq I(AD) - I(AS) = \sum_{k} I(D_{k}) - \sum_{k} I(S_{k}) = \sum_{k} \Delta I_{k}
$$
rearranging the terms
$$
0 \leq \Delta I_{7} + \sum_{k = 1}^{6} \Delta I_{k} = \Delta I_{7} + 0
$$
Therefore, $\Delta I_{7} \geq 0$.
That means Walras' law doesn't pin down that last market, and says that there can be excess demand. But it's even worse than that, which brings us to the non-independent (i.e. mutual) information version [3] ...
As I keep mentioning, we're assuming the information in each market is independent, i.e.
$$
I(D_{j} + D_{k}) = I(D_{j}) + I(D_{k})
$$
But this isn't necessarily true and in general (e.g. Shannon joint entropy)
$$
\text{(1) } I(D_{j} + D_{k}) \leq I(D_{j}) + I(D_{k})
$$
This says for practical purposes that some of the information in the source in one market may be the same as the information in the source in another, hence they do not necessarily add to yield more information. So that all we really know is that
$$
I(\sum_{k = 1}^{6} D_{k}) \geq I(\sum_{k = 1}^{6} S_{k})
$$
based on the fact that you can't get more information out than you put in. This means that knowing the six markets clear doesn't necessarily even tell us about the aggregate demand of the 6 markets (ignoring the seventh).
Nick Rowe basically arrives at this last version -- he says there can be excess demands/supplies of money in each of the six markets so Walras' law can't really tell us anything about the seventh. The information theory argument presented here does not require money, which is consistent with Rowe. He says that the same result could hold in a barter economy because some good could effectively operate as money and there would be excess demands for various barter goods in each of the individual markets. Rowe says that:
Walras' Law is true and useful for the economy as a whole only if there is only one market in the whole economy, where all goods are traded for all goods.
This appears to be saying that if you can't decompose $AD = D_{1} + D_{2} + \cdots$ (or the decomposition is trivial), then you get Walras' law back -- and it's true. If you can't decompose the markets, then there are no "joint entropies" that can be formed from their decomposition, so there is no information loss in equation (1) above. This doesn't rule out non-ideal information transfer in version [2] above, but assuming markets work, saying you can't decompose the markets (or the decomposition is trivial) gets you back to version [1] where Walras' law holds.
So is Nick's post essentially re-deriving the sub-additivity of joint entropy?