Questions about a proof of the error-bound of the Miller-Rabin-Test
$begingroup$
I am trying to understand a proof (from the German book "Einführung in die Kryptografie" by Johannes Buchmann) 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$.
The Miller-Rabin test is stated in the following way:
Let $s = max{r in mathbb{N}: 2^r text{ divides } n-1}$ and $d = (n-1)/2^s$.
If $n$ is a prime number and if $a$ is a number coprime to $n$ then
$$ a^d equiv 1 text{ mod } n text{ (A) } $$
or there is a $r$ in the set ${0,1,ldots,s-1}$ sucht that
$$a^{2^rd} equiv -1 text{ mod } n text{ (B) } $$
The author gives the following proof:
Let $n ge 3$ be an odd composite number. We want to estimate how many numbers $a$ in${0,1,ldots,s-1}$ exist for which $gcd(a,n-1) = 1$ and both $(A)$ and $(B)$ hold. If there is no such $a$ we are finished, so let us suppose there is such a non-wittness $a$.
We observe that if $a$ fulfills $(A)$ then $-a$ fulfills $(B)$. Let $k$ be the greatest value of $r$ for which $gcd(a,n) = 1$ and $(B)$ holds. We set $m = 2^kd$.
We set the prime factorisation of $n$ to $n = prod_{p | n} p^{e(p)}$.
The author considers the following two subgroups of $mathbb{Z}_n^{times}$
$J = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{n-1} equiv pm 1 text{ mod } n}$
$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}$
$L = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv pm 1 text{ mod } n}$
$M = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv 1 text{ mod } n}$.
We observe that $M subset L subset K subset J subset mathbb{Z}_n^{times}$. The author claims that every non-witness is an element of $L$. (Why?)
He aims to prove the claim by showing that the index of $L$ in $mathbb{Z}_n^{times}$ is at least $4$.
Next the author says that the index $(K:M)$ is a power of $2$. (This is now clear to me thanks to Lord Shark the Unknown's answer here.) Then he argues that the index $(K:L)$ is also a power of $2$, say $2^j$. If $j ge 2$ we are finished. So we will now examine what happens if $j = 1 $ and $j = 0$.
If $j = 1$ then $n$ has two prime divisors.(Why?) So $n$ is not a Carmichael number and so $J$ is a true subgroup of $mathbb{Z}_n^{times}$, so the index of $J$ in $mathbb{Z}_n^{times}$ is at least $2$. Since the index of $L$ in $K$ is, by definition of $m$, also $2$ the index of $L$ in $mathbb{Z}_n^{times}$ is at least $4$.
If $j = 0$ then $n$ is a real prime power.(Why?) One can verify that in this case $J$ has exactly $p-1$ elements, namely exactly the elements of the subgroup of order $p-1$ in the cyclic group $mathbb{Z}_{p^e}^{times}$. Thus the index of $J$ in $mathbb{Z}_{n}^{times}$ is at least $4$, excepts for $n=9$. If $n=9$ one can verify the claim directly.
I am having trouble keeping track of the central theme of this proof. Could you please explain to me what the main idea behind this prove is and clearify the passages I have marked with an (Why?).
prime-numbers cryptography primality-test
$endgroup$
add a comment |
$begingroup$
I am trying to understand a proof (from the German book "Einführung in die Kryptografie" by Johannes Buchmann) 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$.
The Miller-Rabin test is stated in the following way:
Let $s = max{r in mathbb{N}: 2^r text{ divides } n-1}$ and $d = (n-1)/2^s$.
If $n$ is a prime number and if $a$ is a number coprime to $n$ then
$$ a^d equiv 1 text{ mod } n text{ (A) } $$
or there is a $r$ in the set ${0,1,ldots,s-1}$ sucht that
$$a^{2^rd} equiv -1 text{ mod } n text{ (B) } $$
The author gives the following proof:
Let $n ge 3$ be an odd composite number. We want to estimate how many numbers $a$ in${0,1,ldots,s-1}$ exist for which $gcd(a,n-1) = 1$ and both $(A)$ and $(B)$ hold. If there is no such $a$ we are finished, so let us suppose there is such a non-wittness $a$.
We observe that if $a$ fulfills $(A)$ then $-a$ fulfills $(B)$. Let $k$ be the greatest value of $r$ for which $gcd(a,n) = 1$ and $(B)$ holds. We set $m = 2^kd$.
We set the prime factorisation of $n$ to $n = prod_{p | n} p^{e(p)}$.
The author considers the following two subgroups of $mathbb{Z}_n^{times}$
$J = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{n-1} equiv pm 1 text{ mod } n}$
$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}$
$L = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv pm 1 text{ mod } n}$
$M = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv 1 text{ mod } n}$.
We observe that $M subset L subset K subset J subset mathbb{Z}_n^{times}$. The author claims that every non-witness is an element of $L$. (Why?)
He aims to prove the claim by showing that the index of $L$ in $mathbb{Z}_n^{times}$ is at least $4$.
Next the author says that the index $(K:M)$ is a power of $2$. (This is now clear to me thanks to Lord Shark the Unknown's answer here.) Then he argues that the index $(K:L)$ is also a power of $2$, say $2^j$. If $j ge 2$ we are finished. So we will now examine what happens if $j = 1 $ and $j = 0$.
If $j = 1$ then $n$ has two prime divisors.(Why?) So $n$ is not a Carmichael number and so $J$ is a true subgroup of $mathbb{Z}_n^{times}$, so the index of $J$ in $mathbb{Z}_n^{times}$ is at least $2$. Since the index of $L$ in $K$ is, by definition of $m$, also $2$ the index of $L$ in $mathbb{Z}_n^{times}$ is at least $4$.
If $j = 0$ then $n$ is a real prime power.(Why?) One can verify that in this case $J$ has exactly $p-1$ elements, namely exactly the elements of the subgroup of order $p-1$ in the cyclic group $mathbb{Z}_{p^e}^{times}$. Thus the index of $J$ in $mathbb{Z}_{n}^{times}$ is at least $4$, excepts for $n=9$. If $n=9$ one can verify the claim directly.
I am having trouble keeping track of the central theme of this proof. Could you please explain to me what the main idea behind this prove is and clearify the passages I have marked with an (Why?).
prime-numbers cryptography primality-test
$endgroup$
$begingroup$
Refer also to this related question.
$endgroup$
– davidlowryduda♦
Nov 27 '18 at 21:50
add a comment |
$begingroup$
I am trying to understand a proof (from the German book "Einführung in die Kryptografie" by Johannes Buchmann) 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$.
The Miller-Rabin test is stated in the following way:
Let $s = max{r in mathbb{N}: 2^r text{ divides } n-1}$ and $d = (n-1)/2^s$.
If $n$ is a prime number and if $a$ is a number coprime to $n$ then
$$ a^d equiv 1 text{ mod } n text{ (A) } $$
or there is a $r$ in the set ${0,1,ldots,s-1}$ sucht that
$$a^{2^rd} equiv -1 text{ mod } n text{ (B) } $$
The author gives the following proof:
Let $n ge 3$ be an odd composite number. We want to estimate how many numbers $a$ in${0,1,ldots,s-1}$ exist for which $gcd(a,n-1) = 1$ and both $(A)$ and $(B)$ hold. If there is no such $a$ we are finished, so let us suppose there is such a non-wittness $a$.
We observe that if $a$ fulfills $(A)$ then $-a$ fulfills $(B)$. Let $k$ be the greatest value of $r$ for which $gcd(a,n) = 1$ and $(B)$ holds. We set $m = 2^kd$.
We set the prime factorisation of $n$ to $n = prod_{p | n} p^{e(p)}$.
The author considers the following two subgroups of $mathbb{Z}_n^{times}$
$J = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{n-1} equiv pm 1 text{ mod } n}$
$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}$
$L = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv pm 1 text{ mod } n}$
$M = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv 1 text{ mod } n}$.
We observe that $M subset L subset K subset J subset mathbb{Z}_n^{times}$. The author claims that every non-witness is an element of $L$. (Why?)
He aims to prove the claim by showing that the index of $L$ in $mathbb{Z}_n^{times}$ is at least $4$.
Next the author says that the index $(K:M)$ is a power of $2$. (This is now clear to me thanks to Lord Shark the Unknown's answer here.) Then he argues that the index $(K:L)$ is also a power of $2$, say $2^j$. If $j ge 2$ we are finished. So we will now examine what happens if $j = 1 $ and $j = 0$.
If $j = 1$ then $n$ has two prime divisors.(Why?) So $n$ is not a Carmichael number and so $J$ is a true subgroup of $mathbb{Z}_n^{times}$, so the index of $J$ in $mathbb{Z}_n^{times}$ is at least $2$. Since the index of $L$ in $K$ is, by definition of $m$, also $2$ the index of $L$ in $mathbb{Z}_n^{times}$ is at least $4$.
If $j = 0$ then $n$ is a real prime power.(Why?) One can verify that in this case $J$ has exactly $p-1$ elements, namely exactly the elements of the subgroup of order $p-1$ in the cyclic group $mathbb{Z}_{p^e}^{times}$. Thus the index of $J$ in $mathbb{Z}_{n}^{times}$ is at least $4$, excepts for $n=9$. If $n=9$ one can verify the claim directly.
I am having trouble keeping track of the central theme of this proof. Could you please explain to me what the main idea behind this prove is and clearify the passages I have marked with an (Why?).
prime-numbers cryptography primality-test
$endgroup$
I am trying to understand a proof (from the German book "Einführung in die Kryptografie" by Johannes Buchmann) 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$.
The Miller-Rabin test is stated in the following way:
Let $s = max{r in mathbb{N}: 2^r text{ divides } n-1}$ and $d = (n-1)/2^s$.
If $n$ is a prime number and if $a$ is a number coprime to $n$ then
$$ a^d equiv 1 text{ mod } n text{ (A) } $$
or there is a $r$ in the set ${0,1,ldots,s-1}$ sucht that
$$a^{2^rd} equiv -1 text{ mod } n text{ (B) } $$
The author gives the following proof:
Let $n ge 3$ be an odd composite number. We want to estimate how many numbers $a$ in${0,1,ldots,s-1}$ exist for which $gcd(a,n-1) = 1$ and both $(A)$ and $(B)$ hold. If there is no such $a$ we are finished, so let us suppose there is such a non-wittness $a$.
We observe that if $a$ fulfills $(A)$ then $-a$ fulfills $(B)$. Let $k$ be the greatest value of $r$ for which $gcd(a,n) = 1$ and $(B)$ holds. We set $m = 2^kd$.
We set the prime factorisation of $n$ to $n = prod_{p | n} p^{e(p)}$.
The author considers the following two subgroups of $mathbb{Z}_n^{times}$
$J = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{n-1} equiv pm 1 text{ mod } n}$
$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}$
$L = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv pm 1 text{ mod } n}$
$M = { a + nmathbb{Z} : gcd(a,n) = 1 text{ and } a^{m} equiv 1 text{ mod } n}$.
We observe that $M subset L subset K subset J subset mathbb{Z}_n^{times}$. The author claims that every non-witness is an element of $L$. (Why?)
He aims to prove the claim by showing that the index of $L$ in $mathbb{Z}_n^{times}$ is at least $4$.
Next the author says that the index $(K:M)$ is a power of $2$. (This is now clear to me thanks to Lord Shark the Unknown's answer here.) Then he argues that the index $(K:L)$ is also a power of $2$, say $2^j$. If $j ge 2$ we are finished. So we will now examine what happens if $j = 1 $ and $j = 0$.
If $j = 1$ then $n$ has two prime divisors.(Why?) So $n$ is not a Carmichael number and so $J$ is a true subgroup of $mathbb{Z}_n^{times}$, so the index of $J$ in $mathbb{Z}_n^{times}$ is at least $2$. Since the index of $L$ in $K$ is, by definition of $m$, also $2$ the index of $L$ in $mathbb{Z}_n^{times}$ is at least $4$.
If $j = 0$ then $n$ is a real prime power.(Why?) One can verify that in this case $J$ has exactly $p-1$ elements, namely exactly the elements of the subgroup of order $p-1$ in the cyclic group $mathbb{Z}_{p^e}^{times}$. Thus the index of $J$ in $mathbb{Z}_{n}^{times}$ is at least $4$, excepts for $n=9$. If $n=9$ one can verify the claim directly.
I am having trouble keeping track of the central theme of this proof. Could you please explain to me what the main idea behind this prove is and clearify the passages I have marked with an (Why?).
prime-numbers cryptography primality-test
prime-numbers cryptography primality-test
edited Nov 25 '18 at 15:57
3nondatur
asked Nov 25 '18 at 12:32
3nondatur3nondatur
385111
385111
$begingroup$
Refer also to this related question.
$endgroup$
– davidlowryduda♦
Nov 27 '18 at 21:50
add a comment |
$begingroup$
Refer also to this related question.
$endgroup$
– davidlowryduda♦
Nov 27 '18 at 21:50
$begingroup$
Refer also to this related question.
$endgroup$
– davidlowryduda♦
Nov 27 '18 at 21:50
$begingroup$
Refer also to this related question.
$endgroup$
– davidlowryduda♦
Nov 27 '18 at 21:50
add a comment |
0
active
oldest
votes
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%2f3012774%2fquestions-about-a-proof-of-the-error-bound-of-the-miller-rabin-test%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3012774%2fquestions-about-a-proof-of-the-error-bound-of-the-miller-rabin-test%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
$begingroup$
Refer also to this related question.
$endgroup$
– davidlowryduda♦
Nov 27 '18 at 21:50