Why the value of $\sum_{n=0}^{+\infty}\frac{x^n}{n!}$ for $x=0$, is 1 and not 0?
2026-04-03 02:15:07.1775182507
Value of $\sum_{n=0}^{+\infty}\frac{x^n}{n!}$ for $x=0$
80 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
It's intuitive that the sum of no numbers is defined as zero. Less intuitive is that the product of no numbers is defined as one.
Symbolically:
$$\sum_{\text{false}} x = 0$$
$$\prod_{\text{false}} x = 1$$
No matter what number $x$ is, even zero.
One reason $0^0 = 1$ by definition is because the cardinality (how many elements there are in a set, denoted $\vert \cdot \vert$) of the number of functions from a set $X$ to a set $Y$, denoted $Y^X$, is given by:
$$\left\vert Y^X \right\vert = |Y|^{|X|}$$
and there is one and only one function from the empty set to itself:
$$1 = \left\vert \varnothing^\varnothing \right\vert = |\varnothing|^{|\varnothing|} = 0^0$$
See https://proofwiki.org/wiki/Zero_to_the_Power_of_Zero for more reasons.
Edit: In the context of taking limits, we refer to $0^0$ as an indeterminate form because you cannot conclude $x^y \to 1$ just because $x \to 0$ and $y \to 0$.