I'm reading a book in which Conway's game of life is mentioned: the author states that it can be proved that the growth rate cannot be exponential but it's at most quadratic.
Can someone suggest me some reference for a proof of this statement? Thanks!
If you have a finite configuration of living cells, it fits inside an $N \times N$ bounding box, for some large $N$. Over the next $t$ generations, no matter what your finite configuration is doing, it cannot affect anything outside an larger $(N+2t) \times (N+2t)$ bounding box (padded by $t$ cells on each side).
Therefore the number of living cells in the $t^{\text{th}}$ generation is at most $(N+2t)^2$, which is a quadratic function of $t$.