Fermat’s Little theorem states that if gcd(a,n)=1 then aψ(n)≡1(modn) The way we will use here to prove prove if a2(p−1)=1(mod3p) then gcd(3p,a)>1 is prove by contradiction. Let a2(p−1)≡1(mod3p) and gcd(3p,a)=1 As gcd(3p,a)=1 then by Fermat’s Little theorem aψ(3p)≡1(mod3p)⇒ai(3)ψ(p)≡1(mod3p)⇒a2(p−1)≡1(mod3p) a contradiction to a2(p−1)≡1(mod3p) Hence g cd(3p,a)>1
Comments