Counting the distinct values of a modular mapping

  • Context: Graduate 
  • Thread starter Thread starter ing
  • Start date Start date
  • Tags Tags
    Counting Mapping
Click For Summary
SUMMARY

This discussion focuses on determining the number of distinct values produced by the modular mapping expressions \((a \cdot i + b \cdot j) \mod n_1\) and \((c \cdot i + d \cdot j) \mod n_2\) as \((i,j)\) spans \(\mathbb{Z}^2\). The participant identifies that for a single expression \((a \cdot i + b \cdot j) \mod n\), the distinct values can be calculated using \(\frac{n}{\gcd(\gcd(a,b),n)}\). They explore the possibility of establishing an isomorphism between \((\mathbb{Z}_{n_1},\mathbb{Z}_{n_2})\) and \(\mathbb{Z}_{n_1 \cdot n_2}\) but conclude that this is not generally valid, citing the example of \((\mathbb{Z}_2,\mathbb{Z}_2)\) not being isomorphic to \(\mathbb{Z}_4\).

PREREQUISITES
  • Understanding of modular arithmetic
  • Familiarity with the concept of greatest common divisor (GCD)
  • Knowledge of isomorphisms in group theory
  • Basic grasp of integer linear combinations
NEXT STEPS
  • Research the properties of modular arithmetic in multiple dimensions
  • Learn about the Chinese Remainder Theorem and its applications
  • Explore the implications of isomorphisms in algebraic structures
  • Study the behavior of linear combinations in modular systems
USEFUL FOR

Mathematicians, computer scientists, and engineers interested in modular arithmetic, group theory, and applications of linear combinations in discrete mathematics.

ing
Messages
1
Reaction score
0
Hello,
first of all, sorry if my question is either trivial or imprecise, I'm from the engineering domain :)

I need to know how many different values the following pair can take:

[itex]\left(a\cdot i + b\cdot j\right) \bmod n_1[/itex]
[itex]\left(c\cdot i + d\cdot j\right) \bmod n_2[/itex]

as [itex](i,j)[/itex] spans [itex]\mathbb{Z}^2[/itex], with given integers [itex]a[/itex], [itex]b[/itex], [itex]c[/itex], [itex]d[/itex], [itex]n_1[/itex], [itex]n_2[/itex].

I know that, in case I had a single expression, i.e.

[itex]\left(a\cdot i + b\cdot j\right) \bmod n[/itex]

the answer would be [itex]\frac{n}{\gcd(\gcd(a,b),n)}[/itex].

I suspect that the answer to my question looks similar.
In particular, I was trying to establish an isomorphism between [itex]\left(\mathbb{Z}_{n_1},\mathbb{Z}_{n_2}\right)[/itex] and [itex]\mathbb{Z}_{n_1\cdot n_2}[/itex], obtaining something looking like

[itex]\left(u\cdot i + v\cdot j\right) \bmod \left( n_1\cdot n_2\right)[/itex]

so as to exploit the same result, but so far I didn't come out with anything useful.

Any clues?
Thanks!
 
Physics news on Phys.org
ing said:
In particular, I was trying to establish an isomorphism between [itex]\left(\mathbb{Z}_{n_1},\mathbb{Z}_{n_2}\right)[/itex] and [itex]\mathbb{Z}_{n_1\cdot n_2}[/itex]
But that's not true in general. For example [itex]\left(\mathbb{Z}_2,\mathbb{Z}_2\right)[/itex] is not isomorphic to [itex]\mathbb{Z}_4[/itex]. In the former, all nonzero elements have order 2, while the latter has a generator of order 2.

(Unless I misunderstand your notation.)
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 23 ·
Replies
23
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
802
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 10 ·
Replies
10
Views
3K