Is the Function f(x) Multiplicative for Modulo and Prime Numbers?

Click For Summary

Discussion Overview

The discussion revolves around the function f(x), which is defined as the smallest integer m such that y^m ≡ 1 (mod x) for coprime integers x and y. Participants explore whether this function is multiplicative, particularly in the context of number theory, and its relationship to Euler's theorem and the totient function.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant proposes that f(x) gives the smallest integer m such that y^m ≡ 1 (mod x) and suggests that the Chinese remainder theorem may be applicable.
  • Another participant questions the role of y in the function, suggesting it may need to be expressed as f(x, y).
  • A later reply clarifies that y is dependent on x, indicating that it should be considered for all y coprime to x.
  • One participant argues that f(x) is not Euler's totient function, providing a counterexample with x = 37 and y = 3, where the smallest m is 18, not 36.
  • Another participant supports this view, emphasizing the need to consider the smallest m for all y coprime to x.
  • Another contribution states that while the totient function provides an upper bound for f(x), it is not necessarily equal to f(x), citing a counterexample with x = 12.
  • This participant also notes that f(x) divides φ(x) but is not multiplicative, providing specific values for f(3), f(4), and f(12) to illustrate their point.

Areas of Agreement / Disagreement

Participants express disagreement regarding the nature of f(x) and its relationship to the totient function. There is no consensus on whether f(x) is multiplicative, and multiple competing views remain regarding its definition and properties.

Contextual Notes

Participants highlight limitations in their understanding, such as the dependence of y on x and the implications of defining f(x) for all coprime y. There are unresolved mathematical steps regarding the multiplicative nature of f(x) and its comparison to the totient function.

Texan
Messages
3
Reaction score
0
f(x) will give us the smallest integer m such that y^m \equiv 1 \bmod{x} given that x and y are coprime

how would one go about showing that this function is multiplicative? I'm trying to do some Number Theory self study, and the problems I'm encountering are quite difficult to figure out from text alone.

I'm guessing that the Chinese remainder theorem is applicable here.

Also if we let p be prime then I know that f(p) will give the result of (p-1). This is basically proved with Euler's theorem.

Is this true or is Euler's theorem not so easily applicable here? I guess the fact that here m is the smallest integer, where's in Euler's it's not the smallest, but it's easy to prove that this doesn't matter using groups.
 
Last edited:
Physics news on Phys.org
How does y come in? Is it another given? If so, isn't it f(x, y)?
 
haruspex said:
How does y come in? Is it another given? If so, isn't it f(x, y)?
I don't think so because y is dependent on x just as m is. I.E. y is any number coprime with x.
 
Last edited:
ramsey2879 said:
I don't think so because y is dependent on x just as m is. I.E. y is any number coprime with x.
Rereading it, I think we're both wrong. It should say "for all y coprime to x". (Otherwise the later part about f(p) = p-1 is wrong.) In short, this f(x) is Euler's totient function.
 
i don't think it's Euler's totient function.

for example, consider x = 37; y = 3.
both prime, but the smallest m value is not 36, its 18.
 
phillip1882 said:
i don't think it's Euler's totient function.

for example, consider x = 37; y = 3.
both prime, but the smallest m value is not 36, its 18.
As I said, I think the question is intended as "for all y". I.e. what is the smallest m that s.t. for every y prime to x the equation is true.
 
The totient function gives you an upper bound for f(x), but it is not necessarily the same as f(x). A counterexample occurs with x=12.

The coprimes to x are 1, 5, 7 and 11. An exponent of 1 won't work, but 2 will:
1^2 == 1 (mod 12)
5^2 = 25 == 1 (mod 12)
7^2 = 49 == 1 (mod 12)
11^2 = 121 == 1 (mod 12)

so f(12)=2, while phi(12)=4.

(I I understood the problem correctly, f(x) would be the order of the multiplicative group modulo x. As such, f(x) divides phi(x), but it's not necessarily equal.)

(By the way, f(3)=2 and f(4)=2, but f(12)=2 and not 4, so f(x) cannot be multiplicative.)
 
Last edited:

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 17 ·
Replies
17
Views
7K
  • · Replies 10 ·
Replies
10
Views
9K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
Replies
4
Views
3K