The standard normal raw moments are (m0,m1,m2,m3,m4)=(1,0,1,0,3). With Y=(X−μ)/σ, the proof proceeds through
[MY(nt)]n=[1+2nt2+o(n−1)]n⟶et2/2.
The MGF proof additionally requires the MGF to be finite in a neighborhood of 0; the Taylor derivatives are evaluated at 0. Independence is required to express the MGF of a sum as a product.
Stability and characteristic functions: for a sum of i.i.d. variables, stability is written Sn=danX+bn. The characteristic function (CF), φX(q)=E[eiqX], always exists.
For the symmetric stable family centered at 0, take c>0 and 0<α≤2:
φX(q)SnX=e−c∣q∣α,=dn1/αX,=dn1/α−1X.
At α=2, the distribution is Gaussian with variance 2c. At α=1, it is Cauchy:
pC(x)φC(q)X=π(x2+c2)c,=e−c∣q∣,=dX.
The Cauchy mean is undefined. A symmetric principal value of 0 does not establish the existence of an expectation. The sample mean does not become concentrated as sample size increases.
The PDF and CCDF have log-log slopes −γ and −α, respectively. Moments diverge at equality. A power-law tail with tail index α=2 still has a divergent second moment. Within the stable family, the power-law tail and this moment criterion apply only for 0<α<2. Stability index α=2 is the Gaussian exception, with finite moments of every order.
Scale-free behavior is expressed by p(ax)/p(x)=a−γ within the range where the power law holds. A finite upper cutoff makes all positive-order moments finite.
3. Relaxing the CLT and Application Reminders
Lyapunov condition for independent, nonidentically distributed variables: let sn2=∑i=1nσi2. If there is a δ>0 such that
sn2+δ∑i=1nE∣Xi−μi∣2+δ⟶0,
then
sn∑i=1n(Xi−μi)dN(0,1).
Gutenberg–Richter law:
log10N(Mmag≥u)=a−bu.
Using Mmag=log10A+const gives
FA(A)∝A−b,pA(A)∝A−b−1.
Omori's law:r(t)=K/(t+c)p describes an event rate; it cannot directly be treated as a probability density.
St Petersburg paradox:
P(N=j)=2−j,W=2j−1,j=1,2,…,
which gives E[W]=∞.
Complex-systems keywords: many-body, autonomous, nonlinear interaction, emergence. Observing a power law alone does not establish its generating mechanism.
4. BA and ER Networks
Let n be the number of nodes, M the total number of edges, and m the number of edges introduced by each new node in the BA model.
BA: growth plus linear preferential attachment.
nMΠij∑kj=n0+t,=M0+mt,=∑jkjki,≃2mt.
In the continuum approximation,
k˙iki(ti)ki(t)=mΠi=2tki,=m,=mt/ti.
Birth times are approximately uniform. For k≥m, inversion gives ti=t(m/k)2, hence
F(k)pcont(k)γ=1−(m/k)2,=2m2k−3,=3.
Master equation:Nk is the expected number of nodes of degree k, and δkm is the new-node birth term.
ΔNkNk=2t(k−1)Nk−1−kNk+δkm,≃tpk.
The boundary value, recurrence, and closed-form solution are
Keep c fixed and let p=c/(n−1) and n→∞ to obtain the Poisson limit:
pk⟶k!e−cck.
For this limiting distribution, E[K]=Var(K)=c. The Poisson limit is not the CLT. A normal approximation requires a further regime in which c is large. ER tails decay rapidly, whereas BA networks develop prominent hubs.
5. Graph Theory, Matrices, and Components
Use Aij=1 to mean i→j. For an undirected graph, A=AT. For simple graphs without self-loops,
kioutkiin=j∑Aij,=j∑Aji.
For undirected graphs, the degree sum and mean degree are
i∑ki=2M,⟨k⟩=2M/n.
Directed graphs satisfy ∑ikiin=∑ikiout=M. Undirected and directed densities are, respectively,
ρu=n(n−1)2M,ρd=n(n−1)M.
Matrix powers and distance:(Aℓ)ij counts walks of length ℓ. A node at shortest-path distance exactly 2 from i must satisfy
(A2)ij>0,Aij=0,j=i.
For an undirected simple graph, (A2)ii=ki.
Graph counts and structure:
A tree is connected and acyclic, with M=n−1.
A forest with C components has M=n−C.
A k-regular graph has M=nk/2.
A complete graph has M=n(n−1)/2.
A bipartite graph has no odd cycle. Its adjacency matrix can be written as
Abip=(0BTB0).
The matrices BBT and BTB count shared neighbors in the two respective projections. Remove the diagonal and replace positive entries by 1 to obtain unweighted projections.
Connectivity and other network types: an SCC requires mutual directed reachability; a WCC ignores edge directions. When each reachability set includes its starting node,
IN(v)∩OUT(v)=SCC(v).
A hyperedge can connect several objects simultaneously. A multiplex network represents different relations among the same set of nodes in multiple layers. A planar graph can be redrawn without edge crossings.
Storage and search complexity: a dense adjacency matrix requires O(n2) space, and an adjacency list requires O(n+M) space. One BFS takes O(n+M); running BFS separately from every node takes O(n(n+M)).
6. Network Metrics
For the distance formulas below, assume a connected, undirected, unweighted graph, with dij denoting shortest-path distance.
Here σst is the number of shortest paths from s to t, and σst(i) counts those passing through i as an internal node. The betweenness formula requires n>2.
Eigenvector centrality and Katz centrality: use B=AT for incoming-link importance and B=A for undirected graphs.
Bxxxa=ρ(B)x,=aBx+β1,=β(I−aB)−11,≥0,aρ(B)<1,β>0.
PageRank: let 0<d<1 and use the row-stochastic matrix Pij=Aij/kiout. For a node with no outgoing edges, replace its entire row by vT.
pi∑pi=dPTp+(1−d)v,=1,vi=1/n.
Clustering and transitivity:ti is the number of triangles containing node i, and T is the total number of triangles in the graph.
When there are no connected triples, transitivity is defined to be 0. A k-core is obtained by repeatedly removing nodes whose current degree is less than k.
Assortativity:r=Corredge(ki,kj). Positive values indicate assortativity, and negative values indicate disassortativity. Calculate the correlation across edge endpoints, counting each undirected edge in both directions.
Here lC is the number of edges internal to community C, and KC is the sum of its nodes' degrees in the original graph. Modularity requires M>0. The quantity S is the fraction of all nodes belonging to the largest component.