티스토리 뷰

mathe

Euler-Phi Function

게으른 the lazy 2025. 1. 6. 21:17

 

 

 

[Thm 1] For integers m, n, x, if m and n are coprime, then the followings are equivalent.

(a) gcd

(b) gcd(m,x)=1 and gcd(n,x)=1

(c) gcd(m,a)=1 and gcd(n,b)=1 where a and b are remainders of x divided by m and n, respectively.




[Def] Un:={xZ|0x<n,gcd(n,x)=1}




Given two coprime positive integers m, n, define a function

f:UmnUm×Unx(a,b)

where

x=q1m+a for some q1Z

x=q2n+b for some q2Z

Claim: f is bijective.


1) onto

Pick any (a,b) from Um×Un. Define

A:={a+qm|qZ}

B:={b+qn|qZ}

We have to find a nonnegative integer xAB which is smaller than mn. Because gcd(m,n)=1ms+nt=1 for some s,tZ. Then,

ms(ab)+nt(ab)=ab

Define an integer X as

X:=a+ms(ba)=b+nt(ab)

which is in AB. Now define x as the remainder of X divided by mn, i.e.,

X=q(mn)+x

for some qZ. Because the remainder of x divided by m is a, and the remainder of x divided by n is bx is in AB. By Thm 1, gcd(mn,x)=1.

 

2) 1-1

Let us assume x1,x2Umnx1x2, and f(x1)=f(x2)=(a,b). Then

x1=mq1+ax2=mq2+a

for some q1,q2Z. So m|x1x2. Similarly n|x1x2. Since m and n are coprime, mn|x1x2. It contradicts the fact that x1,x2Umn.

댓글