Prove that $sum_{j=0}^n sum_{k=0}^j p_k q_{j-k} r_{n-j} = sum_{k=0}^n sum_{j=k}^n p_k q_{j-k} r_{n-j}$ ...
Random body shuffle every night—can we still function?
Table formatting with tabularx?
How to name indistinguishable henchmen in a screenplay?
Short story about astronauts fertilizing soil with their own bodies
Vertical ranges of Column Plots in 12
Why can't fire hurt Daenerys but it did to Jon Snow in season 1?
Why do C and C++ allow the expression (int) + 4*5;
calculator's angle answer for trig ratios that can work in more than 1 quadrant on the unit circle
One-one communication
Is this Half-dragon Quaggoth boss monster balanced?
Weaponising the Grasp-at-a-Distance spell
Does the universe have a fixed centre of mass?
How do you write "wild blueberries flavored"?
New Order #6: Easter Egg
Baking rewards as operations
The Nth Gryphon Number
How does the body cool itself in a stillsuit?
Can two people see the same photon?
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
malloc in main() or malloc in another function: allocating memory for a struct and its members
Can gravitational waves pass through a black hole?
Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?
Are there any irrational/transcendental numbers for which the distribution of decimal digits is not uniform?
Is the time—manner—place ordering of adverbials an oversimplification?
Prove that $sum_{j=0}^n sum_{k=0}^j p_k q_{j-k} r_{n-j} = sum_{k=0}^n sum_{j=k}^n p_k q_{j-k} r_{n-j}$
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)Prove that $sum_{kge 1} k/(k+1)! = 1$how to prove that $sum_{k=1}^{m}k!k=(m+1)!-1$ without induction?How to prove that $sum_{k=0}^n binom{2n+1}{2k+1} = 4^{n}$Prove that $1.49<sum_{k=1}^{99}frac{1}{k^2}<1.99$Looking for a clever simplification of $sum_{j=2}^{T_L}(j-1-O_L)(2j-n-1)+sum_{i=T^U}^{n-1}(O^U-n+i)(2i-n-1)$What is the asymptotic behaviour of $sum_{p_kleq x}kp_k$, where $p_k$ is the kth prime number?How to prove that $sum_{i=j}^nn-i = sum_{i=1}^{n-j}i$?Prove that $ sum_{x=1}^ infty frac{1}{x!} = e -1 $Convergence of $sum_{k=1}^infty p_k^{-z}$, $p$ is prime.Tools for finding bounds on power series
$begingroup$
I encounter this problem when proving that $Bbb R[[X]] := (Bbb R^Bbb N,+,cdot)$ is actually a formal power series ring over $Bbb R$.
Let $(p_n mid n in Bbb N), (q_n mid n in Bbb N), (r_n mid n in Bbb N)$ be sequences in $Bbb R$. Prove that $$sum_{j=0}^n sum_{k=0}^j p_k q_{j-k} r_{n-j} = sum_{k=0}^n sum_{j=k}^n p_k q_{j-k} r_{n-j}$$
I have tried to manipulate the indices $j,k,n$ but to no avail. Please leave me some hints. Thank you so much!
summation
$endgroup$
add a comment |
$begingroup$
I encounter this problem when proving that $Bbb R[[X]] := (Bbb R^Bbb N,+,cdot)$ is actually a formal power series ring over $Bbb R$.
Let $(p_n mid n in Bbb N), (q_n mid n in Bbb N), (r_n mid n in Bbb N)$ be sequences in $Bbb R$. Prove that $$sum_{j=0}^n sum_{k=0}^j p_k q_{j-k} r_{n-j} = sum_{k=0}^n sum_{j=k}^n p_k q_{j-k} r_{n-j}$$
I have tried to manipulate the indices $j,k,n$ but to no avail. Please leave me some hints. Thank you so much!
summation
$endgroup$
add a comment |
$begingroup$
I encounter this problem when proving that $Bbb R[[X]] := (Bbb R^Bbb N,+,cdot)$ is actually a formal power series ring over $Bbb R$.
Let $(p_n mid n in Bbb N), (q_n mid n in Bbb N), (r_n mid n in Bbb N)$ be sequences in $Bbb R$. Prove that $$sum_{j=0}^n sum_{k=0}^j p_k q_{j-k} r_{n-j} = sum_{k=0}^n sum_{j=k}^n p_k q_{j-k} r_{n-j}$$
I have tried to manipulate the indices $j,k,n$ but to no avail. Please leave me some hints. Thank you so much!
summation
$endgroup$
I encounter this problem when proving that $Bbb R[[X]] := (Bbb R^Bbb N,+,cdot)$ is actually a formal power series ring over $Bbb R$.
Let $(p_n mid n in Bbb N), (q_n mid n in Bbb N), (r_n mid n in Bbb N)$ be sequences in $Bbb R$. Prove that $$sum_{j=0}^n sum_{k=0}^j p_k q_{j-k} r_{n-j} = sum_{k=0}^n sum_{j=k}^n p_k q_{j-k} r_{n-j}$$
I have tried to manipulate the indices $j,k,n$ but to no avail. Please leave me some hints. Thank you so much!
summation
summation
asked Mar 26 at 10:18
Le Anh DungLe Anh Dung
1,2571621
1,2571621
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You are adding the same numbers in a different order The condition $0 leq k leq j leq n$ is same as $j geq k $ , $j leq n$ and $0leq k$ so the terms on the two sides are the same.
$endgroup$
add a comment |
$begingroup$
All you have to prove is that the sets of indices the sums run over are the same. In fact, they are both equal to
$$S{(j, k)| 0leq j,lleq nland kleq j}$$
That is, you can prove that in both sums, the index pair $(j,k)$ appears in the sum if and only if $(j, k)in S$.
$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%2f3162991%2fprove-that-sum-j-0n-sum-k-0j-p-k-q-j-k-r-n-j-sum-k-0n-sum-j%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$
You are adding the same numbers in a different order The condition $0 leq k leq j leq n$ is same as $j geq k $ , $j leq n$ and $0leq k$ so the terms on the two sides are the same.
$endgroup$
add a comment |
$begingroup$
You are adding the same numbers in a different order The condition $0 leq k leq j leq n$ is same as $j geq k $ , $j leq n$ and $0leq k$ so the terms on the two sides are the same.
$endgroup$
add a comment |
$begingroup$
You are adding the same numbers in a different order The condition $0 leq k leq j leq n$ is same as $j geq k $ , $j leq n$ and $0leq k$ so the terms on the two sides are the same.
$endgroup$
You are adding the same numbers in a different order The condition $0 leq k leq j leq n$ is same as $j geq k $ , $j leq n$ and $0leq k$ so the terms on the two sides are the same.
answered Mar 26 at 10:23
Kavi Rama MurthyKavi Rama Murthy
76.6k53471
76.6k53471
add a comment |
add a comment |
$begingroup$
All you have to prove is that the sets of indices the sums run over are the same. In fact, they are both equal to
$$S{(j, k)| 0leq j,lleq nland kleq j}$$
That is, you can prove that in both sums, the index pair $(j,k)$ appears in the sum if and only if $(j, k)in S$.
$endgroup$
add a comment |
$begingroup$
All you have to prove is that the sets of indices the sums run over are the same. In fact, they are both equal to
$$S{(j, k)| 0leq j,lleq nland kleq j}$$
That is, you can prove that in both sums, the index pair $(j,k)$ appears in the sum if and only if $(j, k)in S$.
$endgroup$
add a comment |
$begingroup$
All you have to prove is that the sets of indices the sums run over are the same. In fact, they are both equal to
$$S{(j, k)| 0leq j,lleq nland kleq j}$$
That is, you can prove that in both sums, the index pair $(j,k)$ appears in the sum if and only if $(j, k)in S$.
$endgroup$
All you have to prove is that the sets of indices the sums run over are the same. In fact, they are both equal to
$$S{(j, k)| 0leq j,lleq nland kleq j}$$
That is, you can prove that in both sums, the index pair $(j,k)$ appears in the sum if and only if $(j, k)in S$.
answered Mar 26 at 10:22
5xum5xum
92.9k395162
92.9k395162
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%2f3162991%2fprove-that-sum-j-0n-sum-k-0j-p-k-q-j-k-r-n-j-sum-k-0n-sum-j%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