Prove that (n-1)^2 divides n^k -1

  • Context: Graduate 
  • Thread starter Thread starter popitar
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on proving that \((n-1)^2\) divides \(n^k - 1\) if and only if \((n-1)\) divides \(k\), for integers \(n \geq 2\) and \(k > 0\). Participants utilize Euler's theorem and Lagrange's theorem to establish the relationship between the divisibility conditions. The conclusion reached is that \(n^k \equiv 1 \mod (n-1)^2\), confirming the initial claim. Additionally, the conversation emphasizes the importance of understanding the properties of the Euler's totient function, \(\varphi\), in this context.

PREREQUISITES
  • Understanding of modular arithmetic and congruences
  • Familiarity with Euler's theorem and the Euler's totient function, \(\varphi\)
  • Knowledge of Lagrange's theorem in group theory
  • Basic algebraic manipulation and factorization techniques
NEXT STEPS
  • Study the properties of the Euler's totient function, \(\varphi(n)\)
  • Learn about modular arithmetic and its applications in number theory
  • Explore Lagrange's theorem in greater detail, particularly its implications in group theory
  • Practice problems involving divisibility and congruences, particularly those related to polynomial expressions
USEFUL FOR

Mathematics students, number theorists, and anyone interested in advanced algebraic concepts and proofs involving divisibility and modular arithmetic.

popitar
Messages
17
Reaction score
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.
 
Physics news on Phys.org
you may want to check \varphi{([n-1]^2)}
 
I know that (n-1)^2 | (n^k-1) means that (n-1)^2 *m= (n-1)(n^[k-1]+n^[k-2]+...+n+1). But how do I connect this with (n-1)*a=k? Thanks.
 
al-mahed said:
you may want to check \varphi{([n-1]^2)}

How do I check it?
 
popitar said:
How do I check it?

this is an implication "if and only if", <==>

I'll do the part <==, then you try to do the part ==>

prove that if n-1|k, then (n-1)^2|n^k-1:

proof:

first what is \varphi{([n-1]^2)} ??

it is (n-1)^{2-1}\cdot \varphi{(n-1)}=(n-1)\cdot \varphi{(n-1)}

now, by euler, as gcd(n-1,\ n)=1 then

n^{\varphi{([n-1]^2)}}=n^{(n-1)\cdot \varphi{(n-1)}}\equiv\ 1\ mod\ (n-1)^2

and by Lagrange we know that either k=(n-1)\cdot \varphi{(n-1)} or wk=(n-1)\cdot \varphi{(n-1)}

notice that \varphi{(n-1)}&lt;n-1&lt;k, and by hipothesis n-1|k

EDIT: conclusion is: therefore n^k\equiv\ 1\ mod\ (n-1)^2
 
Thank you! But at this moment we didnt study anything about Phi function. Do you know any other method?
 
al-mahed said:
(...)and by Lagrange we know that either k=(n-1)\cdot \varphi{(n-1)} or wk=(n-1)\cdot \varphi{(n-1)}

oops, in fact it is

(...)and by Lagrange we know that either k=(n-1)\cdot \varphi{(n-1)} or k=(n-1)\cdot \varphi{(n-1)}w

popitar, try to rewrite and "play" with the equations you know related to it, factoring x^k-1 is a way, did your teacher give any similar problem with solutions?
 
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:
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..


how many elements you have in x^[k-1]+x^[k-2]+...+x+1 ?
 
  • #10
I believe k elements.
 
  • #11
popitar said:
I believe k elements.


correct, k elements, now you must show some work on it, grab a coffe (if you like) and think about it

hint: what means "x-1 divide k" in terms of euclidian form a=qb+r? how could you WRITE it down as an equation? and how to use it? you already saw by yourself you need to prove that x-1 divide x^[k-1]+x^[k-2]+...+x+1
 
  • #12
(x-1) divides k means (x-1) * p = k for some p positive integer. Then I multiply it by (x-1) I get the following (x-1)^2*p=k*(x-1). Then I can say that x^k-1 = k*(x-1)? But (x-1)*z=x^[k-1]+x^[k-2]+...+x+1.. ahh
 
  • #13
This is all I have
(x-1)^2 | x^k - 1 <=> (x-1)|k
(x-1)^2 * m = x^k -1 <=> (x-1)*z=k
(x-1)^2 *m = (x-1)(x^[k-1]+x^[k-2]+...+x+1) <=> (x-1)*z=k
(x-1)*m = x^[k-1]+x^[k-2]+...+x+1 <=> (x-1)*z=k
 
  • #14
write x-1=a, then k=ma=m(x-1) for some integer m, since x-1| k, it yields x=a+1

x^[k-1]+x^[k-2]+...+x+1 = (a+1)^[k-1]+(a+1)^[k-2]+...+(a+1)+1 = a*S + k=(x-1)S+m(x-1), since you'll have k 1's, and the rest of it multiplied by a
 
  • #15
Can you explain this part :(a+1)^[k-1]+(a+1)^[k-2]+...+(a+1)+1 = a*S + k?
 
  • #16
Ok. So you said I replace (x-1) by a, and x=a+1
(x-1)^2 | x^k - 1 <=> (x-1)|k
(x-1)^2 * m = x^k -1 <=> (x-1)*z=k
(x-1)^2 *m = (x-1)(x^[k-1]+x^[k-2]+...+x+1) <=> (x-1)*z=k
(x-1)*m = x^[k-1]+x^[k-2]+...+x+1 <=> (x-1)*z=k
a*m=(a+1)^[k-1]+(a+1)^[k-2] + ...+ (a+1)+1 <=> a*z=k
And from here what to do? Thanks!
 
  • #17
Prove that a divides bc if and only if a/(gcd(a,b)) divides b.
 
  • #18
We need to proofs:
1). If a|bc then a/d divides b, where d = gcd(a,b).
2). If a/d divides b then a|bc.
 
  • #19
popitar said:
Can you explain this part :(a+1)^[k-1]+(a+1)^[k-2]+...+(a+1)+1 = a*S + k?

Popitar, I'm not a teacher, I don't even have a major in mathematics, I'm just a curious guy, so you have to check all this stuff with your teacher.

Anyway, I think you are having trouble to understand the basic concepts of proof, but don't worry, you'll get it soon enough (it is quite confusing at the beginning).

You have to understand the binomial theorem, its expansion, to see that you'll have all the expression being divisible by a=x-1. So if a valid substitution yields a multiple of x-1 you're done in your demonstration that x-1 divide the expression, as required.

Now I think is a good idea turn out the internet and get pencil and paper... try to figure out some stuff by yourself now! Use a calculator to verify some ideas, you need to study more the basics, the euclidian algorithm is the most important thing right now.

That's the stuff you must study now in order to advance.


take care
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 25 ·
Replies
25
Views
3K
Replies
12
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
48
Views
5K
Replies
8
Views
5K