Can Two Numbers with Co-Prime Totients Always Be Found?

  • MHB
  • Thread starter mathworker
  • Start date
  • Tags
    Function
In summary, two numbers $a$ and $b$ do not exist such that $\varphi{(a)} = x$ and $\varphi{(b)} = y$ and $\gcd{(x, y)} = 1$ where $\varphi$ is Euler's totient function. This is because totients, except for the trivial case of $\varphi{(2)}$, are always even, and so the greatest common divisor of any two totients will always be at least 2. While the logical answer to the question is yes, it is not a useful answer since it only applies in the trivial case.
  • #1
mathworker
111
0
if \(\displaystyle \varphi(a)=x\) and $\varphi(b)=y$ are two numbers such that \(\displaystyle \text{gcd}(x,y)=1\) can we find $a$,$b$ such that \(\displaystyle \text{gcd}(a,b)=1\).
Where $\varphi()$ is Euler's totient function
 
Last edited:
Mathematics news on Phys.org
  • #2
Such $x$ and $y$ do not exist. Totients - except the trivial case of $\varphi{(2)}$ - are even. Hence $\gcd{(x, y)} \geq 2$. So, logically, the answer is, vacuously, "yes", but is probably not what you are looking for. Remember - falsity implies anything ;)

PS: I assume you meant $\varphi{(b)} = y$.
 
Last edited:
  • #3
Yeah,it seams to be correct,but why are they always even?
 
  • #4
mathworker said:
Yeah,it seams to be correct,but why are they always even?

Dismiss the trivial case $\varphi{(2)} = 1$. Now consider two cases:

1. $n > 2$ is a power of two - what does its totient look like?

2. $n > 2$ is not a power of two (and hence, has at least one odd prime factor). The totient function is multiplicative - what does this imply?

Hint for the second part: if $p$ is an odd prime, then $\varphi{(p)} = p - 1$ which is even.
 
  • #5
Got it! Thank you:cool:
 
  • #6
Bacterius said:
Dismiss the trivial case $\varphi{(2)} = 1$. Now consider two cases:

1. $n > 2$ is a power of two - what does its totient look like?

2. $n > 2$ is not a power of two (and hence, has at least one odd prime factor). The totient function is multiplicative - what does this imply?

Hint for the second part: if $p$ is an odd prime, then $\varphi{(p)} = p - 1$ which is even.

Another approach:

If $n>2$ , then the elements in $\{1,\ldots,n\}$ which are coprime to $n$ come in pairs of distincts elements $\{x,n-x\}$ where $x \leq n / 2$ and $x$ is coprime to $n$. This follows from the fact that $x$ is coprime to $n$ if and only if so is $n-x$.

Note that $x \leq n-x$ and so we don't repeat pairs. The case $x=n-x$ (in which the supposed pair would have only one element) can't happen since else $2x = n$ and so $x=1$ since $x$ was coprime to $n$, implying $n=2$, which we know is not the case.
 
  • #7
Bacterius said:
Such $x$ and $y$ do not exist.

Erm... either x or y must be 1, so they do exist?
Both leading to a unambiguous "yes" as you explained?
 
  • #8
I like Serena said:
Erm... either x or y must be 1, so they do exist?
Both leading to a unambiguous "yes" as you explained?

Sorry, your reply notification must have fallen between the cracks.. I am ignoring the trivial case of $x = 1$ or $y = 1$ here. It is not particularly interesting since the conclusion that $\gcd{(a, b)} = 1$ (or $2$) trivially follows.

What I meant is that because the initial assumption that there exists such a (non-trivial) $(a, b)$ pair is incorrect, then the implication that $\gcd{(a, b)} = 1$ is logically true (but not in a useful way). This is the same as saying "if I am a girl, then I have a million dollars" is tautologically true, because I am not a girl, yet it doesn't say anything useful about how much money I have, since the statement does not apply.

See the implication truth table:

$$\begin{array}{|c|c|c|}
\hline \\
P & Q & P \implies Q \\
\hline \\
T & T & T \\
T & F & F \\
F & T & T \\
F & F & T \\
\hline
\end{array}$$

And so $\neg P \implies (P \implies Q)$. In other words, the following is actually true:

$$\exists a > 2, b > 2 ~ \text{st} ~ \gcd{(\varphi{(a)}, \varphi{(b)})} = 1 ~ ~ \implies ~ ~ \gcd{(a, b)} = 1$$

It wasn't really meant to be taken seriously. For all intents and purposes the real answer is "it doesn't matter because the statement can never apply except in the trivial case that $x = 1$ or $y = 1$."​
 
  • #9
Sorry for being difficult about this, but it seems to me that you're not supposed to choose to ignore a solution, just because you consider it a trivial one.

Anyway, how do you know you're not a girl? Do you have proof? ;)
 

FAQ: Can Two Numbers with Co-Prime Totients Always Be Found?

What is Euler's Totient function?

Euler's Totient function, also known as Euler's phi function, is a mathematical function that counts the number of positive integers less than or equal to a given integer that are relatively prime to it. In other words, it calculates the number of numbers that share no common factors with the given integer.

What is the formula for calculating Euler's Totient function?

The formula for calculating Euler's Totient function is Φ(n) = n * (1-1/p1) * (1-1/p2) * ... * (1-1/pk), where n is the given integer and p1, p2, ..., pk are the distinct prime factors of n.

What is the significance of Euler's Totient function?

Euler's Totient function has many applications in number theory and cryptography. It is used to solve problems related to modular arithmetic, to calculate the order of elements in a group, and to generate relatively prime numbers. In cryptography, it is used to calculate the totient of large numbers, which is an important step in the RSA encryption algorithm.

What is the relationship between Euler's Totient function and prime numbers?

There is a direct relationship between Euler's Totient function and prime numbers. For a prime number p, Φ(p) = p-1, as all numbers less than p are relatively prime to it. This relationship is also used in the calculation of Euler's Totient function for composite numbers, as shown in the formula in the previous answer.

Can Euler's Totient function be extended to complex numbers?

Yes, Euler's Totient function can be extended to complex numbers. This is known as the Dirichlet's function, which is a generalization of the Euler's Totient function for complex numbers. It is defined as Φ(z) = z * Π (1-1/ps), where z is a complex number and ps are the distinct prime factors of z. However, this extension is not as widely studied as the integer version of Euler's Totient function.

Similar threads

Back
Top