I'd like to see a simple proof of $$x^n−y^n=(x−y)(x^{n−1}+x^{n−2}y+…+xy^{n−2}+y^{n−1})$$
I don't know what proof by induction is... is there a simpler way? The previous post on this doesn't really solve my problem.... I don't understand the induction proofs.
The text that I am reading with this is this:

Note that we can write $$(x−y)(x^{n−1}+x^{n−2}y+…+xy^{n−2}+y^{n−1})=(x-y)\left(\sum_{k=0}^{n-1}x^{n-1-k}y^k\right)$$
We distribute the $(x-y)$ factor over the sum and obtain $$\sum_{k=0}^{n-1}(x^{n-k}y^k-x^{n-1-k}y^{k+1})$$ Now, we will split this up into two sums, and shift the indexing of the second sum. $$\sum_{k=0}^{n-1}x^{n-k}y^k-\sum_{k=0}^{n-1}x^{n-1-k}y^{k+1}=\sum_{k=0}^{n-1}x^{n-k}y^k-\sum_{k=1}^{n}x^{n-k}y^{k}$$ Now, the formulas inside the sums are the sum. If we take off the first term of the first sum, and the last term of the last sum, the remaining terms will cancel: $$\sum_{k=0}^{n-1}x^{n-k}y^k-\sum_{k=1}^{n}x^{n-k}y^{k}=x^n+\sum_{k=1}^{n-1}(x^{n-k}y^k)-\sum_{k=1}^{n}(x^{n-k}y^{k})-y^n=x^n-y^n$$