Induction on powers of powers.
$begingroup$
So I would like to prove that $ a_n ; | ; a_{n+1} - 2 $, where $a_n = 6^{2^n} + 1 $ Now I know I need to do this by induction and so I begin by showing this is true for the base case.
(Proposition): P(n) := $ 6^{2^{n+1}} -1 = (6^{2^n} + 1)q ;$, where $q in mathbb{Z}$
(Base Case): P(1) is true as $ 6^{2^{2}} -1 = (6^{2} + 1)35 ;$
(Hypothesis): We assume that P(k) is True, where P(k):= $ 6^{2^{k+1}} -1 = (6^{2^k} + 1)q ;$
(Induction Step): Need to show that $P(k) implies P(k+1)$ Now I know I need to write $ 6^{2^{k+2}} -1$ in terms of my hypothesis and end up with something along the lines of $(6^{2^{k+1}} + 1)r$, where $r in mathbb{Z}$. My issue: I have and the reason I'm here is I don't feel comfortable working with powers of powers. I'm not sure how to use my hypothesis. In short looking for some guidance to get me started.
Best Regards
and thanks for your time.
induction exponentiation
$endgroup$
add a comment |
$begingroup$
So I would like to prove that $ a_n ; | ; a_{n+1} - 2 $, where $a_n = 6^{2^n} + 1 $ Now I know I need to do this by induction and so I begin by showing this is true for the base case.
(Proposition): P(n) := $ 6^{2^{n+1}} -1 = (6^{2^n} + 1)q ;$, where $q in mathbb{Z}$
(Base Case): P(1) is true as $ 6^{2^{2}} -1 = (6^{2} + 1)35 ;$
(Hypothesis): We assume that P(k) is True, where P(k):= $ 6^{2^{k+1}} -1 = (6^{2^k} + 1)q ;$
(Induction Step): Need to show that $P(k) implies P(k+1)$ Now I know I need to write $ 6^{2^{k+2}} -1$ in terms of my hypothesis and end up with something along the lines of $(6^{2^{k+1}} + 1)r$, where $r in mathbb{Z}$. My issue: I have and the reason I'm here is I don't feel comfortable working with powers of powers. I'm not sure how to use my hypothesis. In short looking for some guidance to get me started.
Best Regards
and thanks for your time.
induction exponentiation
$endgroup$
add a comment |
$begingroup$
So I would like to prove that $ a_n ; | ; a_{n+1} - 2 $, where $a_n = 6^{2^n} + 1 $ Now I know I need to do this by induction and so I begin by showing this is true for the base case.
(Proposition): P(n) := $ 6^{2^{n+1}} -1 = (6^{2^n} + 1)q ;$, where $q in mathbb{Z}$
(Base Case): P(1) is true as $ 6^{2^{2}} -1 = (6^{2} + 1)35 ;$
(Hypothesis): We assume that P(k) is True, where P(k):= $ 6^{2^{k+1}} -1 = (6^{2^k} + 1)q ;$
(Induction Step): Need to show that $P(k) implies P(k+1)$ Now I know I need to write $ 6^{2^{k+2}} -1$ in terms of my hypothesis and end up with something along the lines of $(6^{2^{k+1}} + 1)r$, where $r in mathbb{Z}$. My issue: I have and the reason I'm here is I don't feel comfortable working with powers of powers. I'm not sure how to use my hypothesis. In short looking for some guidance to get me started.
Best Regards
and thanks for your time.
induction exponentiation
$endgroup$
So I would like to prove that $ a_n ; | ; a_{n+1} - 2 $, where $a_n = 6^{2^n} + 1 $ Now I know I need to do this by induction and so I begin by showing this is true for the base case.
(Proposition): P(n) := $ 6^{2^{n+1}} -1 = (6^{2^n} + 1)q ;$, where $q in mathbb{Z}$
(Base Case): P(1) is true as $ 6^{2^{2}} -1 = (6^{2} + 1)35 ;$
(Hypothesis): We assume that P(k) is True, where P(k):= $ 6^{2^{k+1}} -1 = (6^{2^k} + 1)q ;$
(Induction Step): Need to show that $P(k) implies P(k+1)$ Now I know I need to write $ 6^{2^{k+2}} -1$ in terms of my hypothesis and end up with something along the lines of $(6^{2^{k+1}} + 1)r$, where $r in mathbb{Z}$. My issue: I have and the reason I'm here is I don't feel comfortable working with powers of powers. I'm not sure how to use my hypothesis. In short looking for some guidance to get me started.
Best Regards
and thanks for your time.
induction exponentiation
induction exponentiation
edited Dec 7 '18 at 19:25
Bernard
119k740113
119k740113
asked Dec 7 '18 at 19:11
Dead_Ling0Dead_Ling0
476
476
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You're on the right track. The key thing to use here is the difference of squares formula. In particular,
$$6^{2^{k + 1}} - 1 = (6^{2^k})^2 - 1 = (6^{2^k} - 1)(6^{2^k} + 1)$$
from which your result should follow easily.
However, induction isn't really necessary here... this gives a direct proof of divisibility.
$endgroup$
$begingroup$
Ah can't believe i didn't spot this thank you for the clarity kicking myself here !!!!
$endgroup$
– Dead_Ling0
Dec 7 '18 at 20:10
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%2f3030263%2finduction-on-powers-of-powers%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$
You're on the right track. The key thing to use here is the difference of squares formula. In particular,
$$6^{2^{k + 1}} - 1 = (6^{2^k})^2 - 1 = (6^{2^k} - 1)(6^{2^k} + 1)$$
from which your result should follow easily.
However, induction isn't really necessary here... this gives a direct proof of divisibility.
$endgroup$
$begingroup$
Ah can't believe i didn't spot this thank you for the clarity kicking myself here !!!!
$endgroup$
– Dead_Ling0
Dec 7 '18 at 20:10
add a comment |
$begingroup$
You're on the right track. The key thing to use here is the difference of squares formula. In particular,
$$6^{2^{k + 1}} - 1 = (6^{2^k})^2 - 1 = (6^{2^k} - 1)(6^{2^k} + 1)$$
from which your result should follow easily.
However, induction isn't really necessary here... this gives a direct proof of divisibility.
$endgroup$
$begingroup$
Ah can't believe i didn't spot this thank you for the clarity kicking myself here !!!!
$endgroup$
– Dead_Ling0
Dec 7 '18 at 20:10
add a comment |
$begingroup$
You're on the right track. The key thing to use here is the difference of squares formula. In particular,
$$6^{2^{k + 1}} - 1 = (6^{2^k})^2 - 1 = (6^{2^k} - 1)(6^{2^k} + 1)$$
from which your result should follow easily.
However, induction isn't really necessary here... this gives a direct proof of divisibility.
$endgroup$
You're on the right track. The key thing to use here is the difference of squares formula. In particular,
$$6^{2^{k + 1}} - 1 = (6^{2^k})^2 - 1 = (6^{2^k} - 1)(6^{2^k} + 1)$$
from which your result should follow easily.
However, induction isn't really necessary here... this gives a direct proof of divisibility.
answered Dec 7 '18 at 19:21
T. BongersT. Bongers
23.1k54662
23.1k54662
$begingroup$
Ah can't believe i didn't spot this thank you for the clarity kicking myself here !!!!
$endgroup$
– Dead_Ling0
Dec 7 '18 at 20:10
add a comment |
$begingroup$
Ah can't believe i didn't spot this thank you for the clarity kicking myself here !!!!
$endgroup$
– Dead_Ling0
Dec 7 '18 at 20:10
$begingroup$
Ah can't believe i didn't spot this thank you for the clarity kicking myself here !!!!
$endgroup$
– Dead_Ling0
Dec 7 '18 at 20:10
$begingroup$
Ah can't believe i didn't spot this thank you for the clarity kicking myself here !!!!
$endgroup$
– Dead_Ling0
Dec 7 '18 at 20:10
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%2f3030263%2finduction-on-powers-of-powers%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