Prove if there exists $[b]inZ_pq$ such that $[b]^2=[a]$ in $Z_pq$, then there are exactly four distinct $[x]inZ_pq$ Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)For distinct primes $p,q$ show $exists$ a primitive root $b$ of $q$ such that $gcd(b,p)= 1$Show that there exists $s, t in S$ such that $gcd(s, t)$ is a prime$a$ and $n$ are relatively prime then there exists an integer $k$ such that $ak equiv 1(mod n) $.Proving $n$ is psudoprimeHow to prove that there exists such integer number?Prove that the product of four distinct primes (bigger than 10) which differ only in their last digits (if it exists) always ends in $189$.If $p_1$ and $p_2$ are primes, prove that there exists an integer such that $p_1+k$ is a prime but $p_2+k$ is not.Show that there exists infinitely many primes which satisfy a given congurence.For any positive integer $n>3$, there exists at least $1$ integer $k$ such that $n+k$ and $n-k$ are primes.Prove that if there are integers $m$ and $n$ such that $am +bn =1$ then $a$ and $b$ are coprime.
String `!23` is replaced with `docker` in command line
Why do people hide their license plates in the EU?
Seeking colloquialism for “just because”
Use BFD on a Virtual-Template Interface
Using et al. for a last / senior author rather than for a first author
Why didn't this character "real die" when they blew their stack out in Altered Carbon?
How to find out what spells would be useless to a blind NPC spellcaster?
Why am I getting the error "non-boolean type specified in a context where a condition is expected" for this request?
Overriding an object in memory with placement new
Is there a (better) way to access $wpdb results?
At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?
How do I stop a creek from eroding my steep embankment?
Selecting the same column from Different rows Based on Different Criteria
The logistics of corpse disposal
What exactly is a "Meth" in Altered Carbon?
Coloring maths inside a tcolorbox
How does the particle を relate to the verb 行く in the structure「A を + B に行く」?
List of Python versions
Why do we bend a book to keep it straight?
What's the purpose of writing one's academic biography in the third person?
Why did the IBM 650 use bi-quinary?
Book where humans were engineered with genes from animal species to survive hostile planets
What does the "x" in "x86" represent?
Short Story with Cinderella as a Voo-doo Witch
Prove if there exists $[b]inZ_pq$ such that $[b]^2=[a]$ in $Z_pq$, then there are exactly four distinct $[x]inZ_pq$
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)For distinct primes $p,q$ show $exists$ a primitive root $b$ of $q$ such that $gcd(b,p)= 1$Show that there exists $s, t in S$ such that $gcd(s, t)$ is a prime$a$ and $n$ are relatively prime then there exists an integer $k$ such that $ak equiv 1(mod n) $.Proving $n$ is psudoprimeHow to prove that there exists such integer number?Prove that the product of four distinct primes (bigger than 10) which differ only in their last digits (if it exists) always ends in $189$.If $p_1$ and $p_2$ are primes, prove that there exists an integer such that $p_1+k$ is a prime but $p_2+k$ is not.Show that there exists infinitely many primes which satisfy a given congurence.For any positive integer $n>3$, there exists at least $1$ integer $k$ such that $n+k$ and $n-k$ are primes.Prove that if there are integers $m$ and $n$ such that $am +bn =1$ then $a$ and $b$ are coprime.
$begingroup$
Let $p$ and $q$ be distinct odd primes. Let $ainZ$ with $gcd(a,pq)=1$. Prove that if there exists $[b]inZ_pq$ such that $[b]^2=[a]$ in $Z_pq$, then there are exactly four distinct $[x]inZ_pq$ such that $[x]^2=[a]$ in $Z_pq$.
Any help is appreciated, thanks!
prime-numbers modular-arithmetic integers greatest-common-divisor
$endgroup$
add a comment |
$begingroup$
Let $p$ and $q$ be distinct odd primes. Let $ainZ$ with $gcd(a,pq)=1$. Prove that if there exists $[b]inZ_pq$ such that $[b]^2=[a]$ in $Z_pq$, then there are exactly four distinct $[x]inZ_pq$ such that $[x]^2=[a]$ in $Z_pq$.
Any help is appreciated, thanks!
prime-numbers modular-arithmetic integers greatest-common-divisor
$endgroup$
add a comment |
$begingroup$
Let $p$ and $q$ be distinct odd primes. Let $ainZ$ with $gcd(a,pq)=1$. Prove that if there exists $[b]inZ_pq$ such that $[b]^2=[a]$ in $Z_pq$, then there are exactly four distinct $[x]inZ_pq$ such that $[x]^2=[a]$ in $Z_pq$.
Any help is appreciated, thanks!
prime-numbers modular-arithmetic integers greatest-common-divisor
$endgroup$
Let $p$ and $q$ be distinct odd primes. Let $ainZ$ with $gcd(a,pq)=1$. Prove that if there exists $[b]inZ_pq$ such that $[b]^2=[a]$ in $Z_pq$, then there are exactly four distinct $[x]inZ_pq$ such that $[x]^2=[a]$ in $Z_pq$.
Any help is appreciated, thanks!
prime-numbers modular-arithmetic integers greatest-common-divisor
prime-numbers modular-arithmetic integers greatest-common-divisor
asked Apr 1 at 6:11
SaniaSania
406
406
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
$pq|x^2-b^2=(x+b)(x-b)$, so there are $4$ possibilities: $pq|x+b$, $pq|x-b$, $p|x+b$ and
$q|x-b$, $p|x-b$ and $q|x-b$. Since $(2b, pq)=1$ we see these $4$ cases are mutually exclusive. The first two cases give two solutions: $xequiv -b$ and $xequiv b$ mod pq; each of the last two cases also gives one solution by the Chinese remainder theorem.
$endgroup$
add a comment |
Your Answer
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%2f3170266%2fprove-if-there-exists-b-inz-pq-such-that-b2-a-in-z-pq-then%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$
$pq|x^2-b^2=(x+b)(x-b)$, so there are $4$ possibilities: $pq|x+b$, $pq|x-b$, $p|x+b$ and
$q|x-b$, $p|x-b$ and $q|x-b$. Since $(2b, pq)=1$ we see these $4$ cases are mutually exclusive. The first two cases give two solutions: $xequiv -b$ and $xequiv b$ mod pq; each of the last two cases also gives one solution by the Chinese remainder theorem.
$endgroup$
add a comment |
$begingroup$
$pq|x^2-b^2=(x+b)(x-b)$, so there are $4$ possibilities: $pq|x+b$, $pq|x-b$, $p|x+b$ and
$q|x-b$, $p|x-b$ and $q|x-b$. Since $(2b, pq)=1$ we see these $4$ cases are mutually exclusive. The first two cases give two solutions: $xequiv -b$ and $xequiv b$ mod pq; each of the last two cases also gives one solution by the Chinese remainder theorem.
$endgroup$
add a comment |
$begingroup$
$pq|x^2-b^2=(x+b)(x-b)$, so there are $4$ possibilities: $pq|x+b$, $pq|x-b$, $p|x+b$ and
$q|x-b$, $p|x-b$ and $q|x-b$. Since $(2b, pq)=1$ we see these $4$ cases are mutually exclusive. The first two cases give two solutions: $xequiv -b$ and $xequiv b$ mod pq; each of the last two cases also gives one solution by the Chinese remainder theorem.
$endgroup$
$pq|x^2-b^2=(x+b)(x-b)$, so there are $4$ possibilities: $pq|x+b$, $pq|x-b$, $p|x+b$ and
$q|x-b$, $p|x-b$ and $q|x-b$. Since $(2b, pq)=1$ we see these $4$ cases are mutually exclusive. The first two cases give two solutions: $xequiv -b$ and $xequiv b$ mod pq; each of the last two cases also gives one solution by the Chinese remainder theorem.
answered Apr 1 at 6:22
Yu DingYu Ding
7287
7287
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.
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%2f3170266%2fprove-if-there-exists-b-inz-pq-such-that-b2-a-in-z-pq-then%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