How do I prove this combinatorial identity Unicorn Meta Zoo #1: Why another podcast? ...
Protagonist's race is hidden - should I reveal it?
Suing a Police Officer Instead of the Police Department
What *exactly* is electrical current, voltage, and resistance?
What was Apollo 13's "Little Jolt" after MECO?
What's the difference between using dependency injection with a container and using a service locator?
How would this chord from "Rocket Man" be analyzed?
Did the Roman Empire have penal colonies?
What to do with someone that cheated their way through university and a PhD program?
A strange hotel
What is purpose of DB Browser(dbbrowser.aspx) under admin tool?
How much of a wave function must reside inside event horizon for it to be consumed by the black hole?
Why doesn't the standard consider a template constructor as a copy constructor?
Is Bran literally the world's memory?
Implementing 3DES algorithm in Java: is my code secure?
What is the best way to deal with NPC-NPC combat?
Co-worker works way more than he should
Is there metaphorical meaning of "aus der Haft entlassen"?
A Paper Record is What I Hamper
Multiple fireplaces in an apartment building?
Why do games have consumables?
Approximating integral with small parameter
Was Dennis Ritchie being too modest in this quote about C and Pascal?
Older movie/show about humans on derelict alien warship which refuels by passing through a star
As an international instructor, should I openly talk about my accent?
How do I prove this combinatorial identity
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraAlternative combinatorial proof for $sumlimits_{r=0}^nbinom{n}{r}binom{m+r}{n}=sumlimits_{r=0}^nbinom{n}{r}binom{m}{r}2^r$Number of way to invite my friends over for dinner on 5 nightsHelp with how to prepare the inductive step of a strong induction exercise.Source and/or combinatorial interpretation for $F_{n+k} = sum_{i=0}^{k} binom{k}{i}F_{n-i}$Another combinatorial identity of McKayExpectation of the fraction a random function covers its rangeFind a conjecture for $F_1+F_2+…+F_n$Proof involving Fibonacci number and binomial coefficientCombinatorial proof of ${n choose 1} + {n choose 3} +cdots = {n choose 0} + {n choose 2}+cdots$Generating function of even Fibonacci numbers
$begingroup$
Show that ${2n choose n} + 3{2n-1 choose n} + 3^2{2n-2 choose n} + cdots + 3^n{n choose n} \ = {2n+1 choose n+1} + 2{2n+1 choose n+2} + 2^2{2n+1 choose n+3} + cdots + 2^n{2n+1 choose 2n+1}$
One way that I did it was to use the idea of generating functions.
For the left hand side expression, I can find 2 functions. Consider;
$$f_1 (x) = frac{1}{(1-3x)} \ = 1 + 3^1x + 3^2x^2 + 3^3x^3 + cdots + 3^nx^n + cdots \ f_2(x) = frac{1}{(1-x)^{n+1}} \ = {n choose n} + {n+1 choose n}x + {n+2 choose n}x^2 + cdots + {2n-1 choose n}x^{n-1} + {2n choose n}x^n + cdots + $$
Consider the coefficient of $x^n$ in the expansion of $f_1 (x) . f_2 (x)$. Then the coefficient will be the expression on the left hand side.
Now we further consider 2 functions for the right-hand side expression.
Consider;
$$f_3 (x) = frac {1}{(1-2x)} \ = 1 + 2^1x + 2^2x^2 + cdots + 2^{n-1}x^{n-1} + 2^nx^n + cdots \ f_4 (x) = (1+x)^{2n+1} \= 1 + {2n+1 choose 1}x + {2n+1 choose 2}x^2 + cdots + {2n+1 choose n-1}x^{n-1} + {2n+1 choose n}x^n \ = {2n+1 choose 2n+1} + {2n+1 choose 2n}x + {2n+1 choose 2n-1}x^2 + cdots + {2n+1 choose n+2}x^{n-1} + {2n+1 choose n+1}x^{n}$$
Hence the coefficient of $x^n$ is the coefficient of $x^n$ in the expansion of $f_3(x) . f_4(x)$
This is what I managed to do so far. I'm not sure if $f_1(x) .f_2(x) = f_3(x).f_4(x)$. If the two functions are indeed equal, then I can conclude that their coefficient of $x^n$ must be equal, which will immediately answer the question. If they are equal, how do I show that they are?
If the two functions are not equal? How do I proceed to show this question?
Edit: It might not be true that the product of the two functions are equal. I tried substituting $x=0.1, n=1$. Seems like the two values are not equal. How do I proceed with this question?
combinatorics induction binomial-coefficients generating-functions combinatorial-proofs
$endgroup$
add a comment |
$begingroup$
Show that ${2n choose n} + 3{2n-1 choose n} + 3^2{2n-2 choose n} + cdots + 3^n{n choose n} \ = {2n+1 choose n+1} + 2{2n+1 choose n+2} + 2^2{2n+1 choose n+3} + cdots + 2^n{2n+1 choose 2n+1}$
One way that I did it was to use the idea of generating functions.
For the left hand side expression, I can find 2 functions. Consider;
$$f_1 (x) = frac{1}{(1-3x)} \ = 1 + 3^1x + 3^2x^2 + 3^3x^3 + cdots + 3^nx^n + cdots \ f_2(x) = frac{1}{(1-x)^{n+1}} \ = {n choose n} + {n+1 choose n}x + {n+2 choose n}x^2 + cdots + {2n-1 choose n}x^{n-1} + {2n choose n}x^n + cdots + $$
Consider the coefficient of $x^n$ in the expansion of $f_1 (x) . f_2 (x)$. Then the coefficient will be the expression on the left hand side.
Now we further consider 2 functions for the right-hand side expression.
Consider;
$$f_3 (x) = frac {1}{(1-2x)} \ = 1 + 2^1x + 2^2x^2 + cdots + 2^{n-1}x^{n-1} + 2^nx^n + cdots \ f_4 (x) = (1+x)^{2n+1} \= 1 + {2n+1 choose 1}x + {2n+1 choose 2}x^2 + cdots + {2n+1 choose n-1}x^{n-1} + {2n+1 choose n}x^n \ = {2n+1 choose 2n+1} + {2n+1 choose 2n}x + {2n+1 choose 2n-1}x^2 + cdots + {2n+1 choose n+2}x^{n-1} + {2n+1 choose n+1}x^{n}$$
Hence the coefficient of $x^n$ is the coefficient of $x^n$ in the expansion of $f_3(x) . f_4(x)$
This is what I managed to do so far. I'm not sure if $f_1(x) .f_2(x) = f_3(x).f_4(x)$. If the two functions are indeed equal, then I can conclude that their coefficient of $x^n$ must be equal, which will immediately answer the question. If they are equal, how do I show that they are?
If the two functions are not equal? How do I proceed to show this question?
Edit: It might not be true that the product of the two functions are equal. I tried substituting $x=0.1, n=1$. Seems like the two values are not equal. How do I proceed with this question?
combinatorics induction binomial-coefficients generating-functions combinatorial-proofs
$endgroup$
$begingroup$
The two functions are not equal. In general for rational expressions, ie fractions where numerator and denominator are polynomials, if $a(x)/b(x)=c(x)/d(x)$ for all $x$ (ie expressions are identical), then you must have the polynomial equality $a(x)d(x)=b(x)c(x)$ which is only true if the two products are the same polynomial. If both fractions, $a(x)/b(x)$ and $c(x)/d(x)$, are without common factors, this is only true if $a(x)=kcdot c(x)$ and $b(x)=kcdot d(x)$ for some constant $k$.
$endgroup$
– Einar Rødland
5 hours ago
$begingroup$
Noted! Thanks for the explanation!
$endgroup$
– Icycarus
5 hours ago
add a comment |
$begingroup$
Show that ${2n choose n} + 3{2n-1 choose n} + 3^2{2n-2 choose n} + cdots + 3^n{n choose n} \ = {2n+1 choose n+1} + 2{2n+1 choose n+2} + 2^2{2n+1 choose n+3} + cdots + 2^n{2n+1 choose 2n+1}$
One way that I did it was to use the idea of generating functions.
For the left hand side expression, I can find 2 functions. Consider;
$$f_1 (x) = frac{1}{(1-3x)} \ = 1 + 3^1x + 3^2x^2 + 3^3x^3 + cdots + 3^nx^n + cdots \ f_2(x) = frac{1}{(1-x)^{n+1}} \ = {n choose n} + {n+1 choose n}x + {n+2 choose n}x^2 + cdots + {2n-1 choose n}x^{n-1} + {2n choose n}x^n + cdots + $$
Consider the coefficient of $x^n$ in the expansion of $f_1 (x) . f_2 (x)$. Then the coefficient will be the expression on the left hand side.
Now we further consider 2 functions for the right-hand side expression.
Consider;
$$f_3 (x) = frac {1}{(1-2x)} \ = 1 + 2^1x + 2^2x^2 + cdots + 2^{n-1}x^{n-1} + 2^nx^n + cdots \ f_4 (x) = (1+x)^{2n+1} \= 1 + {2n+1 choose 1}x + {2n+1 choose 2}x^2 + cdots + {2n+1 choose n-1}x^{n-1} + {2n+1 choose n}x^n \ = {2n+1 choose 2n+1} + {2n+1 choose 2n}x + {2n+1 choose 2n-1}x^2 + cdots + {2n+1 choose n+2}x^{n-1} + {2n+1 choose n+1}x^{n}$$
Hence the coefficient of $x^n$ is the coefficient of $x^n$ in the expansion of $f_3(x) . f_4(x)$
This is what I managed to do so far. I'm not sure if $f_1(x) .f_2(x) = f_3(x).f_4(x)$. If the two functions are indeed equal, then I can conclude that their coefficient of $x^n$ must be equal, which will immediately answer the question. If they are equal, how do I show that they are?
If the two functions are not equal? How do I proceed to show this question?
Edit: It might not be true that the product of the two functions are equal. I tried substituting $x=0.1, n=1$. Seems like the two values are not equal. How do I proceed with this question?
combinatorics induction binomial-coefficients generating-functions combinatorial-proofs
$endgroup$
Show that ${2n choose n} + 3{2n-1 choose n} + 3^2{2n-2 choose n} + cdots + 3^n{n choose n} \ = {2n+1 choose n+1} + 2{2n+1 choose n+2} + 2^2{2n+1 choose n+3} + cdots + 2^n{2n+1 choose 2n+1}$
One way that I did it was to use the idea of generating functions.
For the left hand side expression, I can find 2 functions. Consider;
$$f_1 (x) = frac{1}{(1-3x)} \ = 1 + 3^1x + 3^2x^2 + 3^3x^3 + cdots + 3^nx^n + cdots \ f_2(x) = frac{1}{(1-x)^{n+1}} \ = {n choose n} + {n+1 choose n}x + {n+2 choose n}x^2 + cdots + {2n-1 choose n}x^{n-1} + {2n choose n}x^n + cdots + $$
Consider the coefficient of $x^n$ in the expansion of $f_1 (x) . f_2 (x)$. Then the coefficient will be the expression on the left hand side.
Now we further consider 2 functions for the right-hand side expression.
Consider;
$$f_3 (x) = frac {1}{(1-2x)} \ = 1 + 2^1x + 2^2x^2 + cdots + 2^{n-1}x^{n-1} + 2^nx^n + cdots \ f_4 (x) = (1+x)^{2n+1} \= 1 + {2n+1 choose 1}x + {2n+1 choose 2}x^2 + cdots + {2n+1 choose n-1}x^{n-1} + {2n+1 choose n}x^n \ = {2n+1 choose 2n+1} + {2n+1 choose 2n}x + {2n+1 choose 2n-1}x^2 + cdots + {2n+1 choose n+2}x^{n-1} + {2n+1 choose n+1}x^{n}$$
Hence the coefficient of $x^n$ is the coefficient of $x^n$ in the expansion of $f_3(x) . f_4(x)$
This is what I managed to do so far. I'm not sure if $f_1(x) .f_2(x) = f_3(x).f_4(x)$. If the two functions are indeed equal, then I can conclude that their coefficient of $x^n$ must be equal, which will immediately answer the question. If they are equal, how do I show that they are?
If the two functions are not equal? How do I proceed to show this question?
Edit: It might not be true that the product of the two functions are equal. I tried substituting $x=0.1, n=1$. Seems like the two values are not equal. How do I proceed with this question?
combinatorics induction binomial-coefficients generating-functions combinatorial-proofs
combinatorics induction binomial-coefficients generating-functions combinatorial-proofs
edited 12 mins ago
Arthur
123k7122211
123k7122211
asked 6 hours ago
IcycarusIcycarus
5201314
5201314
$begingroup$
The two functions are not equal. In general for rational expressions, ie fractions where numerator and denominator are polynomials, if $a(x)/b(x)=c(x)/d(x)$ for all $x$ (ie expressions are identical), then you must have the polynomial equality $a(x)d(x)=b(x)c(x)$ which is only true if the two products are the same polynomial. If both fractions, $a(x)/b(x)$ and $c(x)/d(x)$, are without common factors, this is only true if $a(x)=kcdot c(x)$ and $b(x)=kcdot d(x)$ for some constant $k$.
$endgroup$
– Einar Rødland
5 hours ago
$begingroup$
Noted! Thanks for the explanation!
$endgroup$
– Icycarus
5 hours ago
add a comment |
$begingroup$
The two functions are not equal. In general for rational expressions, ie fractions where numerator and denominator are polynomials, if $a(x)/b(x)=c(x)/d(x)$ for all $x$ (ie expressions are identical), then you must have the polynomial equality $a(x)d(x)=b(x)c(x)$ which is only true if the two products are the same polynomial. If both fractions, $a(x)/b(x)$ and $c(x)/d(x)$, are without common factors, this is only true if $a(x)=kcdot c(x)$ and $b(x)=kcdot d(x)$ for some constant $k$.
$endgroup$
– Einar Rødland
5 hours ago
$begingroup$
Noted! Thanks for the explanation!
$endgroup$
– Icycarus
5 hours ago
$begingroup$
The two functions are not equal. In general for rational expressions, ie fractions where numerator and denominator are polynomials, if $a(x)/b(x)=c(x)/d(x)$ for all $x$ (ie expressions are identical), then you must have the polynomial equality $a(x)d(x)=b(x)c(x)$ which is only true if the two products are the same polynomial. If both fractions, $a(x)/b(x)$ and $c(x)/d(x)$, are without common factors, this is only true if $a(x)=kcdot c(x)$ and $b(x)=kcdot d(x)$ for some constant $k$.
$endgroup$
– Einar Rødland
5 hours ago
$begingroup$
The two functions are not equal. In general for rational expressions, ie fractions where numerator and denominator are polynomials, if $a(x)/b(x)=c(x)/d(x)$ for all $x$ (ie expressions are identical), then you must have the polynomial equality $a(x)d(x)=b(x)c(x)$ which is only true if the two products are the same polynomial. If both fractions, $a(x)/b(x)$ and $c(x)/d(x)$, are without common factors, this is only true if $a(x)=kcdot c(x)$ and $b(x)=kcdot d(x)$ for some constant $k$.
$endgroup$
– Einar Rødland
5 hours ago
$begingroup$
Noted! Thanks for the explanation!
$endgroup$
– Icycarus
5 hours ago
$begingroup$
Noted! Thanks for the explanation!
$endgroup$
– Icycarus
5 hours ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Here is a combinatorial proof. Both sides of the equation answer the following question:
How many sequences are there of length $2n+1$, with entries in ${0,1,2}$, such that
- at least one of the entries is a $2$, and
- there are exactly $n$ zeroes to the left of the leftmost $2$?
LHS:
Suppose the leftmost $2$ occurs in spot $k+1$. Among the $k$ spots before hand, you must choose $n$ of the entries to be zero. The $2n+1-(k+1)=2n-k$ spots afterward can be anything. There are $binom{k}n3^{2n-k}$ ways to do this. Then sum over $k$.
RHS:
Suppose there are $j$ entries which are equal to $0$ or $2$. Choose those entries which are equal to $0$ or $2$ in $binom{2n+1}j$ ways. The leftmost $n$ of these entries must be zero, the $(n+1)^{st}$ entry must be two, then the remaining $j-(n+1)$ entries can be chosen freely among $0$ and $2$. There are $binom{2n+1}{j}2^{j-(n+1)}$ ways to do this, then sum over $j$.
$endgroup$
1
$begingroup$
How did you get to the process of the answer? The way that you thought of the answer is quite a unique way and I was wondering if you can share how you managed to think about this solution
$endgroup$
– Icycarus
5 hours ago
3
$begingroup$
@Icycarus The LHS has a fixed lower index and changing upper index. This reminded me of the Hockey stick identity, whose proof involves conditioning on where the largest element of a subset lies. Since there was a $3^{i}$ afterwards, I figured ternary sequences had to be involved somehow.
$endgroup$
– Mike Earnest
5 hours ago
add a comment |
$begingroup$
Using your functions, consider
$$
3^n f_2(frac13) = 3^n frac{1}{(1-frac13)^{n+1}} = frac32 (frac92)^n\ = {n choose n}3^n + {n+1 choose n}3^{n-1} + cdots + {2n choose n} + cdots
$$
and further
$$
2^n f_4 (frac12) = 2^n (frac32)^{2n+1} = frac32 (frac92)^n \= {2n+1 choose 2n+1}2^n + {2n+1 choose 2n}2^{n-1} + cdots + {2n+1 choose n+1}
$$
The two are equal.
$endgroup$
2
$begingroup$
I think something is awry. For $3^nf_2(1/3)$, the sum is infinite, but OP’s sum is finite.
$endgroup$
– Mike Earnest
5 hours ago
$begingroup$
@MikeEarnest I tried to check your point. I couldn't solve that issue, it is striking that the two sums have equal value, and the regions of convergence is fulfilled. Where is the (hidden) issue?
$endgroup$
– Andreas
2 hours ago
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%2f3201479%2fhow-do-i-prove-this-combinatorial-identity%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$
Here is a combinatorial proof. Both sides of the equation answer the following question:
How many sequences are there of length $2n+1$, with entries in ${0,1,2}$, such that
- at least one of the entries is a $2$, and
- there are exactly $n$ zeroes to the left of the leftmost $2$?
LHS:
Suppose the leftmost $2$ occurs in spot $k+1$. Among the $k$ spots before hand, you must choose $n$ of the entries to be zero. The $2n+1-(k+1)=2n-k$ spots afterward can be anything. There are $binom{k}n3^{2n-k}$ ways to do this. Then sum over $k$.
RHS:
Suppose there are $j$ entries which are equal to $0$ or $2$. Choose those entries which are equal to $0$ or $2$ in $binom{2n+1}j$ ways. The leftmost $n$ of these entries must be zero, the $(n+1)^{st}$ entry must be two, then the remaining $j-(n+1)$ entries can be chosen freely among $0$ and $2$. There are $binom{2n+1}{j}2^{j-(n+1)}$ ways to do this, then sum over $j$.
$endgroup$
1
$begingroup$
How did you get to the process of the answer? The way that you thought of the answer is quite a unique way and I was wondering if you can share how you managed to think about this solution
$endgroup$
– Icycarus
5 hours ago
3
$begingroup$
@Icycarus The LHS has a fixed lower index and changing upper index. This reminded me of the Hockey stick identity, whose proof involves conditioning on where the largest element of a subset lies. Since there was a $3^{i}$ afterwards, I figured ternary sequences had to be involved somehow.
$endgroup$
– Mike Earnest
5 hours ago
add a comment |
$begingroup$
Here is a combinatorial proof. Both sides of the equation answer the following question:
How many sequences are there of length $2n+1$, with entries in ${0,1,2}$, such that
- at least one of the entries is a $2$, and
- there are exactly $n$ zeroes to the left of the leftmost $2$?
LHS:
Suppose the leftmost $2$ occurs in spot $k+1$. Among the $k$ spots before hand, you must choose $n$ of the entries to be zero. The $2n+1-(k+1)=2n-k$ spots afterward can be anything. There are $binom{k}n3^{2n-k}$ ways to do this. Then sum over $k$.
RHS:
Suppose there are $j$ entries which are equal to $0$ or $2$. Choose those entries which are equal to $0$ or $2$ in $binom{2n+1}j$ ways. The leftmost $n$ of these entries must be zero, the $(n+1)^{st}$ entry must be two, then the remaining $j-(n+1)$ entries can be chosen freely among $0$ and $2$. There are $binom{2n+1}{j}2^{j-(n+1)}$ ways to do this, then sum over $j$.
$endgroup$
1
$begingroup$
How did you get to the process of the answer? The way that you thought of the answer is quite a unique way and I was wondering if you can share how you managed to think about this solution
$endgroup$
– Icycarus
5 hours ago
3
$begingroup$
@Icycarus The LHS has a fixed lower index and changing upper index. This reminded me of the Hockey stick identity, whose proof involves conditioning on where the largest element of a subset lies. Since there was a $3^{i}$ afterwards, I figured ternary sequences had to be involved somehow.
$endgroup$
– Mike Earnest
5 hours ago
add a comment |
$begingroup$
Here is a combinatorial proof. Both sides of the equation answer the following question:
How many sequences are there of length $2n+1$, with entries in ${0,1,2}$, such that
- at least one of the entries is a $2$, and
- there are exactly $n$ zeroes to the left of the leftmost $2$?
LHS:
Suppose the leftmost $2$ occurs in spot $k+1$. Among the $k$ spots before hand, you must choose $n$ of the entries to be zero. The $2n+1-(k+1)=2n-k$ spots afterward can be anything. There are $binom{k}n3^{2n-k}$ ways to do this. Then sum over $k$.
RHS:
Suppose there are $j$ entries which are equal to $0$ or $2$. Choose those entries which are equal to $0$ or $2$ in $binom{2n+1}j$ ways. The leftmost $n$ of these entries must be zero, the $(n+1)^{st}$ entry must be two, then the remaining $j-(n+1)$ entries can be chosen freely among $0$ and $2$. There are $binom{2n+1}{j}2^{j-(n+1)}$ ways to do this, then sum over $j$.
$endgroup$
Here is a combinatorial proof. Both sides of the equation answer the following question:
How many sequences are there of length $2n+1$, with entries in ${0,1,2}$, such that
- at least one of the entries is a $2$, and
- there are exactly $n$ zeroes to the left of the leftmost $2$?
LHS:
Suppose the leftmost $2$ occurs in spot $k+1$. Among the $k$ spots before hand, you must choose $n$ of the entries to be zero. The $2n+1-(k+1)=2n-k$ spots afterward can be anything. There are $binom{k}n3^{2n-k}$ ways to do this. Then sum over $k$.
RHS:
Suppose there are $j$ entries which are equal to $0$ or $2$. Choose those entries which are equal to $0$ or $2$ in $binom{2n+1}j$ ways. The leftmost $n$ of these entries must be zero, the $(n+1)^{st}$ entry must be two, then the remaining $j-(n+1)$ entries can be chosen freely among $0$ and $2$. There are $binom{2n+1}{j}2^{j-(n+1)}$ ways to do this, then sum over $j$.
answered 6 hours ago
Mike EarnestMike Earnest
28.6k22155
28.6k22155
1
$begingroup$
How did you get to the process of the answer? The way that you thought of the answer is quite a unique way and I was wondering if you can share how you managed to think about this solution
$endgroup$
– Icycarus
5 hours ago
3
$begingroup$
@Icycarus The LHS has a fixed lower index and changing upper index. This reminded me of the Hockey stick identity, whose proof involves conditioning on where the largest element of a subset lies. Since there was a $3^{i}$ afterwards, I figured ternary sequences had to be involved somehow.
$endgroup$
– Mike Earnest
5 hours ago
add a comment |
1
$begingroup$
How did you get to the process of the answer? The way that you thought of the answer is quite a unique way and I was wondering if you can share how you managed to think about this solution
$endgroup$
– Icycarus
5 hours ago
3
$begingroup$
@Icycarus The LHS has a fixed lower index and changing upper index. This reminded me of the Hockey stick identity, whose proof involves conditioning on where the largest element of a subset lies. Since there was a $3^{i}$ afterwards, I figured ternary sequences had to be involved somehow.
$endgroup$
– Mike Earnest
5 hours ago
1
1
$begingroup$
How did you get to the process of the answer? The way that you thought of the answer is quite a unique way and I was wondering if you can share how you managed to think about this solution
$endgroup$
– Icycarus
5 hours ago
$begingroup$
How did you get to the process of the answer? The way that you thought of the answer is quite a unique way and I was wondering if you can share how you managed to think about this solution
$endgroup$
– Icycarus
5 hours ago
3
3
$begingroup$
@Icycarus The LHS has a fixed lower index and changing upper index. This reminded me of the Hockey stick identity, whose proof involves conditioning on where the largest element of a subset lies. Since there was a $3^{i}$ afterwards, I figured ternary sequences had to be involved somehow.
$endgroup$
– Mike Earnest
5 hours ago
$begingroup$
@Icycarus The LHS has a fixed lower index and changing upper index. This reminded me of the Hockey stick identity, whose proof involves conditioning on where the largest element of a subset lies. Since there was a $3^{i}$ afterwards, I figured ternary sequences had to be involved somehow.
$endgroup$
– Mike Earnest
5 hours ago
add a comment |
$begingroup$
Using your functions, consider
$$
3^n f_2(frac13) = 3^n frac{1}{(1-frac13)^{n+1}} = frac32 (frac92)^n\ = {n choose n}3^n + {n+1 choose n}3^{n-1} + cdots + {2n choose n} + cdots
$$
and further
$$
2^n f_4 (frac12) = 2^n (frac32)^{2n+1} = frac32 (frac92)^n \= {2n+1 choose 2n+1}2^n + {2n+1 choose 2n}2^{n-1} + cdots + {2n+1 choose n+1}
$$
The two are equal.
$endgroup$
2
$begingroup$
I think something is awry. For $3^nf_2(1/3)$, the sum is infinite, but OP’s sum is finite.
$endgroup$
– Mike Earnest
5 hours ago
$begingroup$
@MikeEarnest I tried to check your point. I couldn't solve that issue, it is striking that the two sums have equal value, and the regions of convergence is fulfilled. Where is the (hidden) issue?
$endgroup$
– Andreas
2 hours ago
add a comment |
$begingroup$
Using your functions, consider
$$
3^n f_2(frac13) = 3^n frac{1}{(1-frac13)^{n+1}} = frac32 (frac92)^n\ = {n choose n}3^n + {n+1 choose n}3^{n-1} + cdots + {2n choose n} + cdots
$$
and further
$$
2^n f_4 (frac12) = 2^n (frac32)^{2n+1} = frac32 (frac92)^n \= {2n+1 choose 2n+1}2^n + {2n+1 choose 2n}2^{n-1} + cdots + {2n+1 choose n+1}
$$
The two are equal.
$endgroup$
2
$begingroup$
I think something is awry. For $3^nf_2(1/3)$, the sum is infinite, but OP’s sum is finite.
$endgroup$
– Mike Earnest
5 hours ago
$begingroup$
@MikeEarnest I tried to check your point. I couldn't solve that issue, it is striking that the two sums have equal value, and the regions of convergence is fulfilled. Where is the (hidden) issue?
$endgroup$
– Andreas
2 hours ago
add a comment |
$begingroup$
Using your functions, consider
$$
3^n f_2(frac13) = 3^n frac{1}{(1-frac13)^{n+1}} = frac32 (frac92)^n\ = {n choose n}3^n + {n+1 choose n}3^{n-1} + cdots + {2n choose n} + cdots
$$
and further
$$
2^n f_4 (frac12) = 2^n (frac32)^{2n+1} = frac32 (frac92)^n \= {2n+1 choose 2n+1}2^n + {2n+1 choose 2n}2^{n-1} + cdots + {2n+1 choose n+1}
$$
The two are equal.
$endgroup$
Using your functions, consider
$$
3^n f_2(frac13) = 3^n frac{1}{(1-frac13)^{n+1}} = frac32 (frac92)^n\ = {n choose n}3^n + {n+1 choose n}3^{n-1} + cdots + {2n choose n} + cdots
$$
and further
$$
2^n f_4 (frac12) = 2^n (frac32)^{2n+1} = frac32 (frac92)^n \= {2n+1 choose 2n+1}2^n + {2n+1 choose 2n}2^{n-1} + cdots + {2n+1 choose n+1}
$$
The two are equal.
answered 5 hours ago
AndreasAndreas
8,5011137
8,5011137
2
$begingroup$
I think something is awry. For $3^nf_2(1/3)$, the sum is infinite, but OP’s sum is finite.
$endgroup$
– Mike Earnest
5 hours ago
$begingroup$
@MikeEarnest I tried to check your point. I couldn't solve that issue, it is striking that the two sums have equal value, and the regions of convergence is fulfilled. Where is the (hidden) issue?
$endgroup$
– Andreas
2 hours ago
add a comment |
2
$begingroup$
I think something is awry. For $3^nf_2(1/3)$, the sum is infinite, but OP’s sum is finite.
$endgroup$
– Mike Earnest
5 hours ago
$begingroup$
@MikeEarnest I tried to check your point. I couldn't solve that issue, it is striking that the two sums have equal value, and the regions of convergence is fulfilled. Where is the (hidden) issue?
$endgroup$
– Andreas
2 hours ago
2
2
$begingroup$
I think something is awry. For $3^nf_2(1/3)$, the sum is infinite, but OP’s sum is finite.
$endgroup$
– Mike Earnest
5 hours ago
$begingroup$
I think something is awry. For $3^nf_2(1/3)$, the sum is infinite, but OP’s sum is finite.
$endgroup$
– Mike Earnest
5 hours ago
$begingroup$
@MikeEarnest I tried to check your point. I couldn't solve that issue, it is striking that the two sums have equal value, and the regions of convergence is fulfilled. Where is the (hidden) issue?
$endgroup$
– Andreas
2 hours ago
$begingroup$
@MikeEarnest I tried to check your point. I couldn't solve that issue, it is striking that the two sums have equal value, and the regions of convergence is fulfilled. Where is the (hidden) issue?
$endgroup$
– Andreas
2 hours ago
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%2f3201479%2fhow-do-i-prove-this-combinatorial-identity%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$
The two functions are not equal. In general for rational expressions, ie fractions where numerator and denominator are polynomials, if $a(x)/b(x)=c(x)/d(x)$ for all $x$ (ie expressions are identical), then you must have the polynomial equality $a(x)d(x)=b(x)c(x)$ which is only true if the two products are the same polynomial. If both fractions, $a(x)/b(x)$ and $c(x)/d(x)$, are without common factors, this is only true if $a(x)=kcdot c(x)$ and $b(x)=kcdot d(x)$ for some constant $k$.
$endgroup$
– Einar Rødland
5 hours ago
$begingroup$
Noted! Thanks for the explanation!
$endgroup$
– Icycarus
5 hours ago