popitar
- 17
- 0
Let n>=2 and k>0 be integers. Prove that (n-1)^2 divides n^k -1 if and only if (n-1) divides k.
The discussion revolves around proving that \((n-1)^2\) divides \(n^k - 1\) under certain conditions, specifically when \((n-1)\) divides \(k\). Participants explore various mathematical approaches and implications related to this divisibility, including the use of the Euler's totient function and the binomial theorem.
Participants do not reach a consensus on the proof or the methods to be used. There are competing views on the best approach to demonstrate the divisibility, and some participants express uncertainty about the concepts involved.
Some participants mention limitations in their current understanding of the Euler's totient function and the binomial theorem, which may affect their ability to engage with the proof fully. There are unresolved mathematical steps and assumptions that are not explicitly stated.
al-mahed said:you may want to check [tex]\varphi{([n-1]^2)}[/tex]
popitar said:How do I check it?
al-mahed said:(...)and by Lagrange we know that either [tex]k=(n-1)\cdot \varphi{(n-1)}[/tex] or [tex]wk=(n-1)\cdot \varphi{(n-1)}[/tex]
popitar said:Thank you so much, Al-Mahed!
Factoring x^k - 1 is (x-1)(x^[k-1]+x^[k-2]+...+x+1), and I see that (x-1)^2 divides x^k-1means that (x-1) divides (x^[k-1]+x^[k-2]+...+x+1), but I don't see how I connect this with (x-1) divides k..
popitar said:I believe k elements.
popitar said:Can you explain this part :(a+1)^[k-1]+(a+1)^[k-2]+...+(a+1)+1 = a*S + k?