Is this proof alright?

daon

Senior Member
Joined
Jan 27, 2006
Messages
1,284
This is just a lemma I need for a larger proof that I am working on...

Need to prove:
Prop: Let p, x, j, k, l be integers. If p does not divide (x + kp) then p does not divide x.

Pf: Assume BWOC that p divides x.
Then x = pj for some j. Now,
[P does not divide (x+kp)] \(\displaystyle \L \Rightarrow\) [(x+kp) \(\displaystyle \neq\) pl for some l]
\(\displaystyle \L \Rightarrow\) [(pj)+kp \(\displaystyle \neq\) pl] \(\displaystyle \L \Rightarrow\) [p(j+k) \(\displaystyle \neq\) pl]
Let l = (j+k) then: (can I do this with l?)
[p(j+k) \(\displaystyle \neq\) p(j+k)] *Contradiction*


Also, can I use this to show that:
[p does not divide (a + 1) - p] \(\displaystyle \L \Rightarrow\) [p does not divide (a+1)]?

Thanks,
Daon
 
daon said:
Prop: Let p, x, j, k, l be integers. If p does not divide (x + kp) then p does not divide x.
Pf: Assume BWOC that p divides x.
Then x = pj for some j.
Correct to this point!
Now, (x+kp)=(jp+kp)=(j+k)p. *Contradiction*
 
pka said:
Correct to this point!
Now, (x+kp)=(jp+kp)=(j+k)p. *Contradiction*
Why is this a contradiction?

edit: I also just realized I could have done it much more easily by contrapositive...
 
If (j+k)p=(x+kp) then by definition, p divides x+kp.
 
Top