The set of the primitive roots modulo $p$, with $p$ a fermat prime
$begingroup$
"Let $p$ be a prime of the form $2^{2^{n}}+1$, with $n in mathbb{N} $ (This means $p$ is a Fermat prime)
Using Euler's Criterion, prove that the set of primitive roots mod $p$ is equal to the set of quadratic non-residues mod $p$.
Use this to show 7 is a primitive root mod $p$"
I'll work up to the point I am stuck:
Suppose $a$ is a primitive root of mod $p$
Then $ord_{p}(a)=p-1=2^{2^{k}}$
(This means $a^{2^{2^{k}}}equiv 1$ $text{mod}$ $p$)
Euler's Criterion tells us:
$left(frac{a}{p}right)equiv a^{frac{p-1}{2}}$ $text{mod}$ $p$
From our defintions:
$a^{frac{p-1}{2}}= a^{2^{2^{k}-1}} equiv a^{2^{-1}}$ $text{mod}$ $p$
Is correct so far? Where do i go from here? And is this a sufficient method to prove the sets are the same?
modular-arithmetic quadratic-residues primitive-roots
$endgroup$
add a comment |
$begingroup$
"Let $p$ be a prime of the form $2^{2^{n}}+1$, with $n in mathbb{N} $ (This means $p$ is a Fermat prime)
Using Euler's Criterion, prove that the set of primitive roots mod $p$ is equal to the set of quadratic non-residues mod $p$.
Use this to show 7 is a primitive root mod $p$"
I'll work up to the point I am stuck:
Suppose $a$ is a primitive root of mod $p$
Then $ord_{p}(a)=p-1=2^{2^{k}}$
(This means $a^{2^{2^{k}}}equiv 1$ $text{mod}$ $p$)
Euler's Criterion tells us:
$left(frac{a}{p}right)equiv a^{frac{p-1}{2}}$ $text{mod}$ $p$
From our defintions:
$a^{frac{p-1}{2}}= a^{2^{2^{k}-1}} equiv a^{2^{-1}}$ $text{mod}$ $p$
Is correct so far? Where do i go from here? And is this a sufficient method to prove the sets are the same?
modular-arithmetic quadratic-residues primitive-roots
$endgroup$
add a comment |
$begingroup$
"Let $p$ be a prime of the form $2^{2^{n}}+1$, with $n in mathbb{N} $ (This means $p$ is a Fermat prime)
Using Euler's Criterion, prove that the set of primitive roots mod $p$ is equal to the set of quadratic non-residues mod $p$.
Use this to show 7 is a primitive root mod $p$"
I'll work up to the point I am stuck:
Suppose $a$ is a primitive root of mod $p$
Then $ord_{p}(a)=p-1=2^{2^{k}}$
(This means $a^{2^{2^{k}}}equiv 1$ $text{mod}$ $p$)
Euler's Criterion tells us:
$left(frac{a}{p}right)equiv a^{frac{p-1}{2}}$ $text{mod}$ $p$
From our defintions:
$a^{frac{p-1}{2}}= a^{2^{2^{k}-1}} equiv a^{2^{-1}}$ $text{mod}$ $p$
Is correct so far? Where do i go from here? And is this a sufficient method to prove the sets are the same?
modular-arithmetic quadratic-residues primitive-roots
$endgroup$
"Let $p$ be a prime of the form $2^{2^{n}}+1$, with $n in mathbb{N} $ (This means $p$ is a Fermat prime)
Using Euler's Criterion, prove that the set of primitive roots mod $p$ is equal to the set of quadratic non-residues mod $p$.
Use this to show 7 is a primitive root mod $p$"
I'll work up to the point I am stuck:
Suppose $a$ is a primitive root of mod $p$
Then $ord_{p}(a)=p-1=2^{2^{k}}$
(This means $a^{2^{2^{k}}}equiv 1$ $text{mod}$ $p$)
Euler's Criterion tells us:
$left(frac{a}{p}right)equiv a^{frac{p-1}{2}}$ $text{mod}$ $p$
From our defintions:
$a^{frac{p-1}{2}}= a^{2^{2^{k}-1}} equiv a^{2^{-1}}$ $text{mod}$ $p$
Is correct so far? Where do i go from here? And is this a sufficient method to prove the sets are the same?
modular-arithmetic quadratic-residues primitive-roots
modular-arithmetic quadratic-residues primitive-roots
edited Dec 12 '18 at 5:24
user1101010
7991730
7991730
asked Dec 12 '18 at 4:44
DinoDino
836
836
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Use the criterion that $a$ is a primitive root modulo $p$ iff
$a^{(p-1)/q}notequiv1pmod p$ for all prime factors $q$ of $(p-1)$.
Here $p-1=2^{2^n}$ so the only relevant $q$ is $q=2$.
In your question you wrote $a^{2^{-1}}pmod p$. I don't know what you mean
by that.
$endgroup$
$begingroup$
Your idea makes complete sense! How would we then show that 7 is a primitive root mod p? By showing it's a quadratic non-residue? How do we do that?
$endgroup$
– Dino
Dec 12 '18 at 6:01
$begingroup$
@Dino By quadratic reciprocity?
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 6:46
$begingroup$
So that tells us $left(frac{7}{p}right) = left(frac{p}{7}right)$, so I need to know the value of $p$ mod $7$. I have no idea how to work out that? I think its the multiple powers that are throwing me off
$endgroup$
– Dino
Dec 12 '18 at 7:09
$begingroup$
You need to work out $2^m$ modulo $7$ for $m=2^n$. The sequence $(2^m)$ is periodic modulo $7$. @Dino
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 7:18
$begingroup$
I recognise it is 4,2,4,2..., but how do you show it without just brute forcing it? I can't pull out a multiple of 7 easily out of $2^{m}$
$endgroup$
– Dino
Dec 12 '18 at 7:37
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3036236%2fthe-set-of-the-primitive-roots-modulo-p-with-p-a-fermat-prime%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Use the criterion that $a$ is a primitive root modulo $p$ iff
$a^{(p-1)/q}notequiv1pmod p$ for all prime factors $q$ of $(p-1)$.
Here $p-1=2^{2^n}$ so the only relevant $q$ is $q=2$.
In your question you wrote $a^{2^{-1}}pmod p$. I don't know what you mean
by that.
$endgroup$
$begingroup$
Your idea makes complete sense! How would we then show that 7 is a primitive root mod p? By showing it's a quadratic non-residue? How do we do that?
$endgroup$
– Dino
Dec 12 '18 at 6:01
$begingroup$
@Dino By quadratic reciprocity?
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 6:46
$begingroup$
So that tells us $left(frac{7}{p}right) = left(frac{p}{7}right)$, so I need to know the value of $p$ mod $7$. I have no idea how to work out that? I think its the multiple powers that are throwing me off
$endgroup$
– Dino
Dec 12 '18 at 7:09
$begingroup$
You need to work out $2^m$ modulo $7$ for $m=2^n$. The sequence $(2^m)$ is periodic modulo $7$. @Dino
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 7:18
$begingroup$
I recognise it is 4,2,4,2..., but how do you show it without just brute forcing it? I can't pull out a multiple of 7 easily out of $2^{m}$
$endgroup$
– Dino
Dec 12 '18 at 7:37
add a comment |
$begingroup$
Use the criterion that $a$ is a primitive root modulo $p$ iff
$a^{(p-1)/q}notequiv1pmod p$ for all prime factors $q$ of $(p-1)$.
Here $p-1=2^{2^n}$ so the only relevant $q$ is $q=2$.
In your question you wrote $a^{2^{-1}}pmod p$. I don't know what you mean
by that.
$endgroup$
$begingroup$
Your idea makes complete sense! How would we then show that 7 is a primitive root mod p? By showing it's a quadratic non-residue? How do we do that?
$endgroup$
– Dino
Dec 12 '18 at 6:01
$begingroup$
@Dino By quadratic reciprocity?
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 6:46
$begingroup$
So that tells us $left(frac{7}{p}right) = left(frac{p}{7}right)$, so I need to know the value of $p$ mod $7$. I have no idea how to work out that? I think its the multiple powers that are throwing me off
$endgroup$
– Dino
Dec 12 '18 at 7:09
$begingroup$
You need to work out $2^m$ modulo $7$ for $m=2^n$. The sequence $(2^m)$ is periodic modulo $7$. @Dino
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 7:18
$begingroup$
I recognise it is 4,2,4,2..., but how do you show it without just brute forcing it? I can't pull out a multiple of 7 easily out of $2^{m}$
$endgroup$
– Dino
Dec 12 '18 at 7:37
add a comment |
$begingroup$
Use the criterion that $a$ is a primitive root modulo $p$ iff
$a^{(p-1)/q}notequiv1pmod p$ for all prime factors $q$ of $(p-1)$.
Here $p-1=2^{2^n}$ so the only relevant $q$ is $q=2$.
In your question you wrote $a^{2^{-1}}pmod p$. I don't know what you mean
by that.
$endgroup$
Use the criterion that $a$ is a primitive root modulo $p$ iff
$a^{(p-1)/q}notequiv1pmod p$ for all prime factors $q$ of $(p-1)$.
Here $p-1=2^{2^n}$ so the only relevant $q$ is $q=2$.
In your question you wrote $a^{2^{-1}}pmod p$. I don't know what you mean
by that.
answered Dec 12 '18 at 4:53
Lord Shark the UnknownLord Shark the Unknown
105k1160132
105k1160132
$begingroup$
Your idea makes complete sense! How would we then show that 7 is a primitive root mod p? By showing it's a quadratic non-residue? How do we do that?
$endgroup$
– Dino
Dec 12 '18 at 6:01
$begingroup$
@Dino By quadratic reciprocity?
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 6:46
$begingroup$
So that tells us $left(frac{7}{p}right) = left(frac{p}{7}right)$, so I need to know the value of $p$ mod $7$. I have no idea how to work out that? I think its the multiple powers that are throwing me off
$endgroup$
– Dino
Dec 12 '18 at 7:09
$begingroup$
You need to work out $2^m$ modulo $7$ for $m=2^n$. The sequence $(2^m)$ is periodic modulo $7$. @Dino
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 7:18
$begingroup$
I recognise it is 4,2,4,2..., but how do you show it without just brute forcing it? I can't pull out a multiple of 7 easily out of $2^{m}$
$endgroup$
– Dino
Dec 12 '18 at 7:37
add a comment |
$begingroup$
Your idea makes complete sense! How would we then show that 7 is a primitive root mod p? By showing it's a quadratic non-residue? How do we do that?
$endgroup$
– Dino
Dec 12 '18 at 6:01
$begingroup$
@Dino By quadratic reciprocity?
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 6:46
$begingroup$
So that tells us $left(frac{7}{p}right) = left(frac{p}{7}right)$, so I need to know the value of $p$ mod $7$. I have no idea how to work out that? I think its the multiple powers that are throwing me off
$endgroup$
– Dino
Dec 12 '18 at 7:09
$begingroup$
You need to work out $2^m$ modulo $7$ for $m=2^n$. The sequence $(2^m)$ is periodic modulo $7$. @Dino
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 7:18
$begingroup$
I recognise it is 4,2,4,2..., but how do you show it without just brute forcing it? I can't pull out a multiple of 7 easily out of $2^{m}$
$endgroup$
– Dino
Dec 12 '18 at 7:37
$begingroup$
Your idea makes complete sense! How would we then show that 7 is a primitive root mod p? By showing it's a quadratic non-residue? How do we do that?
$endgroup$
– Dino
Dec 12 '18 at 6:01
$begingroup$
Your idea makes complete sense! How would we then show that 7 is a primitive root mod p? By showing it's a quadratic non-residue? How do we do that?
$endgroup$
– Dino
Dec 12 '18 at 6:01
$begingroup$
@Dino By quadratic reciprocity?
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 6:46
$begingroup$
@Dino By quadratic reciprocity?
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 6:46
$begingroup$
So that tells us $left(frac{7}{p}right) = left(frac{p}{7}right)$, so I need to know the value of $p$ mod $7$. I have no idea how to work out that? I think its the multiple powers that are throwing me off
$endgroup$
– Dino
Dec 12 '18 at 7:09
$begingroup$
So that tells us $left(frac{7}{p}right) = left(frac{p}{7}right)$, so I need to know the value of $p$ mod $7$. I have no idea how to work out that? I think its the multiple powers that are throwing me off
$endgroup$
– Dino
Dec 12 '18 at 7:09
$begingroup$
You need to work out $2^m$ modulo $7$ for $m=2^n$. The sequence $(2^m)$ is periodic modulo $7$. @Dino
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 7:18
$begingroup$
You need to work out $2^m$ modulo $7$ for $m=2^n$. The sequence $(2^m)$ is periodic modulo $7$. @Dino
$endgroup$
– Lord Shark the Unknown
Dec 12 '18 at 7:18
$begingroup$
I recognise it is 4,2,4,2..., but how do you show it without just brute forcing it? I can't pull out a multiple of 7 easily out of $2^{m}$
$endgroup$
– Dino
Dec 12 '18 at 7:37
$begingroup$
I recognise it is 4,2,4,2..., but how do you show it without just brute forcing it? I can't pull out a multiple of 7 easily out of $2^{m}$
$endgroup$
– Dino
Dec 12 '18 at 7:37
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3036236%2fthe-set-of-the-primitive-roots-modulo-p-with-p-a-fermat-prime%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown