Finding Natural Numbers n Satisfying a Congruence

Click For Summary

Discussion Overview

The discussion revolves around finding natural numbers n that satisfy the congruence nσ(n) ≡ 2 (mod φ(n)). The scope includes theoretical exploration and mathematical reasoning regarding both prime and non-prime solutions.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant claims that all primes satisfy the condition, while questioning which non-primes also do.
  • Another participant challenges the compliance of 4 and 6 with the condition, providing calculations for both.
  • A clarification is made regarding the interpretation of the condition, suggesting it may be understood differently by participants.
  • A participant presents a lemma regarding congruences and factors, leading to a structured proof that identifies specific cases for n based on its prime factorization.
  • The proof outlines that n=p always complies, while n=4p does not, and n=2p complies under certain conditions related to p.
  • Specific solutions identified include n=4, n=6, and n=22, with conditions for compliance discussed.

Areas of Agreement / Disagreement

Participants express differing views on the compliance of certain numbers with the congruence condition, and there is no consensus on the interpretation of the condition itself. The discussion remains unresolved regarding the full set of solutions.

Contextual Notes

Limitations include the dependence on the interpretation of the congruence condition and the assumptions made about the factorization of n. The discussion also highlights unresolved mathematical steps in the proof presented.

hadi amiri 4
Messages
98
Reaction score
1
fin all natural numbers n that [tex]n\sigma (n) \equiv 2(mod\varphi(n))[/tex]
 
Physics news on Phys.org
This is true for all primes, since n(n+1)-2 = (n+2)(n-1). The interesting part is, which non-primes are also in the list.

Edit: under one million, only 1,4,6,22 comply. Hmmm.
 
Last edited:
4 and 6 do not comply:

4: n sigma(n) = 4*7 = 28, phi = 2
6: n sigma(n) = 6*12 = 72, phi = 2
 
Last edited:
I understood the condition as "both n . sigma(n) and 2 having the same residue modulo phi(n)", and not as "the residue of n . sigma(n) modulo phi(n) is 2".
 
Good point.

Either way, no other solutions for n up to 10^8.
 
Okay, here's the condensed proof.

First we need a lemma. If a == b (mod c) and b!=0, then |b| >= gcd(a,c). Specifically, if a == 2 (mod c), then a and c have no common factors greater than 2.

Factorize n and plug in the expressions for phi and sigma in terms of prime factors into the equation.

If any prime p>2 is present in the factorization more than once, LHS is a multiple of p and RHS is a multiple of p: no solution.

If there's more than one prime p>2 in the factorization, or if n is a multiple of 8, LHS is a multiple of 4 and RHS is a multiple of 4: no solution.

That leaves us with three sets of possibilities, n=p, n=2p, n=4p, where p is a prime >2, and a fourth possibility n=4.

n=p always comply.

n=4p don't comply because LHS and RHS are multiples of 4.

n=2p comply iff n sigma(n) = 6p^2+6p == 2 (mod p-1)

which is the same as 10 == 0 (mod p-1) which is true for p=2, p=3 and p=11, yielding solutions n=4, n=6, n=22.
 
Last edited:

Similar threads

  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 22 ·
Replies
22
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 25 ·
Replies
25
Views
4K