Proving Congruent Integers: Tips & Advice

  • Thread starter Thread starter scottstapp
  • Start date Start date
  • Tags Tags
    Integers
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
3 replies · 3K views
scottstapp
Messages
40
Reaction score
0

Homework Statement


I need to prove the following but have no idea how to do so.

Let a,b, k be integers with k positive. If a is congruent to b(mod n), then ak is congruent to bk (mod n).


Homework Equations


The hint given is that I can assume the following proposition is true and that I am supposed to use it to show the statement holds for k=2,3...

Proposition:
If a is congruent to b(mod n) and c is congruent to d(mod n) then a+c is congruent to b+d(mod n)

Thanks for your help, I am pretty lost on this so anything helps.
 
Physics news on Phys.org
The directions of this problem seem to be pointing you to doing it by induction on k. For k = 1, the proposition is obviously true.

Assume the proposition is true for k = m. IOW, assume that
am [itex]\equiv[/itex] bm mod n.

Now use this assumption to show that the proposition is true for k = m + 1. I.e., that
am + 1 [itex]\equiv[/itex] bm + 1 mod n.

Something that might be helpful is that if p [itex]\equiv[/itex] q mod n, then p - q [itex]\equiv[/itex] 0 mod n.