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.
- Realstatement and proof · cited by 25,697
- Norm.normproof · cited by 5,413
- Nat.cast_oneproof · cited by 2,501
- SummationFilter.unconditionalstatement · cited by 2,068
- le_reflproof · cited by 2,061
- absproof · cited by 1,814
- Summablestatement · cited by 778
- norm_nonnegproof · cited by 725
- LT.lt.trans_leproof · cited by 678
- add_le_addproof · cited by 666
- Nat.factorialstatement and proof · cited by 616
- zero_lt_oneproof · cited by 598
Cited by1
Results whose statement or proof uses this declaration.
- spectrum.exp_mem_expproof · cited by 1