Phi-Pi-Po-Pum

For any positive integer n , n, the Euler's totient function ϕ ( n ) \phi(n) is defined as the number of integers from 1 1 to n n that are coprime to n . n. We will call a positive integer m m infinitely Euler, if there exists an infinite sequence of positive integers m 1 , m 2 , m 3 , . . . m_1,m_2,m_3,... , such that m 1 = m m_1=m and m i = ϕ ( m i + 1 ) m_i=\phi(m_{i+1}) for all i 1. i\geq 1. How many positive integers less than 1000 1000 are infinitely Euler?


The answer is 34.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

4 solutions

C Lim
Oct 7, 2013

First, any power of 2 is infinitely Euler since ϕ ( 2 k + 1 ) = 2 k \phi(2^{k+1}) = 2^k . Next, if j , k > 0 j, k > 0 , then m = 2 j 3 k m = 2^j 3^k is infinitely Euler since ϕ ( 2 j 3 k + 1 ) = m \phi(2^j 3^{k+1}) = m .

We wish to prove that these are the only infinitely Euler numbers.

Let ν ( m ) \nu(m) denote the largest k k for which 2 k 2^k divides m m (e.g. ν ( 200 ) = 3 \nu(200) = 3 ). Note that ν ( m m ) = ν ( m ) + ν ( m ) \nu(mm') = \nu(m) + \nu(m') . The following result is critical.

-

Claim : For any positive integer m m which is not a power of 2, we have ν ( ϕ ( m ) ) ν ( m ) \nu(\phi(m)) \ge \nu(m) ; equality holds if and only if m = 2 k p j m = 2^k p^j for some prime p 3 ( m o d 4 ) p \equiv 3\pmod 4 and j , k > 0 j,k>0 .

Proof : Write m = 2 k n m = 2^k n where n > 1 n>1 is odd, so that ϕ ( m ) = ϕ ( 2 k ) ϕ ( n ) \phi(m) = \phi(2^k)\phi(n) and thus:

ν ( ϕ ( m ) ) ν ( m ) = [ ν ( ϕ ( 2 k ) ) ν ( 2 k ) ] + [ ν ( ϕ ( n ) ) ν ( n ) ] \nu(\phi(m)) - \nu(m) = [\nu(\phi(2^k)) - \nu(2^k)] + [\nu(\phi(n)) - \nu(n)]

Now the first summand on RHS is either 0 or -1 (it's -1 if and only if k > 0 k>0 ). The second summand equals ν ( ϕ ( n ) ) \nu(\phi(n) ) which is always positive since n > 1 n > 1 . This proves the first statement. If equality holds, then the first summand must be -1, so k > 0 k>0 , and the second summand satisfy ν ( ϕ ( n ) ) = 1 \nu(\phi(n)) = 1 .

Recall that if n = i p i a i n = \prod_i p_i^{a_i} is the prime factorisation of n n , then ϕ ( n ) = i ( p i 1 ) p i a i 1 \phi(n) = \prod_i (p_i-1)p_i^{a_i-1} . Hence, ν ( ϕ ( n ) ) = 1 \nu(\phi(n)) = 1 if and only if there's only one prime factor p i p_i and p i 1 p_i -1 only contributes a single factor of 2 to the product, i.e. n = p j n = p^j where p 3 ( m o d 4 ) p \equiv 3 \pmod 4 . (QED)

-

Now suppose m m is infinitely Euler, where m m is not a power of 2, and m 1 , m 2 , m 3 , m_1, m_2, m_3,\ldots are such that:

  • m 1 = m , m i = ϕ ( m i + 1 ) m_1 = m, \ m_i = \phi(m_{i+1}) for all i 1 i \ge 1 .

Since m 1 m_1 is not a power of 2, neither is any m i m_i . Hence, by the above claim, ν ( m i ) \nu(m_i) is a (non-strictly) decreasing sequence so it must be eventually constant:

ν ( m N ) = ν ( m N + 1 ) = ν ( m N + 2 ) = = k \nu(m_N) = \nu(m_{N+1}) = \nu(m_{N+2}) = \ldots = k

for some N N . By the claim, it follows that m N + 1 , m N + 2 , m_{N+1}, m_{N+2}, \ldots are all of the form 2 k p j 2^k p^j , for some odd prime p 3 ( m o d 4 ) p\equiv 3 \pmod 4 . But

ϕ ( 2 k p j ) = 2 k p 1 2 p j 1 \phi(2^k p^j) = 2^k \frac{p-1} 2 p^{j-1}

so if p > 3 p > 3 then p 1 2 \frac {p-1} 2 is an odd number > 1. This means ϕ ( 2 k p j ) \phi(2^k p^j) cannot be of the form 2 k p j 2^k p^j except when j = 1 j=1 . Thus, m N + 2 , m N + 3 , m_{N+2}, m_{N+3}, \ldots are all of the form 2 k p 2^k p where p 3 ( m o d 4 ) p\equiv 3\pmod 4 . Writing m i = 2 k p i m_i = 2^k p_i , we must have p i + 1 = 2 p i + 1 p_{i+1} = 2p_i + 1 . However, clearly p i p_i cannot be all prime since:

  • p i 1 ( m o d 3 ) 3 p i + 1 p_i \equiv 1 \pmod 3\implies 3|p_{i+1} and p i + 1 > 3 p_{i+1}>3 , and
  • p i 2 ( m o d 3 ) 3 p i + 2 p_i \equiv 2 \pmod 3\implies 3|p_{i+2} and p i + 2 > 3 p_{i+2}>3 .

-

Conclusion

Hence, the infinitely Euler numbers less than 1000 are:

  • 2 0 , 2 1 , , 2 9 2^0, 2^1, \ldots, 2^9 : 10 numbers;
  • 3 × 2 , 3 × 2 2 , , 3 × 2 8 3\times 2, 3\times 2^2, \ldots, 3\times 2^8 : 8 numbers;
  • 3 2 × 2 , , 3 2 × 2 6 3^2\times 2, \ldots, 3^2\times 2^6 : 6 numbers;
  • 3 3 × 2 , , 3 3 × 2 5 3^3\times 2, \ldots, 3^3\times 2^5 : 5 numbers;
  • 3 4 × 2 , , 3 4 × 2 3 3^4\times 2, \ldots, 3^4\times 2^3 : 3 numbers;
  • 3 5 × 2 , 3 5 × 2 2 3^5\times 2, 3^5\times 2^2 : 2 numbers.

And the answer is 34 \fbox{34} .

Moderator note:

Perfect!

Hi C L. My solution is mostly the same as yours, except at the end ... your proof that the p i p_i cannot all be prime is a lot shorter than my proof of it. That would be great of course, except that I believe you are mistaken in saying that 3 p i + 2 3|p_{i+2} if p i 2 m o d 3 p_i \equiv 2 \mod 3 . Would you agree?

Peter Byers - 7 years, 8 months ago

Log in to reply

P.S. Here's my method for that part: if the sequence is

p , 2 p + 1 , 4 p + 3 , . . . , 2 k ( p + 1 ) 1 , . . . p, 2p+1, 4p+3, ... , 2^k(p+1)-1 , ...

(where p = p N + 2 p=p_{N+2} is an odd prime) then 2 p 1 ( p + 1 ) 1 2^{p-1}(p+1)-1 is divisible by p p and therefore not prime.

Peter Byers - 7 years, 8 months ago

Agreed. Can't believe I made this error.

C Lim - 7 years, 8 months ago
Mark Hennings
Oct 8, 2013

Since φ ( 2 a ) = 2 a 1 \varphi(2^a) \,=\, 2^{a-1} for any integer a 1 a \ge 1 , we deduce that 2 a 2^a is infinitely Euler for any integer a 0 a \ge 0 , since we can set m j = 2 a + j 1 j 1 . m_j \; = \; 2^{a+j-1} \qquad \qquad j \ge 1 \;. Since φ ( 2 a 3 b ) = 2 a 3 b 1 \varphi(2^a3^b) \,=\, 2^a3^{b-1} for any integers a , b 1 a,b \ge 1 , we deduce that 2 a 3 b 2^a3^b is infinitely Euler for all integers a , b 1 a,b \ge 1 , since we can set m j = 2 a 3 b + j 1 j 1 . m_j \; = \; 2^a 3^{b+j-1} \qquad \qquad j \ge 1 \;. I claim that all infinitely Euler numbers are of one of these two forms. Suppose instead that m m is infinitely Euler, but that m m is not of one of these two types. We can find integers m j m_j for all j 1 j\ge 1 such that m 1 = m m_1=m and m j = φ ( m j + 1 ) m_j \,=\, \varphi(m_{j+1}) for all j 1 j\ge 1 . If any of the integers m j m_j (which must themselves be infinitely Euler) were of either of the two types, then so would m m be, so we deduce that none of the integers m j m_j are of either of the two types. Note that m j m_j is even for all j 1 j \ge1 . Let a j 1 a_j \ge 1 be the index of 2 2 in m j m_j , so that m j = 2 a j μ j m_j \,=\, 2^{a_j}\mu_j for all j 1 j \ge 1 , where a j 1 a_j \ge 1 and μ j 3 \mu_j \ge 3 is odd, but not equal to a power of 3 3 . Then we deduce that 2 a j μ j = m j = φ ( m j + 1 ) = 2 a j + 1 1 φ ( μ j + 1 ) 2^{a_j}\mu_j \; = \; m_j \; = \; \varphi(m_{j+1}) \; = \; 2^{a_{j+1}-1}\varphi(\mu_{j+1}) Since φ ( μ j + 1 ) \varphi(\mu_{j+1}) is even, we deduce that a j a j + 1 a_j \ge a_{j+1} for all j 1 j \ge 1 .

Thus ( a j ) j \big(a_j\big)_j is a decreasing sequence of positive integers, and hence there must exist some J 1 J \ge 1 such that a j = a J a_j \,=\, a_J for all j J j \ge J . This implies that φ ( μ j + 1 ) = 2 μ j \varphi(\mu_{j+1}) \,=\, 2\mu_j for all j J j \ge J . For any j J + 1 j \ge J+1 , φ ( μ j ) \varphi(\mu_j) has just one factor of 2 2 , and so μ j \mu_j must be a power p j x j p_j^{x_j} of a single odd prime p j p_j , where p j 3 p_j \equiv 3 modulo 4 4 . Since μ j \mu_j is not a power of 3 3 , we deduce that p j > 3 p_j > 3 , and hence p j 7 p_j \ge 7 . Now 2 p j x j = 2 μ j = φ ( μ j + 1 ) = p j + 1 x j + 1 1 ( p j + 1 1 ) j J + 1 2p_j^{x_j} \; = \; 2\mu_j \; = \; \varphi(\mu_{j+1}) \; = \; p_{j+1}^{x_{j+1}-1}(p_{j+1}-1) \qquad j \ge J+1 Now 1 2 ( p j + 1 1 ) \tfrac12(p_{j+1}-1) is odd and at least 3 3 , and so has a prime factor which must be distinct from p j + 1 p_{j+1} . Since 2 p j x j 2p_j^{x_j} has exactly one odd prime factor, we deduce that x j + 1 = 1 x_{j+1} = 1 for all j J + 1 j \ge J+1 , and that p j + 1 = 1 + 2 p j x j p_{j+1} \,=\, 1 + 2p_j^{x_j} for all j J + 1 j \ge J+1 . Hence we deduce that p j + 1 = 1 + 2 p j p_{j+1} \,=\,1 + 2p_j for all j J + 2 j \ge J+2 . Thus we deduce that p J + 2 + k = 2 k ( p J + 2 + 1 ) 1 p_{J+2+k} = 2^k(p_{J+2} + 1) - 1 for all k 0 k \ge 0 . But if k 1 k \ge 1 is such that 2 k 1 2^k \equiv 1 modulo p J + 2 p_{J+2} , we deduce that p J + 2 p_{J+2} divides p J + k + 2 p_{J+k+2} . But p J + k + 2 p_{J+k+2} is clearly bigger than p J + 2 p_{J+2} . We have reached a contradiction, and hence there are no infinitely Euler numbers except those of the two types given above.

There are 34 34 numbers of these two forms between 1 1 and 1000 1000 , namely 1 2 4 8 16 32 64 128 256 512 6 12 24 48 96 192 384 768 18 36 72 144 288 576 54 108 216 432 864 162 324 648 486 972 \begin{array}{cccccccccc} 1 & 2 & 4 & 8 & 16 & 32 & 64 & 128 & 256 & 512 \\ 6 & 12 & 24 & 48 & 96 & 192 & 384 & 768 & 18 & 36 \\ 72 & 144 & 288 & 576 & 54 & 108 & 216 & 432 & 864 & 162 \\ 324 & 648 & 486 & 972 \end{array}

Moderator note:

Perfect!

The first number on the second row should be 6. :)

C Lim - 7 years, 8 months ago

Log in to reply

True!

Mark Hennings - 7 years, 8 months ago

Updated. Thanks!

Calvin Lin Staff - 7 years, 8 months ago
Matt McNabb
Oct 13, 2013

The rules for the totient function are: ϕ ( m n ) = ϕ ( m ) ϕ ( n ) for m,n coprime ϕ ( p a ) = p a 1 ( p 1 ) for p prime, a > 0 \begin{aligned}\phi(mn) &= \phi(m) \phi(n) \mbox{ for m,n coprime} \\ \phi(p^a) &= p^{a-1}(p-1) \mbox{ for p prime, }a \gt 0 \end{aligned}

From this we get: ϕ ( 2 a ) = 2 a 1 , for a 0 \phi(2^a) = 2^{a-1}, \mbox{ for }a \ge 0 therefore 2 a 2^a is infinitely Euler. Also,

ϕ ( 2 a 3 b ) = 2 a 3 b 1 , for a 0 , b 1 \phi(2^a3^b) = 2^a3^{b-1}, \mbox{ for }a \ge 0, b \ge 1 therefore 2 a 3 b 2^a3^b is infinitely Euler.

Other numbers must include a power of a higher prime. For example consider m 1 = 2 a 5 m_1 = 2^a5 In order for ϕ ( x ) \phi(x) to contain a factor of 5 5 , we see from the rules given above that x x must contain a factor of 5 2 5^2 . However, if m 2 = 2 a 5 b n m_2 = 2^a5^bn for some n n coprime to 2 , 5 2,5 , then ϕ ( m 2 ) = 2 a + 1 5 b 1 ϕ ( n ) \phi(m_2) = 2^{a+1}5^{b-1} \phi(n) So m 1 m_1 has more factors of 2 2 than m 2 m_2 . By induction then, m 1 m_1 cannot be infinitely Euler as eventually we must run out of factors of 2 2 , but 2 ϕ ( n ) 2 \vert \phi(n) for all n > 1 n > 1 .

Similarly, if m 1 m_1 contains a factor of 7 b 7^b then m 2 m_2 must contain a factor of 7 b + 1 7^{b+1} . But ϕ ( 7 b + 1 ) = 2 3 7 b \phi(7^{b+1}) = 2\cdot3\cdot 7^b . By similar reasoning to the previous case, m 1 m_1 must have a greater number of factors of 2 2 and 3 3 combined than m 2 m_2 does, so it cannot be infinitely Euler.

All odd primes greater than 3 3 must have p 1 p-1 being a product of at least two smaller primes, so the same reasoning as the above cases applies. The multiplicative rule lets us break down more complicated cases into supersets of the above cases. So there are actually no more infinitely Euler numbers.

Enumerating the cases given above: 1 2 , 6 , 18 , 54 , 162 , 486 4 , 12 , 36 , 108 , 324 , 972 8 , 24 , 72 , 216 , 648 16 , 48 , 144 , 432 32 , 96 , 288 , 864 64 , 192 , 576 128 , 384 256 , 768 512 1\\ 2, 6, 18, 54, 162, 486 \\ 4, 12, 36, 108, 324, 972 \\ 8, 24, 72, 216, 648 \\ 16, 48, 144, 432 \\ 32, 96, 288, 864 \\ 64, 192, 576 \\ 128, 384 \\ 256, 768 \\ 512 for a total of 34 \boxed{34} .

I think my solution is the same as C L's but less formal.

Matt McNabb - 7 years, 8 months ago

For an integer n = p 1 a 1 p 2 a 2 . . . p x a x n = p_1^{a_1} p_2^{a_2}...p_x^{a_x} , we define ϕ 1 ( n ) = n ( 1 1 p 1 ) ( 1 1 p 2 ) . . . ( 1 1 p x ) \phi^{-1} (n) = \frac{n}{(1-\frac{1}{p_1})(1-\frac{1}{p_2})...(1-\frac{1}{p_x})}

= p 1 a 1 + 1 p 2 a 2 + 1 . . . p x a x + 1 ( p 1 1 ) ( p 2 1 ) . . . ( p x 1 ) = \frac{p_1^{a_1+1} p_2^{a_2+1}...p_x^{a_x+1}}{(p_1-1)(p_2-1)...(p_x-1)}

For this to be an integer, the denominator must divide numerator. Also note that primes contained in denominator are also contained in the numerator, since all of them are p i < p x p_i<p_x .

So we may write : ϕ 1 ( n ) = p 1 a 1 r 1 + 1 p 2 a 2 r 2 + 1 . . . p x a x r x + 1 \phi^{-1} (n) =p_1^{a_1-r_1+1} p_2^{a_2-r_2+1}...p_x^{a_x-r_x+1} for some r i 0 r_i \geq 0 . Following 3 conclusions are important:

  • No prime powers (except those of 2) are infinitely Euler. Obvious since ϕ 1 ( p α ) = p α + 1 p 1 \phi^{-1}(p^{\alpha}) = \frac{p^{\alpha+1}}{p-1} but p p & ( p 1 ) (p-1) are coprime.

  • p 1 = 2 p_1 = 2 . (Consider not, then the numerator is odd, & denominator even, contradiction.)

  • r 1 1 r_1 \leq 1 . Suppose r 1 > 1 r_1 > 1 , then power of 2 decreases at each step of using ϕ 1 \phi^{-1} & at some stage it would become 0,then no more m i + 1 m_{i+1} can be obtained, contradicting the infinite sequence condition. In more rigorous words, if r 1 > 1 r_1 > 1 , then a 1 a_1 of m i < a 1 {m_i} < a_1 of m i + 1 m_{i+1} but this sequence is non-negative & cannot decrease indefinitely.

Now r 1 = 0 n r_1 = 0 \Rightarrow n is a power of 2 2 , yielding cases: m = 2 0 , 2 1 , . . . , 2 9 m = 2^0,2^1,...,2^9 ie 10 cases.

Again r 1 = 1 r_1 = 1 \Rightarrow there is/are another prime/s p k p_k whose ( p 1 ) (p-1) contains 2 1 2^1 . There can be atmost 1 such more prime since if there are 2 primes,their ( p k 1 ) (p_k-1) contains more than just 2 1 2^1 . Also the other prime must be 3 3 , as only ( 3 1 ) (3-1) contains 2 1 2^1 . So these m m are of form 2 i 3 j 2^i 3^j [ i , j 1 i,j \geq 1 ] which are 24 in number < 1000 <1000 .

Thus there are total 34 infinitely Euler numbers. (Exotic problem!)

It's a bit misleading to "define" a function φ 1 \varphi^{-1} , since φ \varphi is not invertible ( φ ( 2 n ) = φ ( n ) \varphi(2n) = \varphi(n) for any odd n n ).

Mark Hennings - 7 years, 8 months ago

Log in to reply

I believe a more concrete definition of ϕ 1 ( n ) \phi^{-1}(n) would be the set of all k N k \in \mathbb{N} satisfying ϕ ( k ) = n \phi (k)= n . But I still disagree with certain claims this solution uses. It assumes that there exists exactly 1 1 integer k k with ϕ ( k ) = n \phi (k)= n . That is not true: the number of such integers will be 0 0 if n > 1 n>1 and n 1 ( m o d 2 ) n \equiv 1 \pmod{2} . Also as you pointed out, if k 1 ( m o d 2 ) k \equiv 1 \pmod{2} , gcd ( k , 2 ) = 1 ϕ ( 2 k ) = ϕ ( 2 ) ϕ ( k ) = ϕ ( k ) \gcd (k,2)= 1 \implies \phi (2k) = \phi(2) \phi(k) = \phi(k) , so there clearly exists more than 1 1 integer satisfying ϕ ( k ) = n \phi (k)=n . And there might also exist more than 1 1 odd integer k k with ϕ ( k ) = n \phi(k)= n . Example: ϕ ( 7 ) = ϕ ( 9 ) = ϕ ( 14 ) = ϕ ( 18 ) = 6 \phi (7) = \phi (9) = \phi (14) = \phi (18) = 6 so ϕ 1 ( 6 ) = { 7 , 9 , 14 , 18 } \phi^{-1} (6) = \{7, 9, 14, 18 \} , whereas according to the author's definition ϕ 1 ( 6 ) \phi^{-1} (6) should be 18 18 .

Sreejato Bhattacharya - 7 years, 8 months ago

Log in to reply

There is always a function f f (and in general, more than one) from R a n ( φ ) \mathrm{Ran}(\varphi) to N \mathbb{N} such that φ ( f ( n ) ) = n \varphi(f(n)) = n for all n R a n ( φ ) n \in \mathrm{Ran}(\varphi) - just choose f ( n ) f(n) to be any element of the preimage φ 1 { n } = { m φ ( m ) = n } \varphi^{-1}\{n\} = \{m | \varphi(m)=n\} . This is just saying that φ \varphi is surjective onto its range. Calling the function φ 1 \varphi^{-1} instead of f f raises expectations, so calling it f f would be better.

The real problem is that I don't think that the function f f has been explicitly defined, even when restricted to the correct domain. There is discussion of the sort of shape that f ( n ) f(n) must have, but no explicit definition (for example) of the values of the indices r 1 , r 2 , . . . , r x r_1,r_2,...,r_x .

Ultimately, Paramjit's arguments are not wrong - they are investigating the prime factors that occur in infinitely Euler numbers - but it needs to be more clearly expressed. Rather than writing down a function (or trying to) an argument written in the form "since m j = φ ( m j + 1 ) m_j = \varphi(m_{j+1}) , the prime factorisations of m j m_j and m j + 1 m_{j+1} must be related as follows" would work.

Mark Hennings - 7 years, 8 months ago

Log in to reply

@Mark Hennings I initially got confused when seeing this solution. Doesn't it assume the function ϕ ( n ) \phi (n) to be invertible (which is clearly false, a simple counterexample being what I posted in my previous comment)? Anyways, thanks for your clarification, and indeed I believe this solution might be made correct if it justified the domain of ϕ 1 \phi^{-1} more rigorously. :)

Sreejato Bhattacharya - 7 years, 8 months ago

@Mark Hennings { r i } 1 \{r_i\} \geq 1 are indices. Did I miss something? (Wasn't this implied?) Thanks for your suggestion (& the definition), so how shall I improve the current idea of function? Just suggest sir, what should have been added.

A Brilliant Member - 7 years, 8 months ago

Where does the solution assume uniqueness of the solution of ϕ 1 ( n ) \phi^{-1}(n) ? I am just enumerating the cases, which would lead to an infinitely long Euler sequence, the rest cases need not be highlighted. As I already mentioned, I did not use an inverse,read above.

A Brilliant Member - 7 years, 8 months ago

Log in to reply

@A Brilliant Member I made this comment before Mark H.'s clarification, so I got confused when you defined ϕ 1 \phi^{-1} . I believe your arguments make much more sense now, thanks to the clarification.

Sreejato Bhattacharya - 7 years, 7 months ago

No, I am not using an inverse, I am using a new function & naming it ϕ 1 \phi^{-1} abiding only the property ϕ 1 ( ϕ ( n ) ) = n \phi^{-1}(\phi(n))=n . I don't need it to be bijective(or even a relation would do,whose mapping is regulated by the property), my definition's property is the only thing I need here. Since all m i m_i are well regulated, we will consider only terms which lead to valid sequences, strictly following, ϕ 1 ( m i ) = m i + 1 \phi^{-1}(m_i) =m_{i+1} . [Note that I could name the function f ( x ) f(x) as well,but here this name suits this problem better]

A Brilliant Member - 7 years, 8 months ago

Log in to reply

Well, actually you want to use φ ( φ 1 ( n ) ) = n \varphi(\varphi^{-1}(n))=n . What is the domain of your function φ 1 \varphi^{-1} ? It is not the whole of N \mathbb{N} .

Mark Hennings - 7 years, 8 months ago

Log in to reply

Why can't it's domain be the whole N \mathbb{N} ?

A Brilliant Member - 7 years, 8 months ago

Log in to reply

@A Brilliant Member There is no n n with φ ( n ) = 9 \varphi(n)=9 , so 9 9 cannot be in its domain.

Mark Hennings - 7 years, 8 months ago

Log in to reply

@Mark Hennings Why can't I let ϕ 1 ( n ) \phi^{-1}(n) to be fractional for values like n = 9 n=9 (in particular ϕ 1 ( 9 ) = 27 2 \phi^{-1}(9) = \frac{27}{2} though it is vague). I think here goes an appropriate definition.

We define a relation (since there may an argument that for every element in domain,we may have multiple elements in the range), say f f (to avoid unusual expectations) such that for any n n , it is defined as I have written in the first line. Clearly, I don't need to be bijective or integral. If it is integral, well & good, we have an integer k k such that ϕ ( k ) = n \phi(k)=n . Now our business is with this very value of k k . For all such good values, ϕ ( f ( n ) ) = n \phi(f(n))=n is true. Since the totient function ϕ \phi is defined exclusively for integers,this may not be extended upto cases like n = 9 n=9 . So maybe that doesn't go off from it's domain, however for such values the property ϕ ( f ( n ) ) = n \phi(f(n))=n doesn't hold.

A Brilliant Member - 7 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...