Number theory proof trouble: pesty ellipsis

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
aohawthorn
Messages
2
Reaction score
0

Homework Statement



Prove that

x^n - y^n = (x - y) (x^(n - 1) + (x^(n - 2)y + . . . + xy^(n - 2) + y^(n - 1)

Homework Equations



This is problem 3, section 1-1 from Andrew's "Number Theory," which I'm using for self-study. It follows the section on the "Principle of Mathematical Induction", i.e. "A statement about integers is true for all integers greater than or equal to 1 if (1) it is true for the integer 1, and (ii) whenever it is true for all the integers 1,2, ..., k, then it is true for the integer k + 1." The first two proofs both involve plugging k into an expression, adding (k + 1), and setting the sum equal to the same expression with (k + 1) plugged into it.

The Attempt at a Solution



I don't need a solution - I need to understand the question! I can't figure out what the ellipsis here is representing. In other expressions in the book (e.g. 1^3 + 2^3 + 3^3 + . . . + n^3) the ellipsis obviously represents a sequence of terms leading up to one greatest value n, but I just can't see what sort of "sequence" is represented in this problem! Any help would be deeply appreciated. Again - I'm not looking for the answer, just to understand the question. Thanks a lot!
 
Physics news on Phys.org
[tex]x^n - y^n = (x - y)\left(\sum_{k=1}^n\ x^{n-k}y^{k-1}\right)[/tex]

is a version of the formula without ellipses.
 
Aha! Thanks so much - I see it now.