Rapidly Decaying Exponential Series
April 10, 2026 · Luciano Muratore
1. Tail Estimate for ∑n=1∞e−n2
The series ∑e−n2 converges extremely fast, meaning only a few terms are required to achieve high accuracy.
- Tail beyond N: The remainder RN can be estimated as RN=∑n=N+1∞e−n2≈e−(N+1)2.
- Example (N=5): For N=5, the tail is e−(5+1)2=e−36≈2.3×10−16.
- Practicality: This value is essentially zero in double-precision arithmetic.
Consider the parameterized series ∑n=1∞e−n2x where x>0[cite: 21, 22].
- Comparison: Since n2≥n for n≥1, it follows that e−n2x≤e−nx.
- Geometric Series: The series ∑n=1∞e−nx=1−e−xe−x converges for x>0.
- M-test Application: By setting Mn(x)=e−nx, we find that ∣e−n2x∣≤Mn(x).
- Conclusion: Because ∑Mn(x) converges, the series ∑e−n2x converges uniformly on the interval [a,∞) for any a>0.
3. The Sequence e−n2 in lp Spaces
For any p>0, the lp norm of the sequence (e−n2) is defined by:
∥e−n2∥pp=∑n=1∞(e−n2)p=∑n=1∞e−pn2.
- Decay Rate: The terms e−pn2 decay super-exponentially.
- Convergence: Since ∑n=1∞e−pn2<∞ for all p>0, the sequence is a member of every lp space.
- Result: (e−n2)n=1∞∈⋂p>0lp.
4. Dominance and lp Membership
A sequence (bn) can be guaranteed lp membership if it is dominated by the rapidly decaying exponential e−n2.
Key Observation
If there exists a constant C>0 such that ∣bn∣≤Ce−n2:
∑n=1∞∣bn∣p≤Cp∑n=1∞e−pn2<∞.
Important Distinction
- Multiplicative Dominance: ∣bn∣≤Ce−n2⇒bn∈⋂p>0lp.
- Additive Inclusion (Counterexample): If a sequence is formed by bn=e−n2+n1, it does not belong to l1 because the n1 term dominates the tail behavior.