Addition and multiplication in Z/nZ

Click For Summary
SUMMARY

Addition and multiplication in the modular arithmetic system Z/nZ are well-defined operations, which require careful consideration of equivalence classes. Specifically, if a ~ a' and b ~ b', it must be shown that a + b ~ a' + b'. The discussion emphasizes that each representative in Z/nZ, such as 3 (mod 7), represents an infinite set of integers, and thus, the operations must hold true regardless of the chosen representative. The key is to demonstrate that the difference between the sums, a + b and a' + b', is a multiple of n, ensuring the operations are consistent across the equivalence classes.

PREREQUISITES
  • Understanding of modular arithmetic and equivalence relations
  • Familiarity with the notation of congruences, such as a ≡ b (mod n)
  • Basic algebraic manipulation skills
  • Knowledge of integer multiples and their properties
NEXT STEPS
  • Study the properties of equivalence relations in modular arithmetic
  • Learn about the structure of the set Z/nZ and its implications for operations
  • Explore proofs of well-defined operations in modular systems
  • Investigate applications of modular arithmetic in computer science and cryptography
USEFUL FOR

Mathematics students, educators, and anyone interested in understanding modular arithmetic and its applications in theoretical and applied contexts.

autre
Messages
116
Reaction score
0
I need to show that addition and multiplication are well-defined in Z/nZ. So far, I've figured out that I need to work within this framework:

Suppose a ~ a' and b ~ b'. Try to prove a + b ~ a' + b'.

If a ~ a'...something
If b ~ b'...something

Any ideas?
 
Physics news on Phys.org
it sounds like you have a hazy notion of why we need to check that addition and multiplication are well-defined, and what it involves.

after all, setting

3 (mod 7) + 4 (mod 7) = 0 (mod 7)

makes perfect sense.

but here's the thing:

3 (mod 7) isn't just a single number: it's a whole slew of numbers

3 (mod 7) = {...,-11,-4,3,10,17,24,...}

so when we're using 3 (mod 7) in a sum, we might pick anyone of this infinite set as a "representative". so if we use -11, say, instead of 3, as a representative, we want to make sure that doesn't get us into trouble. so, even though:

3 (mod 7) looks like a single number, it's actually a stand-in, for an entire set.

now, what does it mean for a number k to be in the set 3 (mod 7)?

it means k = 3 + 7*something, or, as its usually put:

3-k is a multiple of 7. so, if

a ~ a', that is a = a' (mod n), what this MEANS is a-a' is a multiple of n, say sn.

b ~ b', so that b = b' (mod n), means b and b' differ by a multiple of n, b-b' = tn.

what you need to show, is if a' is in a (mod n), and b' is in b (mod n) (remember, these are sets), then a'+b' is in a+b (mod n), which is to say:

a+b - (a'+b') = kn, for some k (this integer k is what you are really trying to find. if you can find it, all is good. if you can't...houston, we have a problem).

now you KNOW a - a' = sn, and b - b' = tn. time to do a lil algebra now.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 17 ·
Replies
17
Views
7K