Proof Verification: Prove that $gcd((a+b)^m, (a-b)^m)leq2^m$ for relatively prime $a$ and $b$.
$begingroup$
I came across this question while studying the book Challenge and Thrill of Pre-College Mathematics:
If $a$ and $b$ are relatively prime integers, then prove that $$gcd((a+b)^m, (a-b)^m)leq2^m$$
This is my attempt:
Let $gcd((a+b),(a-b))=k$. Then $k|(a+b)$ and $k|(a-b)$. Thus $k|(a+b)+(a-b)$ and $k|(a+b)-(a-b)Rightarrow k|2a$ and $k|2b$.
Now either $k|2$, $k|a$, or $k|b$. If the first is true then $kleq2$, and if the latter two are true then $k|gcd(a,b) Rightarrow k|1$, in which case we can again say that $k=1leq2$.
Now we know that $gcd((a+b)^m,(a-b)^m)=k^m$, and since $kleq2$ it implies $k^mleq2^m$, which proves our proposition. QED.
Since I'm new to this subject, I'm finding this proof slightly shoddy. Is the logic correct? I'm concerned about the proof that $kleq2$ the most.
elementary-number-theory proof-verification
$endgroup$
add a comment |
$begingroup$
I came across this question while studying the book Challenge and Thrill of Pre-College Mathematics:
If $a$ and $b$ are relatively prime integers, then prove that $$gcd((a+b)^m, (a-b)^m)leq2^m$$
This is my attempt:
Let $gcd((a+b),(a-b))=k$. Then $k|(a+b)$ and $k|(a-b)$. Thus $k|(a+b)+(a-b)$ and $k|(a+b)-(a-b)Rightarrow k|2a$ and $k|2b$.
Now either $k|2$, $k|a$, or $k|b$. If the first is true then $kleq2$, and if the latter two are true then $k|gcd(a,b) Rightarrow k|1$, in which case we can again say that $k=1leq2$.
Now we know that $gcd((a+b)^m,(a-b)^m)=k^m$, and since $kleq2$ it implies $k^mleq2^m$, which proves our proposition. QED.
Since I'm new to this subject, I'm finding this proof slightly shoddy. Is the logic correct? I'm concerned about the proof that $kleq2$ the most.
elementary-number-theory proof-verification
$endgroup$
$begingroup$
Just out of curiosity, how do you add the yellow box around questions?
$endgroup$
– Naman Kumar
Jan 18 at 12:40
add a comment |
$begingroup$
I came across this question while studying the book Challenge and Thrill of Pre-College Mathematics:
If $a$ and $b$ are relatively prime integers, then prove that $$gcd((a+b)^m, (a-b)^m)leq2^m$$
This is my attempt:
Let $gcd((a+b),(a-b))=k$. Then $k|(a+b)$ and $k|(a-b)$. Thus $k|(a+b)+(a-b)$ and $k|(a+b)-(a-b)Rightarrow k|2a$ and $k|2b$.
Now either $k|2$, $k|a$, or $k|b$. If the first is true then $kleq2$, and if the latter two are true then $k|gcd(a,b) Rightarrow k|1$, in which case we can again say that $k=1leq2$.
Now we know that $gcd((a+b)^m,(a-b)^m)=k^m$, and since $kleq2$ it implies $k^mleq2^m$, which proves our proposition. QED.
Since I'm new to this subject, I'm finding this proof slightly shoddy. Is the logic correct? I'm concerned about the proof that $kleq2$ the most.
elementary-number-theory proof-verification
$endgroup$
I came across this question while studying the book Challenge and Thrill of Pre-College Mathematics:
If $a$ and $b$ are relatively prime integers, then prove that $$gcd((a+b)^m, (a-b)^m)leq2^m$$
This is my attempt:
Let $gcd((a+b),(a-b))=k$. Then $k|(a+b)$ and $k|(a-b)$. Thus $k|(a+b)+(a-b)$ and $k|(a+b)-(a-b)Rightarrow k|2a$ and $k|2b$.
Now either $k|2$, $k|a$, or $k|b$. If the first is true then $kleq2$, and if the latter two are true then $k|gcd(a,b) Rightarrow k|1$, in which case we can again say that $k=1leq2$.
Now we know that $gcd((a+b)^m,(a-b)^m)=k^m$, and since $kleq2$ it implies $k^mleq2^m$, which proves our proposition. QED.
Since I'm new to this subject, I'm finding this proof slightly shoddy. Is the logic correct? I'm concerned about the proof that $kleq2$ the most.
elementary-number-theory proof-verification
elementary-number-theory proof-verification
edited Jan 18 at 12:37
greedoid
42.2k1152105
42.2k1152105
asked Jan 18 at 12:04
Naman KumarNaman Kumar
19613
19613
$begingroup$
Just out of curiosity, how do you add the yellow box around questions?
$endgroup$
– Naman Kumar
Jan 18 at 12:40
add a comment |
$begingroup$
Just out of curiosity, how do you add the yellow box around questions?
$endgroup$
– Naman Kumar
Jan 18 at 12:40
$begingroup$
Just out of curiosity, how do you add the yellow box around questions?
$endgroup$
– Naman Kumar
Jan 18 at 12:40
$begingroup$
Just out of curiosity, how do you add the yellow box around questions?
$endgroup$
– Naman Kumar
Jan 18 at 12:40
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
This is not correct: Now either $k|2$, $k|a$, or $k|b$.
It is better if you take prime $pmid k$ then $p|2$, $p|a$, or $p|b$ and thus $p=2$.
So the only prime which divdes $k$ is $2$, so $k=2^l$. Now if $lgeq 2$ then $4mid a+b$ and $4mid a-b$ so $4mid 2a$ so $2mid a$ and the same is true for $b$, that is $2mid b$. Thus $lleq 1$ and so $k=2$.
$endgroup$
$begingroup$
Thank you for answering. I understood your proof, but I'm afraid I don't understand why it is necessary to take some prime $p mid k$ instead of simply solving using $k$. Can you please elaborate?
$endgroup$
– Naman Kumar
Jan 18 at 12:24
$begingroup$
Say $10 mid 2cdot 5cdot 2$ where $a=5$, $b=2$
$endgroup$
– greedoid
Jan 18 at 12:25
2
$begingroup$
Oh, that makes a lot more sense now. Thank you.
$endgroup$
– Naman Kumar
Jan 18 at 12:31
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%2f3078157%2fproof-verification-prove-that-gcdabm-a-bm-leq2m-for-relatively-pr%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$
This is not correct: Now either $k|2$, $k|a$, or $k|b$.
It is better if you take prime $pmid k$ then $p|2$, $p|a$, or $p|b$ and thus $p=2$.
So the only prime which divdes $k$ is $2$, so $k=2^l$. Now if $lgeq 2$ then $4mid a+b$ and $4mid a-b$ so $4mid 2a$ so $2mid a$ and the same is true for $b$, that is $2mid b$. Thus $lleq 1$ and so $k=2$.
$endgroup$
$begingroup$
Thank you for answering. I understood your proof, but I'm afraid I don't understand why it is necessary to take some prime $p mid k$ instead of simply solving using $k$. Can you please elaborate?
$endgroup$
– Naman Kumar
Jan 18 at 12:24
$begingroup$
Say $10 mid 2cdot 5cdot 2$ where $a=5$, $b=2$
$endgroup$
– greedoid
Jan 18 at 12:25
2
$begingroup$
Oh, that makes a lot more sense now. Thank you.
$endgroup$
– Naman Kumar
Jan 18 at 12:31
add a comment |
$begingroup$
This is not correct: Now either $k|2$, $k|a$, or $k|b$.
It is better if you take prime $pmid k$ then $p|2$, $p|a$, or $p|b$ and thus $p=2$.
So the only prime which divdes $k$ is $2$, so $k=2^l$. Now if $lgeq 2$ then $4mid a+b$ and $4mid a-b$ so $4mid 2a$ so $2mid a$ and the same is true for $b$, that is $2mid b$. Thus $lleq 1$ and so $k=2$.
$endgroup$
$begingroup$
Thank you for answering. I understood your proof, but I'm afraid I don't understand why it is necessary to take some prime $p mid k$ instead of simply solving using $k$. Can you please elaborate?
$endgroup$
– Naman Kumar
Jan 18 at 12:24
$begingroup$
Say $10 mid 2cdot 5cdot 2$ where $a=5$, $b=2$
$endgroup$
– greedoid
Jan 18 at 12:25
2
$begingroup$
Oh, that makes a lot more sense now. Thank you.
$endgroup$
– Naman Kumar
Jan 18 at 12:31
add a comment |
$begingroup$
This is not correct: Now either $k|2$, $k|a$, or $k|b$.
It is better if you take prime $pmid k$ then $p|2$, $p|a$, or $p|b$ and thus $p=2$.
So the only prime which divdes $k$ is $2$, so $k=2^l$. Now if $lgeq 2$ then $4mid a+b$ and $4mid a-b$ so $4mid 2a$ so $2mid a$ and the same is true for $b$, that is $2mid b$. Thus $lleq 1$ and so $k=2$.
$endgroup$
This is not correct: Now either $k|2$, $k|a$, or $k|b$.
It is better if you take prime $pmid k$ then $p|2$, $p|a$, or $p|b$ and thus $p=2$.
So the only prime which divdes $k$ is $2$, so $k=2^l$. Now if $lgeq 2$ then $4mid a+b$ and $4mid a-b$ so $4mid 2a$ so $2mid a$ and the same is true for $b$, that is $2mid b$. Thus $lleq 1$ and so $k=2$.
edited Jan 18 at 12:32
answered Jan 18 at 12:15
greedoidgreedoid
42.2k1152105
42.2k1152105
$begingroup$
Thank you for answering. I understood your proof, but I'm afraid I don't understand why it is necessary to take some prime $p mid k$ instead of simply solving using $k$. Can you please elaborate?
$endgroup$
– Naman Kumar
Jan 18 at 12:24
$begingroup$
Say $10 mid 2cdot 5cdot 2$ where $a=5$, $b=2$
$endgroup$
– greedoid
Jan 18 at 12:25
2
$begingroup$
Oh, that makes a lot more sense now. Thank you.
$endgroup$
– Naman Kumar
Jan 18 at 12:31
add a comment |
$begingroup$
Thank you for answering. I understood your proof, but I'm afraid I don't understand why it is necessary to take some prime $p mid k$ instead of simply solving using $k$. Can you please elaborate?
$endgroup$
– Naman Kumar
Jan 18 at 12:24
$begingroup$
Say $10 mid 2cdot 5cdot 2$ where $a=5$, $b=2$
$endgroup$
– greedoid
Jan 18 at 12:25
2
$begingroup$
Oh, that makes a lot more sense now. Thank you.
$endgroup$
– Naman Kumar
Jan 18 at 12:31
$begingroup$
Thank you for answering. I understood your proof, but I'm afraid I don't understand why it is necessary to take some prime $p mid k$ instead of simply solving using $k$. Can you please elaborate?
$endgroup$
– Naman Kumar
Jan 18 at 12:24
$begingroup$
Thank you for answering. I understood your proof, but I'm afraid I don't understand why it is necessary to take some prime $p mid k$ instead of simply solving using $k$. Can you please elaborate?
$endgroup$
– Naman Kumar
Jan 18 at 12:24
$begingroup$
Say $10 mid 2cdot 5cdot 2$ where $a=5$, $b=2$
$endgroup$
– greedoid
Jan 18 at 12:25
$begingroup$
Say $10 mid 2cdot 5cdot 2$ where $a=5$, $b=2$
$endgroup$
– greedoid
Jan 18 at 12:25
2
2
$begingroup$
Oh, that makes a lot more sense now. Thank you.
$endgroup$
– Naman Kumar
Jan 18 at 12:31
$begingroup$
Oh, that makes a lot more sense now. Thank you.
$endgroup$
– Naman Kumar
Jan 18 at 12:31
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%2f3078157%2fproof-verification-prove-that-gcdabm-a-bm-leq2m-for-relatively-pr%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$
Just out of curiosity, how do you add the yellow box around questions?
$endgroup$
– Naman Kumar
Jan 18 at 12:40