11: Difference between revisions
Line 52: | Line 52: | ||
| 10 || -1 || 5 || No || [[quadratic nonresidue]] | | 10 || -1 || 5 || No || [[quadratic nonresidue]] | ||
|} | |} | ||
===Primitive roots=== | |||
The ''number'' of primitive roots equals the number of generators of the additive group of integers mod 10, which is the [[Euler totient function]] of 10, which is 4. Given any primitive root <math>a</math>, the primitive roots are those whose discrete log to base <math>a</math> is relatively prime to 10, In other words, they are the numbers <math>a,a^3,a^7,a^9</math>. The explicit list of primitive roots is 2,6,7,8. | |||
We note the following: | |||
* The fact that 2 is a primitive root can be deduced from the fact that [[safe prime has plus or minus two as a primitive root]], along with the fact that [[11]] is a [[safe prime]] that is congruent to 3 mod 8. | |||
===Quadratic residues and nonresidues=== | |||
Of the ten congruence classes of invertible elements mod 11, five give quadratic residues and five give quadratic nonresidues. In terms of discrete logarithms, the quadratic residues correspond to even values and the quadratic nonresidues correspond to odd values of the logarithm. Explicitly, if <math>a</math> is a primitive root, the quadratic residues are <math>1,a^2,a^4,a^6,a^8</math> and the nonresidues are <math>a,a^3,a^5,a^7,a^9</math>. | |||
Alternatively, the quadratic residues can be computed by taking the squares of the first five natural numbers and reducing them mod 11. | |||
Explicitly, the quadratic residues are 1,3,4,5,9 and the quadratic nonresidues are 2,6,7,8,10. | |||
Note that in this case, all the quadratic nonresidues other than 10 (which is -1 mod 11) are primitive roots. This follows from the fact that [[quadratic nonresidue that is not minus one is primitive root for safe prime]]. |
Revision as of 22:46, 2 January 2012
This article is about a particular natural number.|View all articles on particular natural numbers
Summary
Factorization
The number 11 is a prime number.
Properties and families
Property or family | Parameter values | First few numbers | Proof of satisfaction/containment/membership |
---|---|---|---|
prime number | fifth prime number | 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97, [SHOW MORE]View list on OEIS | divide and check |
safe prime (prime that is of the form for other prime ) | third safe prime | 5, 7, 11, 23, 47, 59, 83, 107, 167, [SHOW MORE]View list on OEIS | |
Sophie Germain prime (prime such that is prime) | fourth Sophie Germain prime | 2, 3, 5, 11, 23, 29, 41, 53, 83, 89, [SHOW MORE]View list on OEIS | |
regular prime | fourth regular prime | 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 41, 43, 47, 53, 61, [SHOW MORE]View list on OEIS |
Structure of integers mod 11
Discrete logarithm
Template:Discrete log facts to check against
2 is a primitive root mod 11, so we can take it as the base of the discrete logarithm. We thus get an explicit bijection from the additive group of integers mod 10 to the multiplicative group of nonzero congruence classes mod 11, given by . The inverse of that mapping is the discrete logarithm, i.e., the discrete logarithm of is means :
Congruence class mod 11 (written as smallest positive integer) | Congruence class mod 11 (written as smallest magnitude integer) | Discrete logarithm to base 2, written as integer mod 10 | Is it a primitive root mod 11 (if and only if the discrete log is relatively prime to 10)? | Is it s quadratic residue or nonresidue mod 11 (residue if discrete log is even, nonresidue if odd) |
---|---|---|---|---|
1 | 1 | 0 | No | quadratic residue |
2 | 2 | 1 | Yes | quadratic nonresidue |
3 | 3 | 8 | No | quadratic residue |
4 | 4 | 2 | No | quadratic residue |
5 | 5 | 4 | No | quadratic residue |
6 | -5 | 9 | Yes | quadratic nonresidue |
7 | -4 | 7 | Yes | quadratic nonresidue |
8 | -3 | 3 | Yes | quadratic nonresidue |
9 | -2 | 6 | No | quadratic residue |
10 | -1 | 5 | No | quadratic nonresidue |
Primitive roots
The number of primitive roots equals the number of generators of the additive group of integers mod 10, which is the Euler totient function of 10, which is 4. Given any primitive root , the primitive roots are those whose discrete log to base is relatively prime to 10, In other words, they are the numbers . The explicit list of primitive roots is 2,6,7,8.
We note the following:
- The fact that 2 is a primitive root can be deduced from the fact that safe prime has plus or minus two as a primitive root, along with the fact that 11 is a safe prime that is congruent to 3 mod 8.
Quadratic residues and nonresidues
Of the ten congruence classes of invertible elements mod 11, five give quadratic residues and five give quadratic nonresidues. In terms of discrete logarithms, the quadratic residues correspond to even values and the quadratic nonresidues correspond to odd values of the logarithm. Explicitly, if is a primitive root, the quadratic residues are and the nonresidues are .
Alternatively, the quadratic residues can be computed by taking the squares of the first five natural numbers and reducing them mod 11.
Explicitly, the quadratic residues are 1,3,4,5,9 and the quadratic nonresidues are 2,6,7,8,10.
Note that in this case, all the quadratic nonresidues other than 10 (which is -1 mod 11) are primitive roots. This follows from the fact that quadratic nonresidue that is not minus one is primitive root for safe prime.