Proof involving expected values
$begingroup$
Let $X_1, ..., X_n$ be IID random variables with mean $mu$, standard deviation $sigma$ and finite fourth moment. Prove by induction that
$E([sum_{i=1}^{n} (x_i - mu)]^{4}) = nE((x_i-mu)^{4})+6{nchoose 2}sigma^{4}$.
First, I can rewrite this equation as follows (since they are IID, each $x_i$ is the same distribution as any other):
$E([sum_{i=1}^{n} (x_i - mu)]^{4}) = nE((x-mu)^{4})+6{nchoose 2}sigma^{4}$.
Note the small change in the first part of the RHS.
Base case: $n=1$
$E((x - mu)^{4}) = (1)E((x-mu)^{4})+6{1choose 2}sigma^{4}$. But ${n choose k} = 0$ when $k > n$, so we get the desired result.
Induction Hypothesis: Suppose this result holds for $n=1, ..., k$. We show it holds for $k+1$. Now I plug in $n=k+1$, as follows:
begin{align*}
E([sum_{i=1}^{k+1} (x_i-mu)]^{4}) = E([sum_{i=1}^{k} (x_i-mu) + (x-mu)]^{4}).
end{align*}
Using the binomial theorem with $a = sum_{i=1}^{k} (x_i-mu)$ and $b =
(x-mu)$, as well as the fact that $E[X+Y] = E[X]+E[Y]$, and $E[XY] = E[X]E[Y]$ (from independence), I have:
begin{align*}
E([sum_{i=1}^{k} x_i-mu]^{4}) + 4E([sum_{i=1}^{k} x_i-mu]^{3})E(x-mu)+6E([sum_{i=1}^{k} x_i-mu]^{2})E([x-mu]^{2})+4E([sum_{i=1}^{k} x_i-mu])E([x-mu]^{3})+E([x-mu]^{4}).
end{align*}
From the induction hypothesis I can say that the first term + the last term is equal to
begin{align*}
kE([x-mu]^{4})+6{kchoose 2}sigma^{4} + E([x-mu]^{4}) = (k+1)E([x-mu]^{4})+6{k choose 2}sigma^{4}.
end{align*}
This looks similar to what I want, I just need a way to obtain $6{k+1choose 2}sigma^{4}$.
$textbf{Edit}$: I think that $E(x-mu) = 0$, so the second term in the binomial expansion vanishes. So I just need to deal with the terms $6E([sum_{i=1}^{k} x_i-mu]^{2})E([x-mu]^{2})+4E([sum_{i=1}^{k} x_i-mu])E([x-mu]^{3})$.
probability-theory
$endgroup$
|
show 1 more comment
$begingroup$
Let $X_1, ..., X_n$ be IID random variables with mean $mu$, standard deviation $sigma$ and finite fourth moment. Prove by induction that
$E([sum_{i=1}^{n} (x_i - mu)]^{4}) = nE((x_i-mu)^{4})+6{nchoose 2}sigma^{4}$.
First, I can rewrite this equation as follows (since they are IID, each $x_i$ is the same distribution as any other):
$E([sum_{i=1}^{n} (x_i - mu)]^{4}) = nE((x-mu)^{4})+6{nchoose 2}sigma^{4}$.
Note the small change in the first part of the RHS.
Base case: $n=1$
$E((x - mu)^{4}) = (1)E((x-mu)^{4})+6{1choose 2}sigma^{4}$. But ${n choose k} = 0$ when $k > n$, so we get the desired result.
Induction Hypothesis: Suppose this result holds for $n=1, ..., k$. We show it holds for $k+1$. Now I plug in $n=k+1$, as follows:
begin{align*}
E([sum_{i=1}^{k+1} (x_i-mu)]^{4}) = E([sum_{i=1}^{k} (x_i-mu) + (x-mu)]^{4}).
end{align*}
Using the binomial theorem with $a = sum_{i=1}^{k} (x_i-mu)$ and $b =
(x-mu)$, as well as the fact that $E[X+Y] = E[X]+E[Y]$, and $E[XY] = E[X]E[Y]$ (from independence), I have:
begin{align*}
E([sum_{i=1}^{k} x_i-mu]^{4}) + 4E([sum_{i=1}^{k} x_i-mu]^{3})E(x-mu)+6E([sum_{i=1}^{k} x_i-mu]^{2})E([x-mu]^{2})+4E([sum_{i=1}^{k} x_i-mu])E([x-mu]^{3})+E([x-mu]^{4}).
end{align*}
From the induction hypothesis I can say that the first term + the last term is equal to
begin{align*}
kE([x-mu]^{4})+6{kchoose 2}sigma^{4} + E([x-mu]^{4}) = (k+1)E([x-mu]^{4})+6{k choose 2}sigma^{4}.
end{align*}
This looks similar to what I want, I just need a way to obtain $6{k+1choose 2}sigma^{4}$.
$textbf{Edit}$: I think that $E(x-mu) = 0$, so the second term in the binomial expansion vanishes. So I just need to deal with the terms $6E([sum_{i=1}^{k} x_i-mu]^{2})E([x-mu]^{2})+4E([sum_{i=1}^{k} x_i-mu])E([x-mu]^{3})$.
probability-theory
$endgroup$
$begingroup$
Necessarily by induction? 'Cause the direct proof is... well, direct.
$endgroup$
– Did
Jan 22 at 19:46
$begingroup$
Yes, I'm self-studying and the problem asks by induction. I thought it was direct as well, but had trouble doing it by induction.
$endgroup$
– mXdX
Jan 22 at 19:47
$begingroup$
I may be a bit slow... But I don’t even understand your first equation. With $i$ as a sum index on the LHS, $i$ alone on the RHS. And do you have hypothesis on the $x_i$?
$endgroup$
– mathcounterexamples.net
Jan 22 at 19:52
$begingroup$
Sorry, I've edited it. I left important information out. The $x_i$'s are IID, so the single $x_i$ can be re-written as $x$, for example.
$endgroup$
– mXdX
Jan 22 at 20:19
3
$begingroup$
$(a+b)^4=a^4 + 4 a^3 b + 6 a^2 b^2 + 4 a b^3 + b^4$ is a good start
$endgroup$
– P. Quinton
Jan 22 at 20:49
|
show 1 more comment
$begingroup$
Let $X_1, ..., X_n$ be IID random variables with mean $mu$, standard deviation $sigma$ and finite fourth moment. Prove by induction that
$E([sum_{i=1}^{n} (x_i - mu)]^{4}) = nE((x_i-mu)^{4})+6{nchoose 2}sigma^{4}$.
First, I can rewrite this equation as follows (since they are IID, each $x_i$ is the same distribution as any other):
$E([sum_{i=1}^{n} (x_i - mu)]^{4}) = nE((x-mu)^{4})+6{nchoose 2}sigma^{4}$.
Note the small change in the first part of the RHS.
Base case: $n=1$
$E((x - mu)^{4}) = (1)E((x-mu)^{4})+6{1choose 2}sigma^{4}$. But ${n choose k} = 0$ when $k > n$, so we get the desired result.
Induction Hypothesis: Suppose this result holds for $n=1, ..., k$. We show it holds for $k+1$. Now I plug in $n=k+1$, as follows:
begin{align*}
E([sum_{i=1}^{k+1} (x_i-mu)]^{4}) = E([sum_{i=1}^{k} (x_i-mu) + (x-mu)]^{4}).
end{align*}
Using the binomial theorem with $a = sum_{i=1}^{k} (x_i-mu)$ and $b =
(x-mu)$, as well as the fact that $E[X+Y] = E[X]+E[Y]$, and $E[XY] = E[X]E[Y]$ (from independence), I have:
begin{align*}
E([sum_{i=1}^{k} x_i-mu]^{4}) + 4E([sum_{i=1}^{k} x_i-mu]^{3})E(x-mu)+6E([sum_{i=1}^{k} x_i-mu]^{2})E([x-mu]^{2})+4E([sum_{i=1}^{k} x_i-mu])E([x-mu]^{3})+E([x-mu]^{4}).
end{align*}
From the induction hypothesis I can say that the first term + the last term is equal to
begin{align*}
kE([x-mu]^{4})+6{kchoose 2}sigma^{4} + E([x-mu]^{4}) = (k+1)E([x-mu]^{4})+6{k choose 2}sigma^{4}.
end{align*}
This looks similar to what I want, I just need a way to obtain $6{k+1choose 2}sigma^{4}$.
$textbf{Edit}$: I think that $E(x-mu) = 0$, so the second term in the binomial expansion vanishes. So I just need to deal with the terms $6E([sum_{i=1}^{k} x_i-mu]^{2})E([x-mu]^{2})+4E([sum_{i=1}^{k} x_i-mu])E([x-mu]^{3})$.
probability-theory
$endgroup$
Let $X_1, ..., X_n$ be IID random variables with mean $mu$, standard deviation $sigma$ and finite fourth moment. Prove by induction that
$E([sum_{i=1}^{n} (x_i - mu)]^{4}) = nE((x_i-mu)^{4})+6{nchoose 2}sigma^{4}$.
First, I can rewrite this equation as follows (since they are IID, each $x_i$ is the same distribution as any other):
$E([sum_{i=1}^{n} (x_i - mu)]^{4}) = nE((x-mu)^{4})+6{nchoose 2}sigma^{4}$.
Note the small change in the first part of the RHS.
Base case: $n=1$
$E((x - mu)^{4}) = (1)E((x-mu)^{4})+6{1choose 2}sigma^{4}$. But ${n choose k} = 0$ when $k > n$, so we get the desired result.
Induction Hypothesis: Suppose this result holds for $n=1, ..., k$. We show it holds for $k+1$. Now I plug in $n=k+1$, as follows:
begin{align*}
E([sum_{i=1}^{k+1} (x_i-mu)]^{4}) = E([sum_{i=1}^{k} (x_i-mu) + (x-mu)]^{4}).
end{align*}
Using the binomial theorem with $a = sum_{i=1}^{k} (x_i-mu)$ and $b =
(x-mu)$, as well as the fact that $E[X+Y] = E[X]+E[Y]$, and $E[XY] = E[X]E[Y]$ (from independence), I have:
begin{align*}
E([sum_{i=1}^{k} x_i-mu]^{4}) + 4E([sum_{i=1}^{k} x_i-mu]^{3})E(x-mu)+6E([sum_{i=1}^{k} x_i-mu]^{2})E([x-mu]^{2})+4E([sum_{i=1}^{k} x_i-mu])E([x-mu]^{3})+E([x-mu]^{4}).
end{align*}
From the induction hypothesis I can say that the first term + the last term is equal to
begin{align*}
kE([x-mu]^{4})+6{kchoose 2}sigma^{4} + E([x-mu]^{4}) = (k+1)E([x-mu]^{4})+6{k choose 2}sigma^{4}.
end{align*}
This looks similar to what I want, I just need a way to obtain $6{k+1choose 2}sigma^{4}$.
$textbf{Edit}$: I think that $E(x-mu) = 0$, so the second term in the binomial expansion vanishes. So I just need to deal with the terms $6E([sum_{i=1}^{k} x_i-mu]^{2})E([x-mu]^{2})+4E([sum_{i=1}^{k} x_i-mu])E([x-mu]^{3})$.
probability-theory
probability-theory
edited Jan 23 at 6:52
mXdX
asked Jan 22 at 19:44
mXdXmXdX
848
848
$begingroup$
Necessarily by induction? 'Cause the direct proof is... well, direct.
$endgroup$
– Did
Jan 22 at 19:46
$begingroup$
Yes, I'm self-studying and the problem asks by induction. I thought it was direct as well, but had trouble doing it by induction.
$endgroup$
– mXdX
Jan 22 at 19:47
$begingroup$
I may be a bit slow... But I don’t even understand your first equation. With $i$ as a sum index on the LHS, $i$ alone on the RHS. And do you have hypothesis on the $x_i$?
$endgroup$
– mathcounterexamples.net
Jan 22 at 19:52
$begingroup$
Sorry, I've edited it. I left important information out. The $x_i$'s are IID, so the single $x_i$ can be re-written as $x$, for example.
$endgroup$
– mXdX
Jan 22 at 20:19
3
$begingroup$
$(a+b)^4=a^4 + 4 a^3 b + 6 a^2 b^2 + 4 a b^3 + b^4$ is a good start
$endgroup$
– P. Quinton
Jan 22 at 20:49
|
show 1 more comment
$begingroup$
Necessarily by induction? 'Cause the direct proof is... well, direct.
$endgroup$
– Did
Jan 22 at 19:46
$begingroup$
Yes, I'm self-studying and the problem asks by induction. I thought it was direct as well, but had trouble doing it by induction.
$endgroup$
– mXdX
Jan 22 at 19:47
$begingroup$
I may be a bit slow... But I don’t even understand your first equation. With $i$ as a sum index on the LHS, $i$ alone on the RHS. And do you have hypothesis on the $x_i$?
$endgroup$
– mathcounterexamples.net
Jan 22 at 19:52
$begingroup$
Sorry, I've edited it. I left important information out. The $x_i$'s are IID, so the single $x_i$ can be re-written as $x$, for example.
$endgroup$
– mXdX
Jan 22 at 20:19
3
$begingroup$
$(a+b)^4=a^4 + 4 a^3 b + 6 a^2 b^2 + 4 a b^3 + b^4$ is a good start
$endgroup$
– P. Quinton
Jan 22 at 20:49
$begingroup$
Necessarily by induction? 'Cause the direct proof is... well, direct.
$endgroup$
– Did
Jan 22 at 19:46
$begingroup$
Necessarily by induction? 'Cause the direct proof is... well, direct.
$endgroup$
– Did
Jan 22 at 19:46
$begingroup$
Yes, I'm self-studying and the problem asks by induction. I thought it was direct as well, but had trouble doing it by induction.
$endgroup$
– mXdX
Jan 22 at 19:47
$begingroup$
Yes, I'm self-studying and the problem asks by induction. I thought it was direct as well, but had trouble doing it by induction.
$endgroup$
– mXdX
Jan 22 at 19:47
$begingroup$
I may be a bit slow... But I don’t even understand your first equation. With $i$ as a sum index on the LHS, $i$ alone on the RHS. And do you have hypothesis on the $x_i$?
$endgroup$
– mathcounterexamples.net
Jan 22 at 19:52
$begingroup$
I may be a bit slow... But I don’t even understand your first equation. With $i$ as a sum index on the LHS, $i$ alone on the RHS. And do you have hypothesis on the $x_i$?
$endgroup$
– mathcounterexamples.net
Jan 22 at 19:52
$begingroup$
Sorry, I've edited it. I left important information out. The $x_i$'s are IID, so the single $x_i$ can be re-written as $x$, for example.
$endgroup$
– mXdX
Jan 22 at 20:19
$begingroup$
Sorry, I've edited it. I left important information out. The $x_i$'s are IID, so the single $x_i$ can be re-written as $x$, for example.
$endgroup$
– mXdX
Jan 22 at 20:19
3
3
$begingroup$
$(a+b)^4=a^4 + 4 a^3 b + 6 a^2 b^2 + 4 a b^3 + b^4$ is a good start
$endgroup$
– P. Quinton
Jan 22 at 20:49
$begingroup$
$(a+b)^4=a^4 + 4 a^3 b + 6 a^2 b^2 + 4 a b^3 + b^4$ is a good start
$endgroup$
– P. Quinton
Jan 22 at 20:49
|
show 1 more 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%2f3083618%2fproof-involving-expected-values%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%2f3083618%2fproof-involving-expected-values%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$
Necessarily by induction? 'Cause the direct proof is... well, direct.
$endgroup$
– Did
Jan 22 at 19:46
$begingroup$
Yes, I'm self-studying and the problem asks by induction. I thought it was direct as well, but had trouble doing it by induction.
$endgroup$
– mXdX
Jan 22 at 19:47
$begingroup$
I may be a bit slow... But I don’t even understand your first equation. With $i$ as a sum index on the LHS, $i$ alone on the RHS. And do you have hypothesis on the $x_i$?
$endgroup$
– mathcounterexamples.net
Jan 22 at 19:52
$begingroup$
Sorry, I've edited it. I left important information out. The $x_i$'s are IID, so the single $x_i$ can be re-written as $x$, for example.
$endgroup$
– mXdX
Jan 22 at 20:19
3
$begingroup$
$(a+b)^4=a^4 + 4 a^3 b + 6 a^2 b^2 + 4 a b^3 + b^4$ is a good start
$endgroup$
– P. Quinton
Jan 22 at 20:49