Mathlib Map

Theorems · Theorem · sequences and series

Real.summable_pow_div_factorial

∀ (x : ℝ), Summable fun n => x ^ n / ↑n.factorial

The series ∑' n, x ^ n / n! is summable of any x : ℝ. See also expSeries_div_summable for a version that also works in , and NormedSpace.expSeries_summable' for a version that works in any normed algebra over or .

Defined in
Mathlib.Analysis.SpecificLimits.Normed
Cited by
1 results in Mathlib
Foundations
Depth 168 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites30

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.