-3

Can someone please show me to to prove this summation-implication?

$$\forall x \in \mathbb{Z^+}, x \neq 1 \implies \left(\forall n \in \mathbb{N}, \sum_{i=0}^{n-1}{x^i}=\frac{x^n-1}{x-1}\right) $$

Note: This is cleary a different one from Proving the geometric sum formula by induction so please stop down-voting.

1 Answers1

1

Using identity $$x^n-y^n = (x-y)\cdot (\sum_{i=0}^{n-1}(x^i\cdot y^{n-1-i})$$ Putting y=1 $$\implies x^n-1 = (x-1)\cdot (\sum_{i=0}^{n-1}x^i \implies \sum_{i=0}^{n-1}{x^i}=\frac{x^n-1}{x-1}$$ Hence proved.