Everyone makes a distinction between what are called stable distributions and infinitely divisible distributions. Stable distributions act as an 'attractor' of sorts: the sum of a large number of iid random variables will, by the central limit theorem (CLT), converge to a normal distribution independent of the original distribution.
Infinitely divisible distributions are a bit weaker, it seems.
But suppose that we are not adding iid RVs, but multiplying them (and for the sake of simplicity, let's assume the RVs in question have only positive support): $$Y_n=\Pi_0^n X_i$$If we take the logarithm, then$$logY_n=\Sigma_0^nlogX_i$$ Now, assuming the original $X_i$ are iid, it seems by the CLT that the sum on the left also is the sum of iid RVs; it, too, must converge (using the CLT again) to a normal distribution as n becomes large.This seems to imply that multiplying (strictly positive) RVs must converge, in the limit, to a lognormal distribution since the "underlying distribution" must converge to a normal distribution - and,when we "go back" by exponentiating, it seems we should get: $$e^{Y_n}$$which should converge to a lognormal distribution as $n\rightarrow\infty$, since $Y_n$ is converging to a normal distribution.
I am sure there is a mathematical wormhole here, but I can't spot it.