Show that $\prod_{n=1}^{\infty}(1+\frac{(-1)^n}{\sqrt{n}})$ is divergent.
Clearly the first term is 0, but the rest are positive real numbers. My textbook defines convergence even when a series includes a finite number of 0's, but Wikipedia (https://en.wikipedia.org/wiki/Infinite_product) states otherwise.
Furthurmore, Wolfram Alpha (https://www.wolframalpha.com/input?i2d=true&i=Product%5B1%2BDivide%5BPower%5B%5C%2840%29-1%5C%2841%29%2Cn%5D%2CSqrt%5Bn%5D%5D%2C%7Bn%2C2%2C%E2%88%9E%7D%5D) shows that the series starting from $n=2$ might converge to something.
To be more clear the definition I am using is: Let $p_n=\prod_{k=1}^{n}a_k$. If there exists some $N$ such that $a_n\neq 0$ for all $n>N$, then $\prod_{k=1}^{\infty}a_k$ converges if $\prod_{k=N+1}^{\infty}a_k$ converges (doesn't go to infinity or go to zero).
Is the question wrong, or does the series truly diverge?
$$\prod_{i=1}^\infty a_i := \lim_{n \to \infty} \prod_{i=1}^n a_i$$
then your product must evaluate to $0$, because $a_1 = 0$. There's no real ambiguity there.
– PrincessEev Mar 22 '23 at 18:36