Proof that the Sum of Products is Zero
$begingroup$
This is part of my answer to a question of a contest. But I ask about a really specific part of my answer and I can show the behaviour, but somehow don't know how to proof it generally. This is probably because of my missing experience with the summation symbol. The proof should be fairly simple, since it's right there but I don't know how to handle it.
There is a row of b Zeros for Example: $ Z_q = 0; Z_{q+1} = 0 ... Z_{q + b - 1} = 0$
$q+b-1 = p quad S(p) = 0 quad if quad p < 2b $
$$S(n) = sum_{m=0}^n Z_m * Z_{n - m}$$
When I write down the Sums, it seems rather obvious that this must be true:
$S(p) = Z_{0}*Z_{p} + Z_{1}*Z_{p-1} + Z_{2}*Z_{p-2} ... + Z_{p} * Z_{p - p}$ $For;example:;S(5) = Z_0 * Z_5 + Z_1 * Z_4 + Z_2 * Z_3 + Z_3*Z_2 + Z_4* Z_1 + Z_5*Z_0$
$If ; b = 2 ; then ; 5 > 2*b,; but ; if ; b ge 3 ; then ,5 < 2 * b land S(5) = 0 qquadqquadqquadqquadqquadqquad$
But I somehow fail to proof it generally.
proof-verification summation proof-writing
$endgroup$
add a comment |
$begingroup$
This is part of my answer to a question of a contest. But I ask about a really specific part of my answer and I can show the behaviour, but somehow don't know how to proof it generally. This is probably because of my missing experience with the summation symbol. The proof should be fairly simple, since it's right there but I don't know how to handle it.
There is a row of b Zeros for Example: $ Z_q = 0; Z_{q+1} = 0 ... Z_{q + b - 1} = 0$
$q+b-1 = p quad S(p) = 0 quad if quad p < 2b $
$$S(n) = sum_{m=0}^n Z_m * Z_{n - m}$$
When I write down the Sums, it seems rather obvious that this must be true:
$S(p) = Z_{0}*Z_{p} + Z_{1}*Z_{p-1} + Z_{2}*Z_{p-2} ... + Z_{p} * Z_{p - p}$ $For;example:;S(5) = Z_0 * Z_5 + Z_1 * Z_4 + Z_2 * Z_3 + Z_3*Z_2 + Z_4* Z_1 + Z_5*Z_0$
$If ; b = 2 ; then ; 5 > 2*b,; but ; if ; b ge 3 ; then ,5 < 2 * b land S(5) = 0 qquadqquadqquadqquadqquadqquad$
But I somehow fail to proof it generally.
proof-verification summation proof-writing
$endgroup$
add a comment |
$begingroup$
This is part of my answer to a question of a contest. But I ask about a really specific part of my answer and I can show the behaviour, but somehow don't know how to proof it generally. This is probably because of my missing experience with the summation symbol. The proof should be fairly simple, since it's right there but I don't know how to handle it.
There is a row of b Zeros for Example: $ Z_q = 0; Z_{q+1} = 0 ... Z_{q + b - 1} = 0$
$q+b-1 = p quad S(p) = 0 quad if quad p < 2b $
$$S(n) = sum_{m=0}^n Z_m * Z_{n - m}$$
When I write down the Sums, it seems rather obvious that this must be true:
$S(p) = Z_{0}*Z_{p} + Z_{1}*Z_{p-1} + Z_{2}*Z_{p-2} ... + Z_{p} * Z_{p - p}$ $For;example:;S(5) = Z_0 * Z_5 + Z_1 * Z_4 + Z_2 * Z_3 + Z_3*Z_2 + Z_4* Z_1 + Z_5*Z_0$
$If ; b = 2 ; then ; 5 > 2*b,; but ; if ; b ge 3 ; then ,5 < 2 * b land S(5) = 0 qquadqquadqquadqquadqquadqquad$
But I somehow fail to proof it generally.
proof-verification summation proof-writing
$endgroup$
This is part of my answer to a question of a contest. But I ask about a really specific part of my answer and I can show the behaviour, but somehow don't know how to proof it generally. This is probably because of my missing experience with the summation symbol. The proof should be fairly simple, since it's right there but I don't know how to handle it.
There is a row of b Zeros for Example: $ Z_q = 0; Z_{q+1} = 0 ... Z_{q + b - 1} = 0$
$q+b-1 = p quad S(p) = 0 quad if quad p < 2b $
$$S(n) = sum_{m=0}^n Z_m * Z_{n - m}$$
When I write down the Sums, it seems rather obvious that this must be true:
$S(p) = Z_{0}*Z_{p} + Z_{1}*Z_{p-1} + Z_{2}*Z_{p-2} ... + Z_{p} * Z_{p - p}$ $For;example:;S(5) = Z_0 * Z_5 + Z_1 * Z_4 + Z_2 * Z_3 + Z_3*Z_2 + Z_4* Z_1 + Z_5*Z_0$
$If ; b = 2 ; then ; 5 > 2*b,; but ; if ; b ge 3 ; then ,5 < 2 * b land S(5) = 0 qquadqquadqquadqquadqquadqquad$
But I somehow fail to proof it generally.
proof-verification summation proof-writing
proof-verification summation proof-writing
edited Jan 22 at 14:45
KarlTheGreat
asked Jan 22 at 13:56
KarlTheGreatKarlTheGreat
12
12
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
S(p) is the sum of p + 1 products. Since the first b products are equal to zero and the last b products are equal to zero, all products are equal to zero if $(p+1) - 2b le 0 to p + 1 le 2b to p < 2b$
$endgroup$
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%2f3083190%2fproof-that-the-sum-of-products-is-zero%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$
S(p) is the sum of p + 1 products. Since the first b products are equal to zero and the last b products are equal to zero, all products are equal to zero if $(p+1) - 2b le 0 to p + 1 le 2b to p < 2b$
$endgroup$
add a comment |
$begingroup$
S(p) is the sum of p + 1 products. Since the first b products are equal to zero and the last b products are equal to zero, all products are equal to zero if $(p+1) - 2b le 0 to p + 1 le 2b to p < 2b$
$endgroup$
add a comment |
$begingroup$
S(p) is the sum of p + 1 products. Since the first b products are equal to zero and the last b products are equal to zero, all products are equal to zero if $(p+1) - 2b le 0 to p + 1 le 2b to p < 2b$
$endgroup$
S(p) is the sum of p + 1 products. Since the first b products are equal to zero and the last b products are equal to zero, all products are equal to zero if $(p+1) - 2b le 0 to p + 1 le 2b to p < 2b$
answered Jan 22 at 15:18
KarlTheGreatKarlTheGreat
12
12
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%2f3083190%2fproof-that-the-sum-of-products-is-zero%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