Number theory. modulu question.

cap.r
Messages
64
Reaction score
0

Homework Statement


x cong 1(mod m^k) implies x^m cong 1(mod m^(k+1))

Homework Equations


x cong 1(mod m^k) <=> m^k|x-1 <=> ym^k=x-1


The Attempt at a Solution



starting with ym^k=x-1 add one to both sides
ym^k+1=x now rise to the power m.

(ym^k+1)^m=x^m <=> subtract the 1^m from the end of the expansion to get
x^m-1^m-(...)=(y^m)(m^(km)) where (...) is the rest of the binomial expansion.

I am stuck here. somehow I need to get a m^(k+1) on the LHS and say it divides everything on the RHS. I don't think my approach is the best.
 
Physics news on Phys.org
cap.r said:
somehow I need to get a m^(k+1) on the LHS and say it divides everything on the RHS. I don't think my approach is the best.
Wouldn't it be much easier to just reduce everything modulo mk+1?
 
you mean reduce everything in the binomial expansion mod m^k+1?
 
Yep.
 
so i couldn't figure out what you meant or maybe i did... but instead of doing the binomial expansion i factored the x^m-1.

so I have m^(k+1)|x^m-1 and I expanded x^m-1 to give me m^(k+1)|(x-1)(x^m+x^(m-1)+...+x+1).

now (x-1) is m^k so I have m^(k+1)|m^k(x^m+...+x+1) I need to somehow pull an m out of (x^m+...+x+1) to make this work but I don't know how.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top