Induction on a list of integers? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Mathematical InductionProve by induction that sum of an odd number of odd numbers is oddStrong induction on property of integers involving setsProof By Induction for arbitrary integersInduction to prove $a_n=2^n+1$Proving a bijection with contradiction and inductionRecursive sequence induction problemUse complete induction to prove that $a_n < 2^n$ for every integer $n geq 2$Prove through induction that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|a in A_i| $ is oddProve by strong induction that $a_n < 2^n$ for all integers $n ≥ 1$, given a list of $a_n$ values.
Withdrew £2800, but only £2000 shows as withdrawn on online banking; what are my obligations?
Why is "Consequences inflicted." not a sentence?
Java 8 stream max() function argument type Comparator vs Comparable
What is the longest distance a 13th-level monk can jump while attacking on the same turn?
Should I discuss the type of campaign with my players?
I am not a queen, who am I?
What's the purpose of writing one's academic bio in 3rd person?
How can I fade player when goes inside or outside of the area?
How can I make names more distinctive without making them longer?
What are 'alternative tunings' of a guitar and why would you use them? Doesn't it make it more difficult to play?
Gastric acid as a weapon
Is a manifold-with-boundary with given interior and non-empty boundary essentially unique?
Is the Standard Deduction better than Itemized when both are the same amount?
Stars Make Stars
What do you call a plan that's an alternative plan in case your initial plan fails?
Did Kevin spill real chili?
Do you forfeit tax refunds/credits if you aren't required to and don't file by April 15?
What are the motives behind Cersei's orders given to Bronn?
What are the pros and cons of Aerospike nosecones?
Can Pao de Queijo, and similar foods, be kosher for Passover?
How discoverable are IPv6 addresses and AAAA names by potential attackers?
Right-skewed distribution with mean equals to mode?
What LEGO pieces have "real-world" functionality?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Induction on a list of integers?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Mathematical InductionProve by induction that sum of an odd number of odd numbers is oddStrong induction on property of integers involving setsProof By Induction for arbitrary integersInduction to prove $a_n=2^n+1$Proving a bijection with contradiction and inductionRecursive sequence induction problemUse complete induction to prove that $a_n < 2^n$ for every integer $n geq 2$Prove through induction that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|i| $ is oddProve by strong induction that $a_n < 2^n$ for all integers $n ≥ 1$, given a list of $a_n$ values.
$begingroup$
let $(a_1,cdots,a_n)$ be a list of integers prove that if $a_1$ is even and $a_n$ is odd then there is an index $i$, $1leq i < n$ such that $a_i$ is even and $a_i+1$ is odd. I’m extremely confused on how to even preform induction on this. What would the base case even be?
induction
$endgroup$
add a comment |
$begingroup$
let $(a_1,cdots,a_n)$ be a list of integers prove that if $a_1$ is even and $a_n$ is odd then there is an index $i$, $1leq i < n$ such that $a_i$ is even and $a_i+1$ is odd. I’m extremely confused on how to even preform induction on this. What would the base case even be?
induction
$endgroup$
add a comment |
$begingroup$
let $(a_1,cdots,a_n)$ be a list of integers prove that if $a_1$ is even and $a_n$ is odd then there is an index $i$, $1leq i < n$ such that $a_i$ is even and $a_i+1$ is odd. I’m extremely confused on how to even preform induction on this. What would the base case even be?
induction
$endgroup$
let $(a_1,cdots,a_n)$ be a list of integers prove that if $a_1$ is even and $a_n$ is odd then there is an index $i$, $1leq i < n$ such that $a_i$ is even and $a_i+1$ is odd. I’m extremely confused on how to even preform induction on this. What would the base case even be?
induction
induction
edited Apr 9 at 3:51
Bruno Andrades
24611
24611
asked Apr 9 at 3:04
Dani JoDani Jo
43
43
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Induction on the value of $n$. For $n=2$ is trivial. If it’s true for $n$, take $(a_1,cdots,a_n+1)$ and choose some intermediate element $a_k$ with $1 < k < n+1$. If $a_k$ is odd, apply induction on $(a_k,cdots,a_n+1)$. If it’s even, apply induction on $(a_1,cdots,a_k)$.
$endgroup$
add a comment |
$begingroup$
If $a_2$ is odd then we are done. Suppose $a_2$ is even. Now if $a_3$ is odd we are similarly done. So assume that $a_3$ is even. Continuing this argument $n-2$ times we find that for all $1 leq i <n$ we have $a_i$ is even. So in particular $a_n-1$ is even.Take $j=n-1.$ Then $a_j$ and $a_j+1$ have the required property.
$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%2f3180504%2finduction-on-a-list-of-integers%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Induction on the value of $n$. For $n=2$ is trivial. If it’s true for $n$, take $(a_1,cdots,a_n+1)$ and choose some intermediate element $a_k$ with $1 < k < n+1$. If $a_k$ is odd, apply induction on $(a_k,cdots,a_n+1)$. If it’s even, apply induction on $(a_1,cdots,a_k)$.
$endgroup$
add a comment |
$begingroup$
Induction on the value of $n$. For $n=2$ is trivial. If it’s true for $n$, take $(a_1,cdots,a_n+1)$ and choose some intermediate element $a_k$ with $1 < k < n+1$. If $a_k$ is odd, apply induction on $(a_k,cdots,a_n+1)$. If it’s even, apply induction on $(a_1,cdots,a_k)$.
$endgroup$
add a comment |
$begingroup$
Induction on the value of $n$. For $n=2$ is trivial. If it’s true for $n$, take $(a_1,cdots,a_n+1)$ and choose some intermediate element $a_k$ with $1 < k < n+1$. If $a_k$ is odd, apply induction on $(a_k,cdots,a_n+1)$. If it’s even, apply induction on $(a_1,cdots,a_k)$.
$endgroup$
Induction on the value of $n$. For $n=2$ is trivial. If it’s true for $n$, take $(a_1,cdots,a_n+1)$ and choose some intermediate element $a_k$ with $1 < k < n+1$. If $a_k$ is odd, apply induction on $(a_k,cdots,a_n+1)$. If it’s even, apply induction on $(a_1,cdots,a_k)$.
edited Apr 9 at 3:51
Bruno Andrades
24611
24611
answered Apr 9 at 3:21
BorelianBorelian
733
733
add a comment |
add a comment |
$begingroup$
If $a_2$ is odd then we are done. Suppose $a_2$ is even. Now if $a_3$ is odd we are similarly done. So assume that $a_3$ is even. Continuing this argument $n-2$ times we find that for all $1 leq i <n$ we have $a_i$ is even. So in particular $a_n-1$ is even.Take $j=n-1.$ Then $a_j$ and $a_j+1$ have the required property.
$endgroup$
add a comment |
$begingroup$
If $a_2$ is odd then we are done. Suppose $a_2$ is even. Now if $a_3$ is odd we are similarly done. So assume that $a_3$ is even. Continuing this argument $n-2$ times we find that for all $1 leq i <n$ we have $a_i$ is even. So in particular $a_n-1$ is even.Take $j=n-1.$ Then $a_j$ and $a_j+1$ have the required property.
$endgroup$
add a comment |
$begingroup$
If $a_2$ is odd then we are done. Suppose $a_2$ is even. Now if $a_3$ is odd we are similarly done. So assume that $a_3$ is even. Continuing this argument $n-2$ times we find that for all $1 leq i <n$ we have $a_i$ is even. So in particular $a_n-1$ is even.Take $j=n-1.$ Then $a_j$ and $a_j+1$ have the required property.
$endgroup$
If $a_2$ is odd then we are done. Suppose $a_2$ is even. Now if $a_3$ is odd we are similarly done. So assume that $a_3$ is even. Continuing this argument $n-2$ times we find that for all $1 leq i <n$ we have $a_i$ is even. So in particular $a_n-1$ is even.Take $j=n-1.$ Then $a_j$ and $a_j+1$ have the required property.
answered Apr 9 at 3:20
Dbchatto67Dbchatto67
3,185625
3,185625
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%2f3180504%2finduction-on-a-list-of-integers%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