recategorized
2,370 views
2 2 votes

Consider the following statements:

$S_1$: For any integer $n>1, \: a^{\phi(n)} \equiv 1(mod \: n)$ for all $a \in Z_n^*$ , where $\phi(n)$ is Euler’s phi function.

$S_2$: If $p$ is prime, then $a^p \equiv 1(mod \: p)$ for all $a \in Z_p^*$.

Which one of the following is/are correct?

  1. Only $S_1$
  2. Only $S_2$
  3. Both $S_1$ and $S_2$
  4. Neither $S_1$ nor $S_2$

1 Answer

1 1 vote

Euler’s Theorem

If $m$ is a positive integer and $a$ is an integer such that $(a,m)=1$ then

$a^{ϕ(m)}≡1(mod m)$ where $ϕ(m)$ Euler's totient function

Note  for example $2^{ϕ(9)}=2^{6}=64≡1(mod 9)$.

So statement 1 is  Euler’s Theorem so s1 is coreect.

 

Fermat's little theorem

 states that if $ p $ is a prime number, then for any intezer.  $a$, the number $a^{p}-a$ is an integer multiple of $ p$. In the notation of modular arithmetic, this is expressed as

For example, if $ a = 2$ and $p = 7$, then $2^{7} = 128$, and  $128 − 2 = 126 = 7 × 18$ is an integer multiple of $ 7$.

So statement 2 is not Fermat's little theorem S2 is false 

Option A

 

 

Answer:
Position:
Show:

Related questions

2 2 votes
1 1 answer
3.4k
3.4k views
Arjun asked Jul 2, 2019
3,408 views
Consider the Euler’s phi function given by$$\phi(n) = n \underset{p/n}{\Pi } \bigg( 1 – \frac{1}{p} \bigg)$$where $p$ runs over all the primes dividing $n$. What is the v...
10 10 votes
3 answers 3 answers
9.5k
9.5k views
Arjun asked Jul 2, 2019
9,453 views
Consider the poset $( \{3,5,9,15,24,45 \}, \mid).$Which of the following is correct for the given poset ?There exist a greatest element and a least elementThere exist a ...
2 2 votes
2 2 answers
6.9k
6.9k views
Arjun asked Jul 2, 2019
6,888 views
Find the zero-one matrix of the transitive closure of the relation given by the matrix $A$ :$$A =\begin{bmatrix} 1 & 0& 1\\ 0 & 1 & 0\\ 1& 1& 0 \end{bmatrix}$$$\begin{bma...
3 3 votes
1 1 answer
1.8k
1.8k views
Arjun asked Jul 2, 2019
1,805 views
How many different Boolean functions of degree $n$ are the$2^{2^n}$$(2^2)^n$$2^{2^n} -1$$2^n$