Showing that the index of two groups is a power of $2$
I am trying to understand a proof (from a book) that there are at most $(n-1)/4$ non-wittnesses against the primality of $n$ in the Miller-Rabin algorithm that are coprime to $n$.
We set the prime factorisation of $n$ to $n = prod_{p | n} p^{e(p)}$.
In one passage the author considers the following two subgroups of $mathbb{Z}_n^{times}$
$K = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{n-1} equiv pm 1 text{ mod } p^{e(p)} text{ for all primes $p$ such that } p | n}$
$M = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv 1 text{ mod } n}$.
He observes that $M le K$ which is clear. Then he says that the index $(K : M)$ is a power of $2$ since the square of each element of $K$ is an element in $M$. I can not follow this argumentation, could you please explain that to me?
abstract-algebra group-theory number-theory
add a comment |
I am trying to understand a proof (from a book) that there are at most $(n-1)/4$ non-wittnesses against the primality of $n$ in the Miller-Rabin algorithm that are coprime to $n$.
We set the prime factorisation of $n$ to $n = prod_{p | n} p^{e(p)}$.
In one passage the author considers the following two subgroups of $mathbb{Z}_n^{times}$
$K = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{n-1} equiv pm 1 text{ mod } p^{e(p)} text{ for all primes $p$ such that } p | n}$
$M = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv 1 text{ mod } n}$.
He observes that $M le K$ which is clear. Then he says that the index $(K : M)$ is a power of $2$ since the square of each element of $K$ is an element in $M$. I can not follow this argumentation, could you please explain that to me?
abstract-algebra group-theory number-theory
add a comment |
I am trying to understand a proof (from a book) that there are at most $(n-1)/4$ non-wittnesses against the primality of $n$ in the Miller-Rabin algorithm that are coprime to $n$.
We set the prime factorisation of $n$ to $n = prod_{p | n} p^{e(p)}$.
In one passage the author considers the following two subgroups of $mathbb{Z}_n^{times}$
$K = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{n-1} equiv pm 1 text{ mod } p^{e(p)} text{ for all primes $p$ such that } p | n}$
$M = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv 1 text{ mod } n}$.
He observes that $M le K$ which is clear. Then he says that the index $(K : M)$ is a power of $2$ since the square of each element of $K$ is an element in $M$. I can not follow this argumentation, could you please explain that to me?
abstract-algebra group-theory number-theory
I am trying to understand a proof (from a book) that there are at most $(n-1)/4$ non-wittnesses against the primality of $n$ in the Miller-Rabin algorithm that are coprime to $n$.
We set the prime factorisation of $n$ to $n = prod_{p | n} p^{e(p)}$.
In one passage the author considers the following two subgroups of $mathbb{Z}_n^{times}$
$K = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{n-1} equiv pm 1 text{ mod } p^{e(p)} text{ for all primes $p$ such that } p | n}$
$M = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv 1 text{ mod } n}$.
He observes that $M le K$ which is clear. Then he says that the index $(K : M)$ is a power of $2$ since the square of each element of $K$ is an element in $M$. I can not follow this argumentation, could you please explain that to me?
abstract-algebra group-theory number-theory
abstract-algebra group-theory number-theory
asked Nov 24 at 11:13
3nondatur
390111
390111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Let $G$ be a finite Abelian group, written multiplicatively, and $H$ a subgroup.
If $a^2in H$ for all $ain G$, then $overline a^2$ is the identity element
in the quotient group $G/H$ (where $overline a$ is the image of $ain G/H$).
The order of $overline a$ in $G/H$ is either $1$ or $2$.
If the order of $G/H$ is not a power of two, it has an odd prime factor $p$.
By Cauchy's theorem, $G/H$ would then have an element of order $p$; this gives
a contradiction.
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%2f3011425%2fshowing-that-the-index-of-two-groups-is-a-power-of-2%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
Let $G$ be a finite Abelian group, written multiplicatively, and $H$ a subgroup.
If $a^2in H$ for all $ain G$, then $overline a^2$ is the identity element
in the quotient group $G/H$ (where $overline a$ is the image of $ain G/H$).
The order of $overline a$ in $G/H$ is either $1$ or $2$.
If the order of $G/H$ is not a power of two, it has an odd prime factor $p$.
By Cauchy's theorem, $G/H$ would then have an element of order $p$; this gives
a contradiction.
add a comment |
Let $G$ be a finite Abelian group, written multiplicatively, and $H$ a subgroup.
If $a^2in H$ for all $ain G$, then $overline a^2$ is the identity element
in the quotient group $G/H$ (where $overline a$ is the image of $ain G/H$).
The order of $overline a$ in $G/H$ is either $1$ or $2$.
If the order of $G/H$ is not a power of two, it has an odd prime factor $p$.
By Cauchy's theorem, $G/H$ would then have an element of order $p$; this gives
a contradiction.
add a comment |
Let $G$ be a finite Abelian group, written multiplicatively, and $H$ a subgroup.
If $a^2in H$ for all $ain G$, then $overline a^2$ is the identity element
in the quotient group $G/H$ (where $overline a$ is the image of $ain G/H$).
The order of $overline a$ in $G/H$ is either $1$ or $2$.
If the order of $G/H$ is not a power of two, it has an odd prime factor $p$.
By Cauchy's theorem, $G/H$ would then have an element of order $p$; this gives
a contradiction.
Let $G$ be a finite Abelian group, written multiplicatively, and $H$ a subgroup.
If $a^2in H$ for all $ain G$, then $overline a^2$ is the identity element
in the quotient group $G/H$ (where $overline a$ is the image of $ain G/H$).
The order of $overline a$ in $G/H$ is either $1$ or $2$.
If the order of $G/H$ is not a power of two, it has an odd prime factor $p$.
By Cauchy's theorem, $G/H$ would then have an element of order $p$; this gives
a contradiction.
answered Nov 24 at 11:20
Lord Shark the Unknown
100k958131
100k958131
add a comment |
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3011425%2fshowing-that-the-index-of-two-groups-is-a-power-of-2%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