Modular Arithmetic: Find Multiples, Understand the Reason

  • Context: Undergrad 
  • Thread starter Thread starter rashida564
  • Start date Start date
  • Tags Tags
    Arithmetic
Click For Summary

Discussion Overview

The discussion revolves around understanding modular arithmetic, specifically the conditions under which certain numbers are multiples in relation to congruences. Participants explore the reasoning behind why specific numbers satisfy the congruence relation ##a^6 \equiv a \mod 6##, examining both factorization and congruence properties.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant questions the reasoning behind finding multiples, asking if it is a trial and error method.
  • Another participant presents a factorization approach to show that ##6 \,|\, a^6 - a## leads to specific conditions for divisibility by 2 and 3.
  • A later reply clarifies that the congruence can be broken down into two simultaneous congruences, with conditions for each.
  • Further discussion highlights that for numbers of the form ##a \equiv 2 \mod 3##, the polynomial ##a^4 + a^3 + a^2 + a + 1## is never divisible by 3.
  • Another participant provides a quicker method to evaluate the congruence for numbers of the form ##3n + 2##, suggesting an alternative perspective on the problem.

Areas of Agreement / Disagreement

Participants express differing views on the methods used to derive the conditions for multiples, with some favoring factorization and others questioning the trial and error approach. The discussion remains unresolved regarding the best method to understand the congruences.

Contextual Notes

Participants rely on specific properties of divisibility and congruences, but there are assumptions about the familiarity with modular arithmetic that are not explicitly stated. The discussion does not resolve the effectiveness of different methods presented.

rashida564
Messages
220
Reaction score
7
TL;DR
Find a ∈ Z such that a^6 ≡ a mod 6
Hi everyone, I can find multiple of number for example 2,3,4 and so on. But is there any reason why those number does work.
 
Mathematics news on Phys.org
We have ##6 \,|\,a^6-a=a(a^5-1)=a(a-1)(a^4+a^3+a^2+a+1)##, so the divisors of ##6## must be divisors of the factors on the right. E.g. ##a=3,4## are immediately clear, and ##a=2## is wrong, as ##2^6=64 \equiv 4\not\equiv 2 \operatorname{mod}6\,.##
 
  • Like
Likes   Reactions: jedishrfu
Is it try and error method?
 
Another way to look at it is that your congruence is equivalent to the two simultaneous congruences ##a^6\equiv a \mod 2## and ##a^6\equiv a\mod 3##. The first congruence is always true, and the second is true when ##a\equiv 0,1\mod 3##, but fails when ##a\equiv 2\mod 3##.
 
  • Like
Likes   Reactions: jedishrfu and mfb
rashida564 said:
Is it try and error method?
Where did you see try and error? Factorization to investigate factors is a quite natural thing.

##a^6\equiv a \operatorname{mod} 6 ## is defined as ##6\,|\,a^6-a##, so factoring the polynomial ##a^6-a## is the next thing to do. After that, it becomes clear that ##2\,|\,a^6-6## in any case, as ##a(a-1)\,|\,a^6-a##. So, we are left with what @Infrared has said, the divisor ##3##. We have that ##3## divides ##a(a-1)## iff ##3\,|\,a \Longleftrightarrow a\equiv 0 \operatorname{mod} 3## or ##3\,|\,(a-1) \Longleftrightarrow a\equiv 1\operatorname{mod} 3## because ##3## is prime. Thus we are left with all numbers ##a \equiv 2 \operatorname{mod} 3##, i.e. ##a=3n+2## and ##6\,|\,a^6-a \Longleftrightarrow 3\,|\,a^4+a^3+a^2+a+1## for those numbers. However, if ##a=3n+2## it is easy to see, that ##a^4+a^3+a^2+a+1 =3m+2## which is never divisible by ##3##.
 
  • Like
Likes   Reactions: jedishrfu
I see quicker that ##(3n+2)^6 = 3m + 1## (because I can use ##x^6 = (x^2)^3## ) than I see the same for ##a^4+a^3+a^2+a+1 =3m+2##
 
  • Like
Likes   Reactions: jedishrfu

Similar threads

  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 35 ·
2
Replies
35
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K